@charset "utf-8";
/* AIレコメンド用スクリプトの読み込みタグを非表示にする */
.footer_insert_recommend_js{
	display: none;
}
/* AIレコメンド用スクリプトの読み込みタグを非表示にする */

/* ========== layout ========== */

/* 全体 */
html {
	font-size: 62.5%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	word-break: break-all;
	word-wrap: break-word;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* メイン */
#mymainback_touken {
	clear: both;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	max-width: 1080px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	margin-top:30px;
}

#main {
	float: none;
	-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
			order: 11;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#main_a {
	margin: 0px;
	padding: 0px;
}

#main_body {
	margin: 0px;
	padding: 0px;
}
#footstep_wrap{
	display: none;
}
/* サイド */
/*#sidebar1 {
	float: none;
	-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
			order: 10;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
			order: 12;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.side1 #main {
	width: calc(100% - 300px);
}
.side1 #main_a {
	padding-left: 40px;
}

.side2 #main {
	width: calc(100% - 300px);
}
.side2 #main_a {
	padding-right: 40px;
}

.side1.side2 #main {
	width: calc(100% - 600px);
}
.side1.side2 #main_a {
	padding-left: 40px;
	padding-right: 40px;
}

.side1 hr.hide,
.side2 hr.hide {
	display: none;
}*/
/* ========== parts ========== */

/***** 1 共通 *****/

/* スマートフォンのPC表示切り替えボタンを非表示に */
#viewPCMode {
	display: none;
}

/* float clear */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


/***** 2 基本設定 *****/

/* フォント */
body {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

/* リンク */
a:link {
	color: #330000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #888800;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

a img {
	border: none;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
}

input[type="text"],
textarea,
select {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
}

/* 外部リンク */
.external_link_text {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;	
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-break: normal;
	word-wrap: break-word;
}

hr {
	clear: both;
}

/* テーブル */
#main_body table {
	border-color: #330000;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 10px;
	max-width: 100%;
}
#main_body th {
	background: #f9ecd7;
	border-color: #330000;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	font-size: 1.6rem;
	color: #333333;
	font-weight: bold;
}
#main_body td {
	border-color: #666666;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	font-size: 1.6rem;
   	color: #333333;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	margin: 0px;
	padding: 37.2px 30px;
	background: #320000;
	color: #ffffff;
	font-size: 3.2rem;
	line-height: 2.6rem;
	font-weight: 600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#main_body h2 {
	clear: both;
	margin: 0px 0px 30px;
	padding: 0px 25px 22px;
	font-size: 2.8rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	line-height: 3rem;
	position: relative;
}
#main_body h2:before {
	content: '';
	position: absolute;
	max-width: 1080px;
	height: 5px;
	bottom: 0px;
	left: 0px;
	background: #333333;
}
#main_body h2:after {
	content: '';
	position: absolute;
	width: 26px;
	height: 2px;
	bottom: 1px;
	left: 40px;
	-webkit-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
			transform: rotate(-15deg);
	background: #ffffff;
}

#main_body h3 {
	clear: both;
	margin: 0px 0px 30px;
	padding: 0px 20px 4px;
	font-size: 2.4rem;
	line-height: 3rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	border-bottom: 1px solid #000000;
}
#main_body h2 a, #main_body h3 a {
	color: #333333;
	text-decoration: none;
}

#main_body h4 {
	clear: both;
	margin: 0px 0px 30px;
	padding: 0px 20px 2px;
	font-size: 2.1rem;
	line-height: 3rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	border-bottom: 1px dashed #000000;
}

#main_body h5 {
	clear: both;
	margin: 00px 0px 30px;
	padding: 0px 20px;
	font-size: 1.8rem;
	line-height: 3rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	border-bottom: 1px dashed #b2b2b2;
}
#main_body h4 a, #main_body h5 a {
	color: #000000;
	text-decoration: none;
}

#main_body h6 {
	clear: both;
	margin: 0px 0px 20px;
	padding: 0px 20px;
	font-size: 1.6rem;
	line-height: 3rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
}
#main_body h6 a{
	color: #330000;
	text-decoration: none;
}
/***** 3 ヘッダ *****/

/* ヘッダ */
#header {
	font-size: 1.5rem;
}

#header2 {
	max-width: 1080px;
	min-height: 100px;
	margin: 0px auto;
	position: relative;
	background-color: #000000;
}
#header_top{
	position: absolute;
	top: 0;
	z-index: 1;
}
#header_next{
	background: #000000;
}
#top_hl_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	padding: 0;
	margin-bottom: 22px;
}
#top_hl_main #hl_main a {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.2rem;
	text-decoration: none;
	padding: 12px 7px 11px;
	background: #eaeaea;
	border-radius: 5px;
	display: block;
}
#header_logo {
	margin-left: 7px;
}
#logo span {
	display: block;	
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #fff;
	font-weight: normal;
 	text-shadow: 0px 0px 3px #333, 0px 0px 3px #333, 0px 0px 3px #333, 0px 0px 3px #333; 
}
#logo span:first-child {
	font-size: 2rem;
	line-height: 2rem;
	padding-bottom: 8px;
}
#logo span:last-child {
	font-size: 1.3rem;
	line-height: 1.3rem;
}
#header_logo a {
	display: block;
}
#he_left {
	width: 215px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
}
#logo {
	margin: 0px;
	padding: 0;
	margin-bottom: 18px;
}
#logo a {
	display: block;
}
#logo img {
	max-width: 100%;
	height: auto;
}
#he_right {
	margin-left: 200px;
	padding: 20px 0px 22px;
	text-align: right;
	color: currentColor;
}
#header_link {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

#header_link #hl_lang {
	text-align: left;
}
#header_link div {
  margin-left: 7px;
}
#hl_lang .acc_title > label {
	display: block;
	cursor: pointer;
	font-weight: normal;
}
#hl_lang {
	width: 120px;
	background: #eaeaea;
	border-radius: 5px;
	position: relative;
}
#hl_lang > a#header_language_menu {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #333;
	padding: 12px 9px 11px;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	background: url(/img/common/down_arrow.png) no-repeat right 7px center #eaeaea;
}
#hl_lang ul {
	display: none;
	padding: 10px 12px 0;
	list-style: none;
	margin: 0;
	background: #dcdbdb;
	border-radius: 0 0 5px 5px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
}
#hl_lang ul.box_open{
	display: block;
}
#hl_lang ul li {
	font-size: 1.4rem;
	padding-bottom: 5px;
}
.site_index #hl_lang .acc_open {
	border-radius: 5px 5px 0px 0px !important;
	background: #eaeaea;
}
#moji_size {
	background: #eaeaea;
	padding: 5px 13px;
	border-radius: 5px;
	color: #000;
}
#moji_size dl dt {
  margin-right: 4px;
  font-size: 1.2rem;
}
#haikei_color dl,
#moji_size dl {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
#header_link div:first-child, #haikei_color dl dd, #moji_size dl dd {
	margin: 0;
}
#haikei_color {
	background: #eaeaea;
	padding: 8.5px 12px;
	border-radius: 5px;
}
#haikei_color dl dd, #moji_size dl dd {
	margin-right: 1px;
}
#haikei_color #haikei_white {
	color: #000;
	background: #fff;
}
#haikei_color dd a {
	padding: 2.5px 6px;
	border-radius: 5px;
	font-size: 1.3rem;
	line-height: 1.3rem;
}
#haikei_color dl dt {
	margin-right: 4px;
	font-size: 1.2rem;
}
#haikei_color #haikei_black {
	color: #fff;
	background: #000;
}
#haikei_color #haikei_blue {
	color: #ffff00;
	background: #0000ff;
}
#haikei_color dl dd a,
#moji_size dl dd a {
	text-decoration: none;
}
#moji_size dd a {
  padding: 3.5px 13px;
  background: #fff;
  border-radius: 5px;
}
#moji_size dd a#moji_default{
	font-size: 1.3rem;
	padding: 3px 12px;
}
#moji_size dd a#moji_large{
	font-size: 1.7rem;
	padding: 0px 8px;
}
#hl_lang .acc_title+input[id*="acc_ttl_label"]:checked+* {
	display: block;
}
#hl_lang input[id*="acc_ttl_label"]+* {
	display: none;
}
#hl_lang label[for*="acc_ttl_label"] {
	background: url(/img/site/touken/top/drop_arrow.png)no-repeat 97% center;
}
#hl_lang .acc_open label[for*="acc_ttl_label"], .site_list_2 .acc_open label[for*="acc_ttl_label"], .site_detail .acc_open label[for*="acc_ttl_label"] {
	background: url(/img/site/touken/top/up_arrow.png)no-repeat 97% center;
}
#social_link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	margin-left: 0 !important;
}
#social_link span{
	padding-left: 32px;
}
/* アクセシビリティ機能 */
#hl_func {
	position: relative;
}

ul#acc_func_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
	margin: 0px;
	padding: 15px 10px;
	list-style: none;
	text-align: center;
}
ul#acc_func_box.func_menu_open {
	display: block;
}
ul#acc_func_box li {
	display: block;
	margin-bottom: 15px;
}

#acc_func_box dl {
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
#acc_func_box dl dt {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	padding: 6px 0px;
	font-weight: bold;
	width: 5em;
}
#acc_func_box dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#acc_func_box dl dd a {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #000000;
	text-decoration: none;
	padding: 5px 7px;
}
#acc_func_box dl dd a#moji_large {
	font-size: 1.6rem;
	font-weight: bold;
}
#acc_func_box dl dd a#haikei_white {
	background: #ffffff !important;
	color: #000000 !important;
}
#acc_func_box dl dd a#haikei_black {
	background: #000000 !important;
	color: #ffffff !important;
}
#acc_func_box dl dd a#haikei_blue {
	background: #0000ff !important;
	color: #ffff00 !important;
}

#func_menu_close {
	border: none;
	background: #e6e6e6;
	border-radius: 3px;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px 20px;
	height: 3rem;
}

/* 検索 */
#cse-search-box {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: #fff;
	padding-right: 2.5px;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 45px)!important;
	height: 35px !important;
	font-size: 1.6rem;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #333333;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 45px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	white-space: nowrap;
	-webkit-appearance: none;
	border-radius: 0;
}

#cse_filetype {
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
}
#cse_filetype fieldset span input {
	margin: 4px;
	vertical-align: middle;
}

/* グローバルナビ */
#top_search {
	background: #e6e6e6;
}

ul#gnav {
	margin: 0px auto;
	padding: 10px 0px;
	list-style: none;
	width: 100%;
	max-width: 1100px;
	display: table;
	table-layout: fixed;
}
ul#gnav li {
	display: table-cell;
	vertical-align: middle;
}
ul#gnav li a {
	display: block;
	background: #e6e6e6;
	color: #000000;
	font-size: 2.2rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 3rem;
	padding: 15px 10px;
}
/*jiyuu_head slide*/
#jiyuu_head{
	max-width: 1080px;
	margin: 0 auto;
}
#jiyuu_head_box{
	width: 2000px;
	margin: 0 auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	position: relative;
}
#jiyuu_head_box:before{
	content:"";
	width:2000px;
	height:630px;
	position:absolute;
	background:url(/img/site/touken/top/rgba_bg.png)no-repeat;
	top:0;
	z-index: 1;
}
#jiyuu_head_box:after{
	content:"";
	display:block;
	width:2000px;
	height:152px;
	bottom:0px;
	z-index: 1;
	position:absolute;
	background:url(/img/site/touken/top/white_bg.png)no-repeat;
}
#mp_control_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
	min-width: 1080px;
	margin: 0 auto;
	position: absolute;
	bottom:58px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
#mp_control_pause,#mp_control_play,#mp_control_next,#mp_control_prev{
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin-left: 20px;
	width: 20px;
	height: 20px;
}
.slick-dots{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	list-style: none;
	text-indent: -999em;
	height: 10px;
	padding-top: 5px;
	margin: 0;
	padding: 0;
}
#mp_control_box .slick-dots li button{
	border-radius: 100px;
	text-indent:-999em;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0px;
	background:#b1935d;
	margin-left:20px;
	outline:none;
	border:none;
}
#mp_control_box .slick-dots li.slick-active button{
	display:block;
	width: 10px;
	height: 10px;
	background: #330000;
	border-radius: 100px;
	color: #ffffff;
}
#mp_control_play{
	display: none;
}
/*jiyuu_head slide*/

/* グローバルナビ（動的メニュー） ※使用する場合は要調整 */
#context_category02,
#context_category01 {
	display: none;
}


/***** 4 パンくず *****/

/* パンくず */
#pankuzu_wrap {
	background: #000000;
	padding: 30px 0px 29px;
}
#pankuzu_wrap > div {
	max-width: 1080px;
	font-size: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pankuzu {
	clear: both;
	padding: 0px 0px 0px 6rem;
	position: relative;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 4rem;
	height: auto;
	background: #333333;
	border-radius: 3px;
	color: #ffffff;
	font-size: 1rem;
	padding: 3px 0px 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}
#keep_page{
	display: none;
}
.pankuzu_class a , #pankuzu_wrap span{
	color: #ffffff;
}
.pankuzu_class a{
	padding: 0 8px 0 10px;
}
.pankuzu_class_current {
	padding-left: 10px;
}
/***** 5 フッタ *****/

/* フッタ */
#to_page_top {
	/*width: 98%;
	max-width: 1100px;
	margin: 0px auto;*/
	text-align: right;
	display: block;
	width: 90px;
	position: fixed;
	right: 10px;
	bottom: -140px;
	z-index: 70;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#to_page_top > div {
	display: inline-block;
}
#to_page_top > div a {
	display: block;
	text-align: center;
}

#footer_navi ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 1.5rem;
	padding: 0 18px 0 18px;
	border-right: 1px solid #5d5d5d;
	line-height: 1.5rem;
}
#footer_navi ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

#author_info {
	max-width: 1080px;
	margin: 0 auto;
}
#author_info h2{
	font-family: "游明朝体", "Yu Mincho";
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 2.4rem;
	color: #333;
	text-align: center;
	padding: 70px 0 50px;
	margin: 0;
}
#author_main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	padding: 0 102px 0 103px;
	margin-bottom: 50px;
}
#footer_logo{
	margin-right: 60px;
	width: 144px;
}
#author_box {
	width: 400px;
	margin: 0px auto;
	padding: 0;
	margin-top: 9px;
}

#author_box p.f_author {
	font-size: 2rem;
	line-height: 2rem;
	font-family: "游明朝体", "Yu Mincho";
	margin: 0 0 23px;
}

#author_box p.f_number,#author_box p.f_address ,#author_box p.f_contact{	
	margin: 0px;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
#author_box p.f_contact{
	text-decoration: underline;
}
#open_hour{
	margin-left: 92px;
	width: 179px;
	margin-top: 9px;
}
#open_hour h2{
	font-size: 1.2rem;
	line-height: 1.2rem;
	background: #666666;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
	color: #fff;
	padding: 7px 0px;
	margin: 0;
	text-align: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	vertical-align: middle;
	width: 81px;
	border-radius: 5px;
}
#open_hour p{
	font-size: 1.6rem;
	padding-top: 21px;
	margin: 0
}
#copyright p {
	margin: 0px;
	padding: 30px 0px 49px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2rem;
}

/***** 6 バナー *****/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
}
ul.banner_list li {
	width: 200px;
	margin: 5px 10px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
}

/* バナー広告（縦並び） */
#sidebar_banner{
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#sidebar_banner h2{
	font-size: 2.8rem;
	font-family: "游明朝体", "Yu Mincho";
	line-height: 2.8rem;
	font-weight: normal;
	position: relative;
	margin: 0;
	margin-bottom: 35px;
	padding: 20px;
}
#sidebar_banner h2:before{
	content:"";
	display:block;
	min-width:1080px;
	height:5px;
	position:absolute;
	background: url(/img/site/touken/top/banner_bar.png)no-repeat;
	bottom:-4px;
	left:0;
}
.banner_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	padding:0 20px;
}
.banner_list a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
	text-decoration: none;
}
.banner_list img{
	display: block;
/* 	margin-left: 200px; */
	margin-bottom: 48px;
	max-width: 100%;
	height: auto !important;
}
.banner_list span{
	display: block;
	font-size: 2.1rem;
	line-height: 2.1rem;
	font-weight: bold;
}
#touken_frame{
	max-width: 1080px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
}
#calender_wrap{
	width: 340px;
	margin-right: 40px;
}
#calender_token{
	width: 340px;
	height: 392px;
	background: #b2945d;
	text-align: center;
	border-top: 5px solid #320000;
	margin-bottom: 30px;
}
#calender_token h2{
	font-family: Kozuka Gothic Pr6N;
	font-size: 2.1rem;
	font-weight: normal;
	color: #000000;
	padding: 17px 0 16px;
	margin: 0;
}
#kyuken h2{
	font-size: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	padding: 22px 0 21px;
	background: #320000;
	color: #fff;
	margin: 0;
}
#facebook_token{
	margin-right: 40px;
}
#twitter_token{
	width: 330px;
	height: 482px;
	overflow-y: scroll;
	background: #fff;
}
/***** 7 リスト *****/

/* リスト（横並び） */
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px 5px 0px;
	padding-right: 15px;
	border-right: 1px solid #666666;
	line-height: 1.4;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

/* リスト（一覧） */
.site_list_2 .info_list ul {
	margin: 0px;
	padding: 30px 60px;
	list-style: none;
}
.site_list_2 .info_list ul li {
	margin: 0px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	line-height: 1.6rem;
	font-size: 1.6rem;
}
.site_list_2 .info_list ul li span a:link {
	color: #330000;
}

.site_list1 .info_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	list-style: none;
	margin: 0px;
	padding: 50px 60px 0px;	
}
.site_list1 .info_list ul li {
	margin: 0px 40px 40px 0px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.site_list1 .info_list ul li:nth-child(4n+4) {
	margin: 0px 0px 40px 0px;
}

/* リスト（日付） */
.info_list .info_list_date ul li {
	width: 100%;
	display: table;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
}

/* リスト（サムネイル） */
.info_list.info_list_thum ul li {
	padding-left: 0px;
}
.info_list.info_list_thum ul li:before {
	display: none;
}

.list_pack {
	width: 100%;
	display: table;
}
.site_list1 .list_pack {
	width: 210px;
	display: table;
}
.site_list1 .list_pack .article_img {
	display: block;
	vertical-align: middle;
	width: 100%;
	padding: 0px;
}
.list_pack .article_img {
	display: block;
	vertical-align: middle;
	width: 200px;
	padding: 0px;
}
.list_pack .article_img span {
	display: block;
	margin-bottom: 10px;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center;
}
.list_pack .article_img span img {
	width: 100%;
	height: auto;
}

.list_pack .article_txt {
	display: block;
	vertical-align: middle;
}
.list_pack .article_txt span.article_date{
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin-bottom: 10px;
}
.site_list1 .list_pack .article_txt span.article_date{
	font-size: 1.5rem;
}
.list_pack .article_txt span.article_title{
	font-size: 1.6rem;
	line-height: 2.1rem;
	color: #330000;
}
.list_pack .article_txt .article_date,
.list_pack .article_txt .article_title {
	display: block;
}

/* リスト（担当課） */
.article_section:before {
	content: '（';
}
.article_section:after {
	content: '）';
}
.article_section:empty:before,
.article_section:empty:after {
	display: none;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin-top: 20px;
	text-align: right;
}

/* リスト（newアイコン） */
img.icon_new {
	vertical-align: top;
}

/* リスト（新着情報） */
#section_information_wrap{
	position: relative;
	z-index: 1;
}
#section_information_wrap:before{
	content: "";
	display: block;
	width: 2000px;
	margin: 0 auto;
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	background: url(/img/site/touken/top/pink_bg.png)no-repeat;
	background-size: cover;
	z-index: -1;
}
.section_information {
	max-width: 1080px;
	margin: 0 auto;
	background: none;
	padding: 160px 0 158px;
	bottom: 0;
}

.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 0 0 50px;
	background: transparent;
	border: none;
	font-size: 2.8rem;
	line-height: 2.8rem;
	font-weight: normal;
	font-family: "游明朝体", "Yu Mincho";
	text-align: center;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px;
}
.section_information_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap; 
	-webkit-box-pack: start; 
		-ms-flex-pack: start; 
			justify-content: flex-start;
	margin: 0px;
	padding: 0 80px;
	list-style: none;
}
.section_information_list ul li {
	width: 200px;
	display: block;
	margin-right: 40px;
	margin-bottom: 40px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.section_information_list ul li:nth-child(4n+4){
	margin-right: 0;
}
.section_information_list ul li:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-right-width: 0px;
	border-left-width: 8px;
	border-left-color: #666666;
	position: absolute;
	top: 0.9em;
	left: 0px;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 11em;
}

.section_information_list div.link_box {
	padding: 0;
	text-align: right;
	margin-right: 80px;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
	color: #330000;
	font-size: 1.5rem;
	padding: 18px 0;
	line-height: 1.5rem;
	background: rgba(51, 51, 51,0.102);
}
.section_information_list div.link_box span a{
	padding: 14px 42px 14px 53px;
	background: url(/img/site/touken/top/mini-rss.png)no-repeat left 35px center;
}
/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	margin: 0px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 {
	padding-left: 20px;
}
.section_information_thum > div.lettering3 span {
	display: block;
}
/*detail free*/
#free_craft{
	position: relative;
	background: #000000;
}
#free_craft:before{
	content: "";
	display: block;
	width: 2000px;
	height: 100%;
	left:50%;
	top: -160px;
	padding-bottom: 486px;
	-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
			transform:translateX(-50%);
	background: url(/img/site/touken/top/smith.jpg) no-repeat top center #000;
/*	background-size: cover;*/
	position: absolute;
	z-index: 0;
}
#free_fire{
	position: relative;
	z-index: 2;
	max-width: 1080px;
	min-height: 797px;
	margin: 0 auto;
	padding: 8px 0 42px;
}
#free_craft .detail_free{
	width: 426px;
	margin: 0 80px 0 574px;
	color: #fff;
}
#free_craft .detail_free h2{
	font-size: 2.8rem;
	line-height: 2.8rem;
	font-weight: normal;
	font-family: "游明朝体", "Yu Mincho";
	text-align: center;
	margin: 0;
	padding: 0;
}
#free_craft .detail_free ul{
	list-style: none;
	padding: 40px 0 4px;	
	margin: 0;
}
#free_craft .detail_free ul li{
	margin-bottom: 30px;
	padding: 14px 10px 14px 27px;
	border: 1px solid #fff;
	background:url(/img/site/touken/top/white_arrow.png)no-repeat left 10px center;
	font-size: 2.1rem;
	line-height: 2.1rem;
}
#free_craft .detail_free ul li:last-child{
	margin-bottom: 0px;
}
#free_craft .detail_free ul li a{
	color: #fff;
	text-decoration: none;
}
/*#free_craft .detail_free ul li a:fast-child{
	padding: 9px 0px 9px 25px;
}
#free_craft .detail_free ul li a:last-child{
	padding: 9px 0 9px 25px;
}*/
#free_craft .detail_free p{
	padding: 0;
	margin: 0;
	margin-top: 20px;
	font-size: 1.6rem;
}
#free_craft .detail_free table{
	width: 426px;
	margin-top: 30px;
	border: none;
	border-spacing: 0;
}
#free_craft .detail_free table th{
	width: 213px !important;
	border: 1px solid #fff;
	padding: 15.5px 10px;
	font-size: 1.6rem;
	line-height: 1.6rem;
}
#free_craft .detail_free table tbody{
	border: 1px solid #fff;
	border-spacing: 0;
}
#free_craft .detail_free table tbody td{
	padding: 11.5px 0 11.5px 10px;
}
#map{
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 50px;
	margin-top: -20px;
}
#google_map{
	width: 2000px;
	height: 300px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	overflow: hidden;
}
#google_map iframe,#google_map object,#google_map embed{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/*transport_box*/
#station_box{
	max-width: 1080px;
	margin: 0 auto;
}
#title_bar ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#title_bar ul li{
	width: 540px;
	padding: 0;
	background: none;
}
#title_bar ul li.tab_on{
	background: #faedd7;
}
#title_bar ul #bar1 button{
	border: none;
	outline: none;
	background: none;
	padding: 19px 0;
}
#title_bar ul #bar2 button{
	border: none;
	outline: none;
	background: none;
	padding: 27px 0;
}
#title_bar ul li button span{
	color: #000;
	font-size: 2.1rem;
	line-height: 2.1rem;
}

#transport_wrap{
	height: 100%;
	background: #faedd7;
	background-size: cover; 
	display: block;
	padding: 50px 40px;
}
#sp_densha,#sp_kuruma{
	display: none;
}
#kuruma_wrap{
	height: 100%;
	background: #faedd7;
	background-size: cover; 
	display: block;
	padding: 50px 40px;
}
/*transport_box*/

/***** 8 サイド *****/

/* サイドバー */
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0 !important;
}
#sidebar1 img,
#sidebar2 img {
	max-width: 100% !important;
	height: auto !important;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	border: 1px solid #cccccc;
	margin: 0px 0px 10px;
}
#sidebar_recommend h2,
#sidebar_ai_recommend h2 {
	margin: 0px;
	padding: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}
#sidebar_recommend h2 span,
#sidebar_ai_recommend h2 span {
	display: inline-block;
}
#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 10px 15px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	margin: 0px;
	padding: 8px 0px 8px 20px;
	background: url(/img/common/icon_list_recommend.png) no-repeat left 0.8em;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link {
	margin: 0px 0px 10px;
}
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 10px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	border: 1px solid #cccccc;
	background: #e6e6e6;
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 15px;
}
#common_banner_link ul li a:hover {
	background: #f5f5f5;
}

/* juyuu_banner_area_box*/
#juyuu_banner_area_box{
	background: url(/img/site/touken/top/black_bg.png)no-repeat top 1px center;
}
#juyuu_banner_area{
	max-width: 1080px;
	margin: 0px auto;
	padding: 200px 0px 148px;
}
#juyuu_banner_area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin: 0px;
	padding: 0px 80px 0px;
	list-style: none;
}
#juyuu_banner_area .free_box{
	margin-right: 40px;
	z-index: 1;
}
#juyuu_banner_area .free_box:nth-child(4n+4){
	margin-right: 0px;
}
#juyuu_banner_area .free_box:nth-child(n+5){
	margin-top: 20px;
}
#juyuu_banner_area .free_box p a{
	display: block;
}

/***** 9 メイン *****/

/***** 10 各ページ *****/

/* 印刷用アイコン */
#content_header {
	margin: 20px 0px;
	text-align: left;
}
#content_header span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #333333;
	font-size: 1.5rem;
}
#content_header span:last-child {
	margin-left: 1em;
}

#print_mode_link {
	padding-left: 20px;
	background: url(/img/site/touken/top/print_icon.png) no-repeat left center;
}
.view_print_mode #mymainback_touken {
	width: auto;
	display: block;
}
.view_print_mode .pankuzu_class a, .view_print_mode #pankuzu_wrap span {
	color: currentColor;
	background: none;
}

.view_print_mode .pankuzu:first-child .icon_current {
	border: 1px solid currentColor;
}
.view_print_mode #osusume_contents_area{
	display: none;
}
.view_print_mode #juyuu_banner_area_box{
	display: none;
}

/* カレンダー登録・SNSボタン */
#content_footer {
	clear: both;
	margin: 25px 0px;
}
.fb_iframe_widget{
	vertical-align: top;
	height: 20px;
}
#content_footer div[id^="calendar_button_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 20px 0px;
}
#sns_button_wrap  div[id^="sns_button_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
}
#sns_button_wrap  div[id^="sns_button_"] a {
	display: block;
	line-height: 1.5rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px auto;
	padding: 10px 10px 10px 45px;
}
#sns_button_wrap  div#sns_button_facebook a {
	background-image: url(/img/common/sns/icon_sns_fb.png);
}
#sns_button_wrap  div#sns_button_twitter a {
	background-image: url(/img/common/sns/icon_sns_tw.png);
}
#sns_button_wrap  div#sns_button_line a {
	background-image: url(/img/common/sns/icon_sns_line.png);
	text-transform: uppercase;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 30px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: top;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.tenpu_txt br {
	display: none;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	background: #e6e6e6;
	margin: 30px 0px 0px;
}
#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px;
	padding: 20px;
	background: none;
	border: none;
	font-size: 2.2rem;
}
#main_body #section_footer hr.cf {
	margin: 0px;
}
#section_footer_detail {
	padding: 0px 20px 20px;
}
#section_footer_detail span {
	display: inline-block;
	margin-right: 1em;
}
#section_footer_detail div.sf_email {
	margin-top: 10px;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	background: #e2e2e2;
	margin: 30px 0px 0px;
}
#hyouka_area_box .system_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
}
#hyouka_area_box .system_box h2,
#main_body #hyouka_area_box .system_box h2 {
	margin: 0px;
	padding: 30px 40px 0px 0px;
	border-right: 1px solid #cbcbcb;
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-family: Meiryo;
	font-weight: bold;
	color: #333333;
	background: url(/img/site/touken/top/message_icon.png)no-repeat left 0px top;
}
#hyouka_area_box .system_box h2:before, 
#hyouka_area_box .system_box h2:after{
	display: none;
}
#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}
.system_box_waku {
	padding-left: 40px;
}
.hyouka_box_detail {
	margin-bottom: 20px;
}
.hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.hyouka_box_detail  fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.hyouka_box_detail  fieldset legend {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 1.4rem;
	color: #000000;
}
.hyouka_box_detail  span {
	display: inline-block;
	margin: 0px 5px 5px 0px;
	font-size: 1.4rem;
	color: #000000;
}
.hyouka_box_detail  span input {
	margin: 4px;
	vertical-align: middle;
}
.hyouka_box_detail .hyouka_area_ans input[type="radio"]:checked + *::before {
	background: -o-radial-gradient(#3c3c3c 0%, #3c3c3c 40%, #c4c4c5 50%, #c4c4c5);
	background: radial-gradient(#3c3c3c 0%, #3c3c3c 40%, #c4c4c5 50%, #c4c4c5);
}
.hyouka_box_detail .hyouka_area_ans input[type="radio"] + *::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 1rem;
	border-radius: 50%;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #999999;
	background: #c4c4c5;
}
.hyouka_box_detail .hyouka_area_ans input[type="radio"] {
	display: none;
}
#hyouka_area_submit {
	padding: 20px 0px 0px;
}
#hyouka_area_submit input {
	display: inline-block;
	border: none;
	background: #ffffff;
	color: #000000;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 5px 102px;
	text-align: center;
}
#hyouka_area_submit input:hover {
	background: #f5f5f5;
}

/* 重要なお知らせ */
#important_noticest_area{
	max-width: 1080px;
	margin: 0 auto;
	background: #fce9e9;
	padding: 0px 0px 30px;
	margin-bottom: 30px;
}
#detail_side_important {
	color: #cc0000;
}
#detail_side_important h2 {
	margin: 0px;
	padding: 32px 20px 22px 63px;
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-weight: bold;
	background: url(/img/site/touken/top/import_icon.png)no-repeat 31px 30px;
	color: #cc0000;
}
#detail_side_important ul {
	margin: 0px;
	padding: 0px 30px;
	list-style: none;
}
#detail_side_important ul li {
	padding: 0 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
}
#detail_side_important ul li a {
	color: #cc0000;
}
#detail_side_important ul li span.article_date{
	margin-right: 18px;
	width: 155px;
}
#detail_side_important ul li span.article_title{
	width: 880px;
}
#detail_side_important .link_box{
	text-align: right;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 0 30px;
	padding-top: 7px;
}
#detail_side_important .link_box span{
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding-left: 40px;
}
#detail_side_important .link_box a{
	color: #cc0000;	
	background: url(/img/site/touken/top/red_one.png)no-repeat left center;
	padding-left: 18px;
}
/* おすすめコンテンツ */
#osusume_contents_area{
	max-width: 1080px;
	margin: 0px auto;
}
#detail_side_osusume {
	background: #f9ecd7;
	padding: 20px 30px;
}
#detail_side_osusume h2 {
	margin: 0px;
	padding: 0px 0px 20px 29px;
	font-size: 1.6rem;
	color: #000000;
	line-height: 1.6rem;
	background: url(/img/site/touken/top/flag_icon.png)no-repeat left top;  
}
#detail_side_osusume ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}
#detail_side_osusume ul li {
	width: 210px;
	padding-right: 25px;
	padding: 0px 25px 0px 0px;
}
#detail_side_osusume ul li:last-child {
	border-bottom: none;
	padding:0;
}
#detail_side_osusume ul li div {
	display: block;
	width: 100%;
}
#detail_side_osusume ul li div > span {
	display: block;
}
#detail_side_osusume ul li div > span.osusume_img {
	width: 100%;
}
#detail_side_osusume ul li div > span.osusume_img img {
	width: 100%;
	height: auto;
}
#detail_side_osusume ul li div > span.osusume_link {
	padding: 11px 0px 0px;
}

/* カウントダウン */
.count_down_box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 20px;
}

.count_down_box2 {
	display: table;
}
.count_down_box2 > span {
	display: table-cell;
	vertical-align: top;
}

.count_img {
	width: 100px;
	padding-right: 20px;
}
.count_img img {
	width: 100%;
	height: auto;
}
.count_img span:empty {
	display: block;
	height: 75px;
	background: url(/img/common/noimage.png) no-repeat center center;
	background-size: contain;
}

.count_txt > span {
	display: block;
}

.count_comment {
	margin-top: 10px;
}

.count_day {
	color: #cc0000;
	font-weight: bold;
	text-align: right;
	line-height: 1.2;
	margin-top: 10px;
}
.count_day span {
	font-size: 3rem;
}

button.count_down_clear {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #333333;
	background-size: 10px 10px;
	color: #ffffff;
	line-height: 1;
	border-radius: 100%;
	cursor: pointer;
}


/*========== parts-detail  ========== */

/***** 1 共通 *****/

#main_body .detail_free p,
#main_body .detail_writing {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #333333;
	margin: 0;
}

#main_body div.detail_table_center {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_writing {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_map {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_movie {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_free {
	clear: both;
	width: 100%;
	margin: 0px 0px 40px;
	padding: 0px;
}
#main_body div.detail_image_normal {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_image_left {
	text-align: left;
	margin: 15px 0px;
	padding: 0px;
}
#main_body div.detail_image_center {
	text-align: center;
	margin: 15px 0px;
	padding: 0px;
}
#main_body div.detail_image_right {
	text-align: right;
	margin: 15px 0px;
	padding: 0px;
}

#main_body div.detail_h2 {
	clear: both;
	width: 100%;
}
#main_body div.detail_h3 {
	clear: both;
	width: 100%;
}

hr.hr_1 {
	clear: both;
	height: 1px;
	border-top: 2px dotted #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}
hr.hr_2 {
	clear: both;
	height: 1px;
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}
hr.hr_3 {
	clear: both;
	height: 1px;
	border-top: 1px solid #ff0000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}

/* リンク */
.detail_link {
	margin: 1em 0px;
}

.link_l {
	margin: 1em 0px;
}

.detail_free .external_link_text,
.link_l .external_link_text {
	display: inline;
}

/* 画像 */
.detail_img_left {
	text-align: left;
}
.detail_img_center {
	text-align: center;
}
.detail_img_right {
	text-align: right;
}

/* 添付ファイル */
.detail_file {
	margin: 1em 0px;
}

div[class^="detail_"] a[href^="/uploaded/attachment/"]:before,
div[class^="file_"] a[href^="/uploaded/life/"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_etc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".pdf"]:before,
div[class^="detail_"] a[href$=".PDF"]:before,
div[class^="file_"] a[href$=".pdf"]:before,
div[class^="file_"] a[href$=".PDF"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_pdf.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".xls"]:before,
div[class^="detail_"] a[href$=".XLS"]:before,
div[class^="file_"] a[href$=".xls"]:before,
div[class^="file_"] a[href$=".XLS"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xls.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".xlsx"]:before,
div[class^="detail_"] a[href$=".XLSX"]:before,
div[class^="file_"] a[href$=".xlsx"]:before,
div[class^="file_"] a[href$=".XLSX"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xlsx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".doc"]:before,
div[class^="detail_"] a[href$=".DOC"]:before,
div[class^="file_"] a[href$=".doc"]:before,
div[class^="file_"] a[href$=".DOC"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_doc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".docx"]:before,
div[class^="detail_"] a[href$=".DOCX"]:before,
div[class^="file_"] a[href$=".docx"]:before,
div[class^="file_"] a[href$=".DOCX"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_docx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.file_pdf, .file_pdf2, .file_excel, .file_word, .file_etc {
	margin: 1em 0px;
}

/* 移行時に紛れ込んだ見出しの中のspace.gifを消す */
#main_body div[class*="detail_"] img[src*="space.gif"] {
	display: none !important;
}

/* 画像サイズ */
/*
#main_body div[class*="detail"] img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}
*/

/* iframeの最大サイズ */
#main_body iframe {
	max-width: 100%;
}

/* preタグ */
div[class^="detail_"] pre {
	white-space: pre-wrap;
	word-break: break-word;
	font-family: monospace, sans-serif;
}

/* アンカーリンク */
div[class^="detail_"] a:not([href]) {
	display: inline-block;
	text-decoration: none !important;
	max-width: 100%;
}
div[class^="detail_"] a:not([href]):empty {
	display: block;
}
div[class^="detail_"] a:not([href]):hover {
	color: inherit;
}

/* ワープロライクのフロート対応 */
div[class^="detail_"]:before,
div[class^="detail_"]:after {
	content: "";
	display: table;
}
div[class^="detail_"]:after {
	clear: both;
}
div[class^="detail_"] {
	zoom: 1;
}

#main_body hr.cf {
	border: none;
	margin: 20px 0px 0px;
}

/* プレビュー編集モード調整用 */
.preview_body .detail_free ul,
.preview_body .detail_free ol {
	margin: 1em 0px !important;
	padding-left: 40px;
}

.status_bar div {
	font-size: 2rem !important;
}

.sticky #keep_page,
.sticky #osusume_banner {
	display: none;
}


/***** 2 定型登録 *****/

/* 共通 */
#main_body div.detail_free.detail_teikei_text p:first-child {
	margin-top: 0px;
}
.detail_teikei {
	display: table;
	width: 100%;
}

.detail_teikei_column {
	display: table-row;
}

.detail_teikei_column > div {
	display: table-cell;
	vertical-align: top;
	padding: 0px 0px 20px;
}

#main_body .detail_teikei .detail_teikei_img img {
	max-width: none;
}

#main_body .detail_teikei_column > div.detail_teikei_img + div.detail_teikei_text {
	padding-left: 20px;
}
#main_body .detail_teikei_column > div.detail_teikei_text:first-child {
	padding-right: 20px;
}
/* 共通ここまで */

/* パターン1 */
.detail_teikei1 .detail_teikei_img {
	text-align: center;
	margin: 20px 0px;
}
#main_body div.detail_teikei1 .detail_teikei_img  img {
	max-width: 100%;
}
/* パターン1ここまで */

/* パターン2 */
#main_body div.detail_teikei2 .detail_teikei_img  img {
	max-width: 700px;
}
/* パターン2ここまで */

/* パターン3 */
#main_body div.detail_teikei3 .detail_teikei_img  img {
	max-width: 700px;
}
/* パターン3ここまで */



/*========== parts-site ========== */

/* サブサイト共通ヘッダ */
#mainimg {
	width: 100%;
	max-width: 1100px;
	margin: 30px auto 0px;
}

#mainimg_box {
	position: relative;
}
#mainimg_box a {
	display: block;
	color: #000000;
	text-decoration: none;
}
#mainimg_box img {
	width: 100%;
	height: auto;
}
#mainimg_box .site_name {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mainimg_box .site_name.noimage {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 30px 20px;
}

/* サブサイト共通フッタ */
#site_footer {	
	margin: 15px 2px 0;
}
#site_footer_box {
	padding: 0px;
}
#site_footer_box p {
	margin: 0px 0px 1em;
}
#site_footer_box p:last-child {
	margin-bottom: 0px;
}

/* 自由編集項目 */
#jiyu_tail_box{
	position: relative;
	z-index: 1;
}

#jiyu_tail_box:before{
	content:'';
	display:block;
	width:2000px;
	height:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
			transform:translateX(-50%);
	top: -50px;
	background:url(/img/site/touken/top/black_bg.png)no-repeat;
	background-size: cover;
	position:absolute;
	padding-bottom: 30px;
	z-index:-3;
}
#jiyu_tail{
	max-width: 1080px;
	margin:0 auto;
	padding: 170px 0 150px;
}
.tail{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin: 0 80px;
}
#jiyu_tail .free_box {
	margin-right: 40px;
}
#jiyu_tail .free_box:last-child{
	margin-right: 0 ;
}
.free_box p {
	margin: 0px 0px 10px;
}
.free_box p:last-child {
	margin-bottom: 0px;
}
.free_box img {
	max-width: 100%;
	height: auto !important;
}

/* サイドメニュー */
#subsite_navi{
	max-width: 1080px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
}
@media screen and (min-width: 1080px) {
	#subsite_navi {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}

.subsite_menu {	
	min-width: 179px;
	background: rgba(50, 0, 0,0.8);
	border-right: 1px solid #080001;
	padding: 0px;
	display: table;
}
.subsite_menu:last-child{
	border-right: none;
}
.subsite_menu_ttl {
	display: table-cell;
	margin: 0px;
	font-size: 1.6rem;
	line-height: 1.6rem;
	padding: 0.5px 0px;
	text-align: center;
}
.subsite_menu_ttl a{
	display:block;
	color: #fff;
	padding: 27px 7px;
	text-decoration: none;
	text-align: center;
}
.subsite_menu_list{
	display: none;
}
.subsite_menu_list ul {
	margin: 0px;
	padding: 10px 15px;
	list-style: none;
}
.subsite_menu_list ul li {
	margin: 0px;
	padding: 3px 0px 3px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.subsite_menu_list ul li:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-right-width: 0px;
	border-left-width: 8px;
	border-left-color: #666666;
	position: absolute;
	top: 0.6em;
	left: 0px;
}
.subsite_menu_list div.link_ichiran {
	margin-top: 0px;
	padding: 0px 15px 15px;
}

/* 新着情報 */


/* 新着情報（サムネイルあり） */
.site_index2 .section_information_list ul li {
	display: block;
	padding-left: 0px;
}
.site_index2 .section_information_list ul li:before {
	display: none;
}

/* リスト */
.site_list2 .info_list ul li {
	padding-left: 0px;
}
.site_list2 .info_list ul li:before {
	display: none;
}


/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*colors*/
.color_black #top_hl_main #hl_main a,.color_black #hl_lang,.color_black #haikei_color,.color_black #moji_size,
.color_black .site_index #hl_lang .acc_open,.color_black #hl_lang ul,.color_black #open_hour h2,
.color_black .subsite_menu_ttl,.color_black #hl_lang > a#header_language_menu{
	background: #333;
}
.color_black #haikei_color #haikei_white,
.color_black #moji_size dd a,
.color_black #important_noticest_area,
.color_black .section_information_list div.link_box span a,.color_black #kyuken h2,
.color_black #calender_token{
	background: rgba(255, 255, 255, 0.2);
}
.color_black #hl_lang label[for*="acc_ttl_label"],.color_black #author_info h2,
.color_black #calender_token h2,.color_black #content_header span,.color_black #main_body .detail_free p, 
.color_black #main_body .detail_writing,.color_black #main_body th,
.color_black #main_body td,.color_black .hyouka_box_detail span,
.color_black .site_list1 .list_pack .article_txt span.article_date{
	color: #fff;
}
.color_black .banner_list span{
	color: #fff !important;
}
.color_black #detail_side_osusume h2{
	background: none !important;
}
.color_black #jiyuu_head_box:after{
	content:"";
	display: block;
	opacity: 0.5;
}
.color_black #detail_side_important{
	outline: none;
}
.color_black #section_information_wrap:before,.color_black #free_craft:before{
	display: none;
}
.color_black .section_information{
	margin-top: 50px;
	padding: 110px 0;
	margin-bottom: 50px;
}
.color_black .section_information h2,.color_black #main_body .section_information h2{
	margin-bottom: 30px;
}
.color_black #author_box p.f_contact{
	color: #ffff00;
}
.color_black #title_bar ul li{
	background: #555;
}
.color_black #title_bar ul li.tab_on{
	background: #faedd7;
}


.color_blue #top_hl_main #hl_main a,.color_blue #hl_lang,.color_blue #haikei_color,.color_blue #moji_size,
.color_blue .site_index #hl_lang .acc_open,.color_blue #hl_lang ul,.color_blue #detail_side_important,
.color_blue #important_noticest_area,.color_blue ,.color_blue #open_hour h2,.color_blue #hl_lang > a#header_language_menu{
	background: #0000aa;
}
.color_blue #haikei_color #haikei_white,
.color_blue #moji_size dd a,
.color_blue .section_information_list div.link_box span a,.color_blue #kyuken h2,
.color_blue #calender_token{
	background: rgba(255, 255, 255, 0.2);
}
.color_blue #hl_lang label[for*="acc_ttl_label"],.color_blue #author_info h2,
.color_blue #free_craft .detail_free h2,.color_blue #free_craft .detail_free p,
.color_blue #free_craft .detail_free table,.color_blue #calender_token h2,
.color_blue #kyuken h2,.color_blue #content_header span,
.color_blue #main_body .detail_free p,.color_blue #main_body .detail_writing,
.color_blue #main_body th,.color_blue #main_body td,.color_blue .hyouka_box_detail span,
.color_blue .site_list1 .list_pack .article_txt span.article_date{
	color: #ffff00;
}
.color_blue .banner_list span{
	color: #ffff00 !important;
}
.color_blue #header_next,.color_blue #juyuu_banner_area_box,
.color_blue #kanren_link h2,.color_blue #detail_side_osusume h2,.color_blue #free_craft{
	background: none !important;
}
.color_blue #jiyuu_head_box:after{
	content:"";
	display: block;
	opacity: 0.5;
}
.color_blue #detail_side_important{
	outline: none;
}
.color_blue #section_information_wrap:before,.color_blue #jiyu_tail_box:before,.color_blue #free_craft:before{
	display: none;
}
.color_blue .section_information{
	margin-top: 50px;
	padding: 110px 0;
	margin-bottom: 50px;
}
.color_blue .section_information h2,.color_blue #main_body .section_information h2{
	margin-bottom: 30px;
}
.color_blue #author_box p.f_contact{
	color: #fff;
}
.color_blue #title_bar ul li{
	background: rgba(255, 255, 255, 0.5);
}
.color_blue #title_bar ul li.tab_on{
	background: #faedd7;
}

/*colors*/


#sns_button_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}


/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	left: 10px;
	bottom: 20px;
	z-index: 90;
	width: 80px;
	height: 94px;
}
#osusume_banner.open {
	width: auto;
	height: auto;
	padding-left: 60px;
}

#osusume_banner_ttl {
	display: block;
	width: 80px;
	height: 94px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(/img/common/osusume_open.png) no-repeat;
}
#osusume_banner.open #osusume_banner_ttl {
	background: url(/img/common/osusume_close.png) no-repeat bottom;
}
#osusume_banner_ttl a {
	display: block;
	padding: 47px 0px;
}

#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	background: url(/img/common/osusume-bg.png) no-repeat center right -85px rgba(255,255,255,0.75);
	padding: 0px 20px;
	max-width: calc(100vw - 140px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #274e65;
	border-radius: 5px;
}
#osusume_banner.open #osusume_banner_list {
	display: block;
}
#osusume_banner_list_box {
	padding: 8px 40px 8px 8px;
	position: relative;
}
.osusume_banner_list_detail {
	margin: 0px;
	padding: 0px;
}
.osusume_banner_list_detail > a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: auto;
}
.osusume_banner_list_detail > a:first-child {
	margin-right: 5px;
}
.osusume_banner_list_detail img {
	width: 100%;
	height: auto;
}

#osusume_banner_close {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #becad0;
	background-size: auto;
	color: #000000;
	line-height: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	right: 0px;
}
/* おすすめ情報（回遊ボタン）ここまで */




/**********************************************************************************/
/* タブレット */
/**********************************************************************************/
@media screen and (max-width : 1079px) {

	.banner_list img {
		margin-left: auto;
		margin-right: auto;
	}
	
	#touken_frame {
		-ms-flex-wrap: nowrap;
		/* flex-wrap: nowrap; */
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	#calender_wrap {
		margin: 0;
	}
	
	#facebook_token {
		margin: 0;
	}
	
	.section_information_list ul {
		padding: 0px 10px;
	}
	
	#footer_logo {
		margin: 0;
		width: auto;
	}

	.subsite_menu {
		min-width: 0;
		-webkit-box-flex: 1;
			-ms-flex: 1;
				flex: 1;
	}
	
	#subsite_navi {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	
	#logo {
		margin: 0px 20px 20px;
	}
	
	#main_a {
		margin: 0px 20px;
	}
	#author_main {
		padding: 0 20px;
	}
	
	#open_hour {
		width: 200px;
		margin: 0 auto;
	}
	
	/*========== layout ========== */
/* 
	#sidebar1 {
		width: 30%;
	}
	#sidebar2 {
		width: 30%;
	}

	.side1 #main {
		width: 70%;
	}
	.side1 #main_a {
		padding-left: 20px;
	}

	.side2 #main {
		width: 70%;
	}
	.side2 #main_a {
		padding-right: 20px;
	}

	.side1.side2 #main {
		width: 40%;
	}
	.side1.side2 #main_a {
		padding-left: 10px;
		padding-right: 10px;
	} */


	/*========== parts-detail  ========== */

	/* 画像サイズ */
	/* #main_body div[class*="detail"] img {
		max-width: 100%;
		height: auto !important;
		vertical-align: top;
	} */


}
/**********************************************************************************/
/* タブレット ここまで */
/**********************************************************************************/




/**********************************************************************************/
/* スマートフォンここから */
/**********************************************************************************/
@media screen and (max-width: 670px){

	/*========== sp-common ========== */

	* {
		float: none;
		word-break: normal;
	}

	/* 領域の位置やサイズに関する設定 */
	#loading-view {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		/* 背景関連の設定 */
		background-color: #ffffff;
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
	}

	#xp1 {
		width: auto;
		margin: 0px auto;
	}

	/* viewSwitch */
	#viewSwitch {
		display: none;
		background: #cccccc;
		border-top: 1px solid #cccccc;
		text-align: center;
		padding: 15px 0px;
	}
	#viewSwitch dl {
		margin: 0px;
		padding: 0px;
	}
	#viewSwitch dt,
	#viewSwitch dd,
	#viewSwitch ul,
	#viewSwitch li {
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}
	#viewSwitch dt {
		margin-right: 10px;
		color: #333333;
	}
	#viewSwitch ul {
		list-style: none;
	}
	#viewSwitch li {
		padding: 2px 5px;
	}
	#viewSwitch li:nth-child(1) {
		border-right: solid 1px #333333;
	}
	#viewSwitch li:nth-child(2) {
		border-right: solid 1px #333333;
	}
	#vsSP {
		font-weight: bold;
	}

	/* spbutton */
	.spbutton {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		border-radius: 5px;
		border: 1px solid #dcdcdc;
		background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
		background-color: #f9f9f9;
		color: #000000;
		text-shadow: 1px 1px 0px #ffffff;
		-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
		box-shadow:inset 1px 1px 0px 0px #ffffff;
		font-size: 1.5rem;
		text-decoration: none;
		text-align: center;
	}
	.button:hover {
		background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
		background-color: #e9e9e9;
	}
	.button:active {
		position: relative;
		top: 1px;
	}

	/* テーブル切り替え */
	#main_body .sp_table_wrap {
		overflow: auto;
	}

	#main_body div.sp_large_table {
		width: 1000px;
		overflow: visible;
	}

	.sp_button {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		border-radius: 5px;
		border: 1px solid #dcdcdc;
		background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
		background-color: #f9f9f9;
		color: #000000;
		text-shadow: 1px 1px 0px #ffffff;
		-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
		box-shadow:inset 1px 1px 0px 0px #ffffff;
		font-size: 1.5rem;
		text-decoration: none;
		text-align: center;
	}
	.sp_button:hover {
		background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
		background-color: #e9e9e9;
	}
	.sp_button:active {
		position: relative;
		top: 1px;
	}
	.gsc-result .gs-title {
		height: auto !important;
	}

	/* ページ内目次 */
	#sp_page_index_link_wrap {
		display: none;
		width: auto;
		padding: 10px 0px;
	}

	#sp_page_index_link_toggle {
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 10px;
		font-size: 1.5rem;
		border: 1px solid #333333;
		background: url(/img/sp/acc_open.png) no-repeat 97% center #eeeeee;
		background-size: 15px 15px;
		border-radius: 5px;
		text-align: center;
	}
	#sp_page_index_link_toggle.open {
		background-image: url(/img/sp/acc_close.png);
	}
	#sp_page_index_link_toggle:focus {
		outline: none;
	}

	#main #main_a ul#sp_page_index_link {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#main #main_a ul#sp_page_index_link li {
		padding: 10px;
		border-bottom: 1px solid #CCCCCC;
	}
	#main #main_a ul#sp_page_index_link li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h2 {padding-left: 10px; font-size: 2.0rem; line-height: 1.2em;}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h3 {padding-left: 20px; font-size: 1.8rem; line-height: 1.2em;}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h4 {padding-left: 30px; font-size: 1.6rem; line-height: 1.2em;}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h5 {padding-left: 40px; font-size: 1.4rem; line-height: 1.2em;}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h6 {padding-left: 50px; font-size: 1.2rem; line-height: 1.2em;}


	/*========== sp-layout ========== */

	/* 全体 */
	html {
		font-size: 62.5%;
	}
	body {
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		font-size: 1.4rem;
		line-height: 1.5;
		word-break: normal;
		-webkit-text-size-adjust: none;
	}

	#container {
		float: none;
		width: 100%;
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	/* ヘッダ */
	#header {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* フッタ */
	#footer {
		clear: both;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* メイン */
	#mymainback_touken {
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		overflow: hidden;
	}

	#main,
	.side1 #main,
	.side2 #main,
	.side1.side2 #main {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	#main_a,
	.side1 #main_a,
	.side2 #main_a,
	.side1.side2 #main_a {
		margin: 0px;
		padding: 0px;
	}

	#sidebar1 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	#sidebar2 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}


	/*========== sp-parts ========== */

	/***** 1 共通 *****/

	/* PC表示切り替えボタンを表示 */
	#viewPCMode{
		display: none;
	}

	/* レスポンシブアコーディオン用 */
	.acc_title_wrap {
		position: relative;
	}
	.acc_title {
		position: relative;
	}
	.acc_title > label {
		display: block;
		cursor: pointer;
	}
	h2.acc_title > label,
	h3.acc_title > label,
	h4.acc_title > label,
	h5.acc_title > label,
	h6.acc_title > label {
		padding-right: 0px;
	}

	input[id*="acc_ttl_label"] + * {
		display: block;
	}
	.acc_title + input[id*="acc_ttl_label"]:checked + * {
		display: block;
	}
	label[for*="acc_ttl_label"] {
		/*background: url(/img/sp/acc_open.png) no-repeat 97% center transparent;
		background-size: 15px 15px;*/
	}
	.acc_open label[for*="acc_ttl_label"] {
		background-image: url(/img/sp/acc_close.png);
	}t[id*="acc_ttl_label"] + *

	.no_acc_title label[for*="acc_ttl_label"] {
		background: none;
	}

	/* 足あと・ブックマーク機能 */
	#footstep_wrap, #keep_page {
		display: none !important;
	}

	/***** 2 基本設定 *****/

	/* ボタン */
	input[type="button"],
	input[type="submit"],
	button {
		font-size: 1.4rem;
	}

	input[type="text"],
	textarea {
		font-size: 1.4rem;
	}

	/* テーブル */
	#main_body table {
		font-size: 1.3rem;
		line-height: 1.4;
	}

	/* 見出し */
	#main_header {
		margin-bottom: 1px;
	}
	#main_header h1 {
		margin: 0px;
		padding: 30px;
		font-size: 3rem;
		line-height: 3.2rem;
	}

	#main_body h2 {
		margin: 0px 0px 1px;
		padding-left: 15px;
		padding-right: 10px;
		font-size: 2rem;
	}
	#main_body h2:before {
		width: 335px;
	}

	#main_body h3 {
		margin: 0px 0px 1px;
		padding-left: 15px;
		padding-right: 10px;
		font-size: 1.8rem;
	}

	#main_body h4 {
		margin: 0px 0px 1px;
		padding-left: 15px;
		padding-right: 10px;
		font-size: 1.6rem;
	}

	#main_body h5 {
		margin: 0px 0px 1px;
		padding-left: 15px;
		padding-right: 10px;
		font-size: 1.4rem;
	}

	#main_body h6 {
		margin: 0px 0px 1px;
		padding-left: 15px;
		padding-right: 10px;
		font-size: 1.4rem;
	}

	/***** 3 ヘッダ *****/

	/* ヘッダ */
	#header {
		position: relative;
		font-size: 1.3rem;
	}

	#spm_wrap {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 200;
	}
	button#spm_menu {
		display: block;
		width: 60px;
		height: 60px;
		margin: 0px;
		padding: 0px;
		border: none;
		background: url(/img/site/touken/top/menu.png) no-repeat;
		background-size: 60px auto;
		color: #000000;
		text-indent: -9999em;
		text-align: left;
		overflow: hidden;
		border: none;
		outline: none;
	}
	.open button#spm_menu {
		background-image: url(/img/site/touken/top/tojiru.png);
	}

	#header2 {
		width: auto;
		margin: 0 ;
		background: #000;
	}
	#header_top{
		position: static;
		min-height: 100px;
	}
	#top_hl_main {
		padding: 0;
        margin-bottom: 0;
	}
	#he_left {
		position: static;
		margin: 0px;
		padding: 0;
		width: auto;
	}
	#hl_main,#header_logo,#haikei_color,#moji_size,#social_link{
		display: none;
	}
	.open #header_logo {
		display: block;
		position: absolute;
		top: 121px;
		left: 20px;
		margin-left: 0;
	}
	.open #header_link {
		background: rgba(50, 0, 0);
		padding: 20px 20px 0;
		margin-top: 102px;
		display: block;
		width: 100%;
	}
	#header_link #hl_lang{
		margin-left: 146px;
	}
	#he_right {
		display: none;
		margin: 0px;
		padding: 10px;
		text-align: center;
	}
	
	.open #he_right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding: 0;
		-webkit-box-pack: start;
			-ms-flex-pack: start;
				justify-content: flex-start;
	}
	#top_search_keyword {
		margin-left: 0!important;
		padding: 20px 0 35px;
		margin-right: 115px;
	}
	#logo{
		width: 165px;
		margin-bottom: 15px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	#logo span:first-child{
		font-size: 1.5rem;
		line-height: 1.8rem;
		padding-bottom: 6px;
	}
	#logo span:last-child{
		font-size: 1rem;
		line-height: 1.2rem;
	}

	ul#header_link > li {
		margin: 0px 5px;
	}
	ul#header_link > li#hl_main,
	ul#header_link > li#hl_func {
		display: none !important;
	}
	ul#header_link > li > a {
		background-size: auto 18px;
		padding-left: 20px;
		font-size: 1.2rem;
	}

	/*#top_hl_main,#hl_main,#haikei_color,#moji_size,.open #logo{
		display: none;
	}
	.open #top_hl_main{
		display: block;
	}*/

	/* 検索 */
	#cse-search-box {
		display: block;
		width: auto;
        min-width: 220px;
        max-width: 266px;
    }
	#tmp_query {
		font-size: 1.4rem;
	}
	#submit {
		font-size: 1.4rem;
	}

	#cse_filetype {
		display: block;
	}
	#cse_filetype fieldset {
		padding: 5px 0px 0px;
		text-align: right;
	}
	#cse_filetype fieldset span {
		font-size: 1.2rem;
	}

	/* グローバルナビ */
	#top_search {
		display: none;
	}
	.open #top_search {
		display: block;
	}

	ul#gnav {
		display: block;
		width: auto;
		padding: 0px;
	}
	ul#gnav li {
		display: block;
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #ffffff;
	}
	ul#gnav li a {
		font-size: 1.8rem;
		padding: 10px 15px;
		text-align: left;
	}

	/***** 4 パンくず *****/

	/* パンくず */
	#pankuzu_wrap {
		margin: 0px;
		padding: 20px;
	}
	#pankuzu_wrap > div {
		width: auto;
		font-size: 1.1rem;
		padding: 0px 0px 0px 45px;
	}
	.pankuzu:first-child .icon_current {
		width: 3rem;
		font-size: 0.8rem;
		padding: 1.5px 0px;
	}

	/***** 5 フッタ *****/

	/* フッタ */
	#footer {
		font-size: 1.3rem;
	}

	#to_page_top {
		display: none;
	}

	#footer_navi ul {
		width: auto;
		padding: 0;
	}
	#footer_navi ul li{
		margin-bottom: 33px;
		padding: 0 10px 0 10px;
	}
	#author_info{
		width: auto;
		margin: 0 20px;
	}
	#author_info h2{
		padding:40px 0 30px;	
	}
	#author_info #open_hour h2{
		padding: 7px 0;
	}
	#author_main{
		display: block;
		padding: 0;
	}
	#footer_logo{
		margin-right: 0px; 
		width: auto;
		text-align: center;
		margin-bottom: 30px;
	}
	#author_box {
		width: auto;
		margin-bottom: 30px;
	}
	#author_box p.f_author {
		line-height: 2.5rem;
		margin: 0 0 15px;
	}

	#copyright p {
		padding: 20px 0 50px;
		font-size: 1.3rem;
		line-height: 1.3rem;
	}

	/***** 6 バナー *****/

	/* バナー広告 */
	ul.banner_list li {
		width: calc(50% - 10px);
		max-width: 200px;
		height: auto;
		margin: 5px;
	}
	ul.banner_list.banner_list_side li {
		max-width: none;
	}

	/***** 7 リスト *****/

	/* リスト */
	.site_list_2 .info_list ul{
		padding: 10px 0px;
	}
	.site_list1 .info_list ul {
		padding: 30px 67px 0px;
	}
	.site_list1 .info_list ul li{
		display: block;
		margin: 0px;
		padding: 0px 0px 20px;
	}
	.site_list1 .info_list ul li:nth-child(4n+4){
	   margin-bottom: 0px;
	}
	.site_list1 .list_pack {
		width: 200px;
	}
	.site_list_2 .info_list ul li {
		display: block;
		margin: 0px;
		border: none;
	}
	.site_list1 .list_pack .article_txt span.article_date{
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
	.info_list ul li a {
		display: block;
		text-decoration: underline;
	}
	.info_list.info_list_date ul li {
		display: block;
		width: auto;
	}
	.info_list.info_list_date ul li > span {
		display: block;
	}
	.info_list.info_list_date ul li > span.article_date {
		width: auto;
	}

	.article_section {
		display: block;
		text-align: right;
		padding-right: 10px;
	}
	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0px !important;
		text-decoration: underline !important;
	}

	/* リスト（一覧リンク） */
	div.link_ichiran {
		margin: 0px;
		padding: 10px;
		display: none;
	}

	/* リスト（横並び） */
	.navigation ul li,
	.navigation > div,
	.navigation ul li:last-child,
	.navigation > div:last-child {
		display: block;
		margin: 0px;
		padding: 10px;
		border: none;
		border-bottom: 1px solid #cccccc;
	}
	.navigation ul li:last-child,
	.navigation > div:last-child {
		border-bottom: none;
	}
	.navigation ul li a,
	.navigation > div a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	/* リスト（新着情報） */
	#section_information_wrap:before{
		content: "";
		width: 100%;
		height: 565px;
		bottom: 0;
		top:0;
		background-size: auto 100%;
	}
	.section_information {
		margin: 0;
		width: auto;
		padding: 70px 0;
	}
	.section_information h2,
	#main_body .section_information h2 {
		font-size: 2.8rem;
		line-height: 2.8rem;
		padding: 0 0 30px;
	}

	.section_information p.no_data {
		padding: 15px;
	}

	.section_information_list ul {
		padding: 0px 87.5px;
	}
	.section_information_list ul li {
		display:block;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	.section_information_list ul li:nth-child(n+2){
		display: none;
	}
	.section_information_list ul li:before {
		display: none;
	}
	.section_information_list ul li > span {
		display: block;
	}
	.section_information_list ul li > span.article_date {
		width: auto;
	}
	.section_information_list ul li a {
		display: block;
	}
	.section_information_list div.link_box span{
		margin-left: 0;
		vertical-align: top;
	}
	.link_ichiran{
		margin-bottom: 10px;
	}
	.section_information_list div.link_box {
		padding: 30px 0 0;
		margin: 0;
		text-align: center;
	}

	#free_craft {
		background: url(/img/site/touken/top/smith.jpg) no-repeat top center #000;
	}
	#free_craft:before {
		display: none;
	}
/*	#free_craft:before{
		content: "";
		display: block;
		width: 100%;
		background-image:url(/img/site/touken/top/sp_firebg.png);
	}*/
	#free_fire{
		width: auto;
		padding: 210px 0 70px;
	}
	#free_craft .detail_free{
		width: auto;
		margin: 0 20px;
	}
	#free_craft .detail_free ul{
		padding: 33px 0 0;
	}
	#free_craft .detail_free table{
		width: 100%;
	}

	#jiyu_tail{
		width: auto;
		padding: 50px 0 60px;
	}
	.tail{
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		margin: 0 20px;
	}
	#jiyu_tail .free_box{
		margin-right: 0px;
		margin-bottom: 20px;
		width: calc(50% - 10px);
	}
	#jiyu_tail_box:before{
		content: '';
		display: block;
		width: 100%;
		background-size: auto 100%;
	}
	/* リスト（新着情報サムネイル） */
	.section_information_thum {
		padding: 10px 15px;
	}
	.section_information_thum > div.lettering2 {
		width: 120px;
	}
	.section_information_thum > div.lettering3 {
		padding-left: 10px;
	}

	/***** 8 サイド *****/

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 10px;
	}

	/* サイドメニュー */
	.side_box_list ul {
		padding: 0px;
	}
	.side_box_list ul li {
		display: block;
		margin: 0px;
		padding: 10px;
		border: none;
		border-bottom: 1px solid #cccccc;
	}
	.side_box_list ul li:last-child {
		border-bottom: none;
	}
	.side_box_list ul li:before {
		display: none;
	}
	.side_box_list ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}
	.side_box_list ul li ul li {
		padding-right: 0px;
	}

	/* レコメンド */
	#sidebar_recommend ul,
	#sidebar_ai_recommend ul {
		padding: 0px;
	}
	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {
		display: block;
		margin: 0px;
		padding: 10px 10px 10px 30px;
		background-position: 10px 12px;
		border: none;
		border-bottom: 1px solid #cccccc;
	}
	#sidebar_recommend ul li:last-child,
	#sidebar_ai_recommend ul li:last-child {
		border-bottom: none;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	#common_banner_link ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}
	#common_banner_link ul li,
	#common_banner_link ul li:last-child {
		margin: 0px;
		width: calc(50% - 5px);
	}
	#common_banner_link ul li a {
		font-size: 1.4rem;
		padding: 20px 0px;
		text-align: center;
	}

	/***** 9 メイン *****/

	/* メイン */
	#mymainback{
		padding-top: 0;
	}
	#mymainback_touken {
		padding: 20px 20px 0px;
		margin: 0px;
	}

	/* 自由編集項目 */
	#juyuu_banner_area_box{
		background-position: center;
	}
	#juyuu_banner_area {
		width: auto;
		padding: 90px 20px 60px;
	}
	#juyuu_banner_area ul {
		padding: 0px;
		max-width: 335px;
		margin: 0px auto;
	}
	#jiyuu_head,#jiyuu_head_box{
		width: 100%;
		margin-bottom: 30px;
	}
	#jiyuu_head_box:before{
		content:"";
		display:block;
		width: 375px;
		height: 118px;
	}
	#jiyuu_head_box:after{
		content:"";
		display:block;
		bottom:-1px;
	}
	#jiyuu_head_box .free_box img{
		width: 375px !important;
		height: 118px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.free_box img {
		width: 160px !important;
		height: auto !important;
	}
	#juyuu_banner_area .free_box {
		margin-right: 0px;
		padding: 0px 15px 20px 0px; 
	}
	#juyuu_banner_area .free_box:nth-child(2n+2) {
		padding: 0px 0px 20px 0px; 
	}
	#mp_control_box{
		width: 100%;
		bottom: -12px;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
        min-width: auto;
	}
	#mp_control_next,#mp_control_prev,#densha,#kuruma{
		display: none !important;
	}
	#sp_densha,#sp_kuruma{
		display: block;
	}
	#sp_densha img,#sp_kuruma img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	#mp_control_pause, #mp_control_play{
		margin-right: 20px;
	}

	/***** 10 各ページ *****/

	/*STATION BOX*/
	#station_box{
		width: 100%;
	}
	#title_bar ul li{
		/*width: 187.5px;*/
		width: calc(50% - 0px);
	}
	#title_bar ul #bar1 button img{
		width: 147px;
		height: 31px;
	}
	#title_bar ul #bar2 button img{
		height: 19px;
		width: 99px;
	}
	#transport_wrap,#kuruma_wrap{
		padding: 0;
	}
	/*STATION BOX*/

	/* 印刷用アイコン */
	#content_header {
		margin: 0px;
		padding: 5px 0px;
	}
	#content_header span{
		font-size: 1.4rem;
		margin-left: 00px;
	}
	#content_header span:first-child{
		display: inline-block;
		margin-left: 0;
		margin-bottom: 5px;
	}
	#content_header span:last-child{
		margin-left: 12px;
	}
	/* PDF・WMPリンク */
	.pdf_download, .wmplayer_download {
		margin: 15px 0px;
		display: block;
		width: auto;
	}
	.pdf_download .pdf_img, .wmplayer_download .wmplayer_img {
		display: block;
	}
	.tenpu_txt {
		display: block;
		padding: 10px 0px 0px;
		font-size: 1.2rem;
	}

	/* お問い合わせ先 */
	#section_footer {
		margin: 15px 0px;
	}
	#section_footer h2,
	#main_body #section_footer h2 {
		font-size: 1.8rem;
		padding: 15px;
	}
	#section_footer_detail {
		padding: 0px 15px 15px;
	}
	.fb_iframe_widget_fluid span{
		width: 175px !important;
	}

	/* 評価エリア */
	#hyouka_area_box {
		margin: 15px 0px;
	}
	#hyouka_area_box .system_box {
		display: block;
		padding: 15px;
	}
	#hyouka_area_box .system_box h2, #main_body #hyouka_area_box .system_box h2 {
		padding: 30px 15px 15px;
		border-right: none;
		border-bottom: 1px solid #cbcbcb;
		background-position: top center;
		text-align: center;	
	}
	#hyouka_area_box .system_box h2 br {
		display: none;
	}
	.system_box_waku{
		padding: 15px 0px 0px;
	}
	#hyouka_area_submit {
		padding: 15px 0px 0px;
		text-align: center;
	}

	/* カレンダー登録・SNSボタン */
	#detail_button_wrap {
		margin: 15px 0px;
	}
	#detail_button_wrap > div a {
		font-size: 1rem;
		line-height: 1.5rem;
		background-size: 30px auto;
		padding: 40px 5px 5px;
	}
	#detail_button_wrap > div#btn_google_calendar a,
	#detail_button_wrap > div#btn_yahoo_calendar a {
		padding: 15px 5px;
	}
	#detail_button_wrap > div#sns_button_facebook a {
		background-size: 20px auto;
	}

	/* 重要なお知らせ */
	#important_noticest_area{
		width: auto;
		margin: 0 20px 20px;
	}
	#detail_side_important h2 {
		padding: 32px 23px 23px 52px;
		background-position: 18px 28px;
	}
	#detail_side_important ul {
		padding: 0px;
	}
	#detail_side_important ul li {
		display: block;
		margin: 0px;
		padding: 0 20px 15px;
	}
	#detail_side_important ul li:last-child {
		border-bottom: none;
	}
	#detail_side_important ul li a {
		display: block;
	}
	#detail_side_important .link_box{
		margin: 0 20px;
	}
	#detail_side_important .link_box span{
		margin-bottom: 10px;
		padding-left: 2px;
	}
	/*banner*/
	#sidebar_banner{
		width: auto;
		margin: 0 20px;
		margin-bottom: 30px;
	}
	#sidebar_banner h2{
		padding: 0 0 20px;
	}
	#sidebar_banner h2:before{
		content:"";
		display:block;
		width:335px;
	}
	.banner_list{
		padding: 0;
	}
	.banner_list a{
		line-height: 2.8rem;
		margin-bottom: 25px;
	}
	.banner_list img{
		width: 336px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 34px;
	}
	.banner_list span{
		line-height: 2.5rem;
	}
	/*banner*/
	
	/*frames*/
	#touken_frame{
		width: auto;
		display: block;
		margin: 0 20px;
	}
	#calender_wrap{
		width: 335px;
		margin-bottom: 28px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#calender_token{
		width: 100%;
		height: 371px;
		margin-bottom: 15px;
		padding: 0 19px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#calender_token iframe{
		width: 296px;
		height: 288px;
		max-width: 100%;
	}
	#facebook_token{
		margin-right: 0;
		margin-bottom: 30px;
		width: 330px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#facebook_token iframe {
		max-width: 100%;
	}
	#site_footer{
		margin:14px 0 0;
	}
	#twitter_token{
		width: 330px;
		margin-bottom: 50px;
		border: 1px solid #ebedf0;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	/*frames*/

	#map{
		width: auto;
	}
	#google_map{
		width: auto;
		height: 360px;
	}
	/* おすすめコンテンツ */
	#osusume_contents_area{
		width: auto;
	}
	#detail_side_osusume{
		padding: 20px 82px;
	}
	#detail_side_osusume h2 {
		font-size: 1.8rem;
		padding: 20px;
		text-align: center;
		background-position: 2px 17px;
	}
	#detail_side_osusume ul li{
		margin-bottom: 20px;
		padding: 0px;
	}

	/* カウントダウン */


	/*========== sp-parts-detail ========== */

	/* 画像サイズ */
	#main_body div[class*="detail"] img {
		max-width: 100%;
		height: auto !important;
		vertical-align: top;
	}

	/* 見出し */
	#main_body h2,
	#main_body h3,
	#main_body h4,
	#main_body h5,
	#main_body h6 {
		margin: 15px 0px;
	}
	#main_body hr.cf {
		margin-top: 15px;
	}

	/* 定型登録 */
	#main_body div.detail_free.detail_teikei_text p:first-child{
	}
	.detail_teikei {display: block;}

	.detail_teikei_column {display: block;}

	.detail_teikei_column > div {display: block;}

	#main_body .detail_teikei .detail_teikei_img img {max-width: 100%;}

	#main_body .detail_teikei_column > div.detail_teikei_img + div.detail_teikei_text {
	}
	#main_body .detail_teikei_column > div.detail_teikei_text:first-child {
	}
	/* 定型登録ここまで */


	/*========== sp-parts-site ========== */

	/* サブサイト共通ヘッダ */
	#mainimg {
		margin: 0px;
	}
	#mainimg_box #site_name {
		font-size: 2.6rem;
		padding: 0px 15px;
	}
	#mainimg_box #site_name.noimage {
		padding: 20px 15px;
	}

	/* サブサイト共通フッタ */
	/* サイドメニュー */
	#subsite_navi{
		display: none;
		width: auto;
	}
	.open #subsite_navi{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: rgba(50, 0, 0);
		padding: 0 20px 20px;
	}
	.subsite_menu {
		margin: 0;
		min-width: calc(50% - 12px);
		border: 1px solid #080001;
	}
	.subsite_menu:last-child{
		border: 1px solid #080001;
	}
	.subsite_menu_ttl{
		padding: 0;
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
	.subsite_menu_ttl a{
		padding: 20px 0px;
	}
	.subsite_menu_list ul {
		padding: 0px;
		display: none;
	}
	.subsite_menu_list ul li {
		display: block;
		margin: 0px;
		padding: 10px;
		border: none;
		border-bottom: 1px solid #cccccc;
	}
	.subsite_menu_list ul li:last-child {
		border-bottom: none;
	}
	.subsite_menu_list ul li:before {
		display: none;
	}
	.subsite_menu_list ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	/* 新着情報 */
	.detail #main_body .section_information h2 {
		margin: 0px;
	}

	/* 新着情報（サムネイルあり） */
	.list_pack > div.article_img span:empty {
		height: 90px;
		background-size: contain;
	}

	/* おすすめ情報（回遊ボタン） */
	#osusume_banner {
		left: 0px;
		bottom: 0px;
	}
	#osusume_banner_list {
		max-width: calc(100vw - 90px);
	}
	.osusume_banner_list_detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.osusume_banner_list_detail > a{
		width: calc(50% - 10px);
		min-width: 135px;
		max-width: 200px;
		height: auto;
		margin: 5px;
	}
	/* おすすめ情報（回遊ボタン）ここまで */



}
/**********************************************************************************/
/* スマートフォンここまで */
/**********************************************************************************/