@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('/site/shared/site_naranoki/fonts/zen-old-mincho-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 500;
  src: url('/site/shared/site_naranoki/fonts/zen-old-mincho-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 700;
  src: url('/site/shared/site_naranoki/fonts/zen-old-mincho-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
input,
select,
textarea {
	font-family: "Zen Old Mincho", "Noto Serif JP", serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

a:link,
a:active,
a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

body {
	color: #000000;
	font-size: 100%;
	line-height: 1.8;
    letter-spacing: 0.1em;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #b81212;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #1B594A;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_blue,
th.bg_blue {
    color: inherit;
    background-color: #E8FDFE;
    /* Setting by CMS sheets */
}

td.bg_lightblue,
th.bg_lightblue {
    color: inherit;
    background-color: #EEF9FF;
    /* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
    color: inherit;
    background-color: #F3EEFF;
    /* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}
.format_top #tmp_wrapper{
	padding-top: 0 !important;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1280px;
	padding: 0 40px;
	width: 100%;
	margin: 0 auto;
}
.show_sp{
	display: none;
}
/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}


/* header
================================================== */
.open_navi {
	overflow: hidden !important;
}
#tmp_header {
    position: fixed;
    z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
}
#tmp_header .header_wrap{
	position: relative;
    padding: 0 40px;
}
#tmp_header:after{
	content: '';
	background: #9e1630;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
}
.format_top #tmp_header:not(.on):after{
	content: none;
}
#tmp_header .header_cnt{
	position: relative;
	min-height: 70px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 170px;
	height: 29px;
	font-size: 1.5rem;
	color: inherit;
	background: #ffffff url(/site/shared/site_naranoki/images/header/hlogo.png) no-repeat left top;
	background-size: 100% auto;
}

#tmp_hlogo a {
	display: block;
	width: 170px;
	height: 29px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 170px;
	height: 28px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_header .header_inner{
	display: flex;
	align-items: center;
}
#tmp_header .qetic_sns{
	margin-top: 3px;
	margin-left: 20px;
}
#tmp_header .qetic_sns > ul{
	display: flex;
	list-style: none;
}
#tmp_header .qetic_sns > ul > li{
	padding: 0 10px;
}
#tmp_header .qetic_sns a{
	display: block;
}
#tmp_header .qetic_sns img{
	max-width: 20px;
	height: auto;
	vertical-align: top;
	transition: 0.5s ease-in-out opacity;
}
#tmp_header .qetic_sns li.in img{
	max-width: 18px;
}
#tmp_hnavi_s{
	display: block;
	position: static;
	margin-left: 20px;
}
#tmp_hnavi_s > ul{
	list-style: none;
}
#tmp_hnavi_s > ul > li > a{
	text-decoration: none;
	display: flex;
	align-self: center;
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
#tmp_hnavi_s > ul > li > a > span{
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 1px;
	color: #ffffff;
	background-color: #000000;
	margin: auto;
	transition: 0.5s ease-in-out background-color;
}
#tmp_hnavi_s > ul > li > a > span:before,
#tmp_hnavi_s > ul > li > a > span:after{
	content: '';
	position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    transition: 0.5s ease-in-out transform, 0.5s ease-in-out background-color;
    background-color: #000000;
}
#tmp_hnavi_s > ul > li > a > span:before{
	top: 15px;
}
#tmp_hnavi_s > ul > li > a > span:after{
	bottom: 14px;
}
#tmp_hnavi_s > ul > li > a.ac_active > span{
	color: #9e1630;
	background-color: transparent;
}
#tmp_hnavi_s > ul > li > a.ac_active span:before,
#tmp_hnavi_s > ul > li > a.ac_active span:after {
    background-color: #9e1630;
}
#tmp_hnavi_s > ul > li > a.ac_active span:before {
    transform: rotate(45deg) translate(4px, 3px);
}
#tmp_hnavi_s > ul > li > a.ac_active span:after {
    transform: rotate(-45deg) translate(5px, -3px);
}
/* sma menu */
.wrap_sma_sch{
	color: #000000;
	background-color: #ffffff;
	top: calc(100% + 1px);
	overflow-y: scroll;
}
.format_top .wrap_sma_sch{
	top: 100%;
}
#tmp_sma_rmenu.wrap_sma_sch{
	position: absolute;
    left: 0;
    right: 0;
	top: 70px;
	min-height: calc(100vh - 70px);
	text-align: left;
	padding-bottom: 60px;
	transition: opacity 0.4s;
	overflow-y: auto;
    overflow-x: hidden;
	opacity: 0;
}
#tmp_sma_rmenu.transition {
	opacity: 1;
}
.wrap_sma_sch .nav_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 80px;
	padding: 73px 41px 30px;
}
.wrap_sma_sch .nav_area,
.wrap_sma_sch .magazine_area{
	width: calc(50% - 40px);
    flex-grow: 1;
    flex-shrink: 1;
}
.wrap_sma_sch .nav_area{
	display: flex;
    min-width: 340px;
}
.wrap_sma_sch .nav_area > ul{
	flex-shrink: 0;
	list-style: none;
}
.wrap_sma_sch .nav_area > ul:first-child{
    width: 27%;
	margin-right: 57px;
}
.wrap_sma_sch .nav_area > ul > li{
	margin-bottom: 42px;
}
.wrap_sma_sch .nav_area li > a{
	text-decoration: none;
	display: block;
	min-width: 100px;
	position: relative;
	color: inherit;
	background: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 18px;
	padding-top: 27px;
}
.wrap_sma_sch .nav_area li > a.about{
	background-image: url(/site/shared/site_naranoki/images/header/about_eng.png);
}
.wrap_sma_sch .nav_area li > a.magazine{
	background-image: url(/site/shared/site_naranoki/images/header/magazine_eng.png);
	background-size: 100px auto;
}
.wrap_sma_sch .nav_area li > a.products{
	background-image: url(/site/shared/site_naranoki/images/header/products_eng.png);
}
.wrap_sma_sch .nav_area li > a.archive{
	background-image: url(/site/shared/site_naranoki/images/header/archive_eng.png);
}
.wrap_sma_sch .nav_area li > a.library{
	background-image: url(/site/shared/site_naranoki/images/header/library_eng.png);
}
.wrap_sma_sch .nav_area li > a.story{
	background-image: url(/site/shared/site_naranoki/images/header/story_eng.png);
	min-width: 216px;
}
.wrap_sma_sch .nav_area li > a.why{
	background-image: url(/site/shared/site_naranoki/images/header/why_eng.png);
	min-width: 182px;
}
.wrap_sma_sch .nav_area li > a.wellness{
	min-width: 223px;
	background-image: url(/site/shared/site_naranoki/images/header/wellness_eng.png);
}
.wrap_sma_sch .nav_area li > a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
    height: 1px;
    background-color: #a0122c;
}
.wrap_sma_sch .nav_area li > a > span{
	font-size: 75%;
	display: block;
}
.wrap_sma_sch .magazine_search_block .filter_lbl{
	position: relative;
    padding-left: 18px;
	margin-bottom: 7px;
}
.wrap_sma_sch .magazine_search_block .filter_lbl:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: auto;
    background-color: #a0122c;
}
.wrap_sma_sch .search_area{
	margin-bottom: 36px;
}
.wrap_sma_sch .search_tag{
	margin-bottom: 20px;
}
.wrap_sma_sch .magazine_search_block .sch_box input{
	max-width: 400px;
}
.wrap_sma_sch .sub_nav > ul{
	list-style: none;
}
.wrap_sma_sch .sub_nav > ul > li {
    margin-bottom: 9px;
}
.wrap_sma_sch .sub_nav > ul > li > a{
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	font-size: 87.5%;
}
/* Magazine seach */
.magazine_search_block fieldset {
	margin-bottom: 27px;
}
.magazine_search_block .filter_lbl {
	font-size: 125%;
    margin-bottom: 10px;
	display: inline-block;
}
.magazine_search_block .condition_list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 25px;
	list-style: none;
	margin: 0;
}
.magazine_search_block .search_tag .condition_list {
	gap: 0 16px;
}
.magazine_search_block .condition_list .checkbox_wrap {
	display: inline-block;
	position: relative;
	padding-left: 18px;
}
#tmp_magazine_search_menu .condition_list .checkbox_wrap {
	padding-left: 0;
}
.magazine_search_block .search_tag .checkbox_wrap {
	padding-left: 0;
}
.magazine_search_block .search_cate li input[type="radio"] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e0e0e0;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
}
#tmp_magazine_search_menu .search_cate li input[type="radio"] {
	background-color: transparent;
	border-radius: 0;
}
.magazine_search_block .search_cate li input[type="radio"]:checked {
	background-color: #a0122c;
}
.magazine_search_block .condition_list li label {
	display: inline-block;
	font-size: 75%;
	padding: 7px 0 2px 35px;
	background-repeat: no-repeat;
	background-position: 0 center;
	cursor: pointer;
}
.magazine_search_block .search_tag li label {
	font-size: 93.7%;
	padding: 0;
	line-height: 2;
}
.magazine_search_block .search_tag li input[type="radio"],
#tmp_magazine_search_menu .search_cate li input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   cursor: pointer;
}
.magazine_search_block .condition_list li input[type="radio"]:checked + label,
.magazine_search_block .condition_list li input[type="radio"]:hover + label{
	color: #a0122c;
}
.magazine_search_block .search_tag li label:before {
    content: "#";
}
.magazine_search_block .condition_list li label[for*="tmp_cate_all"] {
	background-image: url(/site/shared/site_naranoki/images/header/magazine/title_bg_en_1.png);
}
.magazine_search_block .condition_list li label[for*="tmp_cate_1"] {
	padding-left: 94px;
	background-image: url(/site/shared/site_naranoki/images/header/magazine/title_bg_en_2.png);
}
.magazine_search_block .condition_list li label[for*="tmp_cate_2"] {
	padding-left: 66px;
	background-image: url(/site/shared/site_naranoki/images/header/magazine/title_bg_en_3.png);
}
.magazine_search_block .condition_list li label[for*="tmp_cate_3"] {
	padding-left: 74px;
	background-image: url(/site/shared/site_naranoki/images/header/magazine/title_bg_en_4.png);
}
.magazine_search_block .condition_list li label[for*="tmp_cate_4"] {
	padding-left: 77px;
	background-image: url(/site/shared/site_naranoki/images/header/magazine/title_bg_en_5.png);
}
.magazine_search_block .condition_list li label[for*="tmp_cate_5"] {
	padding-left: 54px;
	background-image: url(/site/shared/site_naranoki/images/header/magazine/title_bg_en_6.png);
}
.magazine_search_block .search_keyword {
	margin-bottom: 40px;
}
.magazine_search_block .sch_wrap {
	width: 500px;
}
.magazine_search_block .sch_box input{
    outline: none;
    width: 100%;
    height: 48px;
    color: #000000;
    background-color: #ffffff;
    font-size: 81.2%;
    padding: 0 30px;
    border: solid 1px #d3d3d3;
    border-radius: 40px;
}
.magazine_search_block .sch_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
	margin: 2px 0 0;
}
.magazine_search_block .search_btn {
	display: flex;
	align-items: center;
	gap: 16px;
}
.magazine_search_block .search_btn input{
	padding: 11px 20px 12px;
    display: inline-block;
    min-width: 180px;
    border-radius: 4px;
    cursor: pointer;
	font-size: 75%;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #a0122c;
	color: #ffffff;
    background-color: #a0122c;
	transition: background ease-in-out 0.3s, color ease-in-out 0.3s;
}
.magazine_search_block .search_btn input[type="submit"]{
	padding-left: 60px;
	padding-right: 80px;
	background-image: url(/site/shared/site_naranoki/images/header/magazine/icon_search.png);
	background-repeat: no-repeat;
	background-position: right 65px top calc(50% + 1px);
}
.magazine_search_block .search_btn input[type="reset"]{
	color: #000000;
	border-color: #d3d3d3;
	background-color: #d3d3d3;
}
.magazine_search_block .search_btn input[type="submit"]:hover {
	background-color: #ffffff;
	color: #a0122c;
	background-image: url(/site/shared/site_naranoki/images/header/magazine/icon_search_red.png);
}
.magazine_search_block .search_btn input[type="reset"]:hover {
	background-color: #ffffff;
}
/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.gnavi ul li{
	margin-left: 30px;
}
.gnavi a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 75%;
	color: #000000;
	background-color: #ffffff;
	transition: 0.3s ease-in-out color;
}

/*pnavi*/
.pnavi{
	position: fixed;
    bottom: 15px;
	right: 20px;
	z-index: 99;
	border-radius: 50%;
}
.pnavi a,
.pnavi span{
	display: block;
	width: 50px;
	height: 50px;
}
.pnavi span{
	position: relative;
	text-indent: -9999px;
	z-index: -1;
}
.pnavi a{
	font-size: 0.75rem;
	color: #9e1630;
	background: #FFFFFF url(/site/shared/site_naranoki/images/footer/ptop_icon.png) no-repeat center center;
	background-size: 21px auto;
	border: 1px solid #9e1630;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s background-color ease-in-out, 0.3s background-image ease-in-out;
	overflow: hidden;
}
.pnavi a:hover{
	color: #FFFFFF;
	background-color: #9e1630;
	background-image: url(/site/shared/site_naranoki/images/footer/ptop_wht_icon.png);
}
.no_javascript .pnavi{
	display: block;
}

/* footer
================================================== */
#tmp_footer{
	padding-top: 120px;
	border-top: 1px solid #a0122c;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#tmp_footer .footer_banner{
	margin-bottom: 60px;
}
#tmp_footer .footer_banner .container{
	max-width: 1200px;
}
#tmp_footer .banner_list{
	list-style: none;
	display: flex;
	gap: 0 20px;
	margin-bottom: 20px;
}
#tmp_footer .banner_list > li{
	width: calc((100% - 40px) / 3);
}
#tmp_footer .footer_banner li > a{
	display: block;
}
#tmp_footer .footer_banner img{
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.5s ease-in-out opacity;
}
#tmp_footer .foot_guide{
	color: #ffffff;
	background-color: #1c1c1c;
	border-bottom: solid 2px #a0122c;
	padding: 71px 40px 19px;
}
#tmp_footer .footer_inner{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
}
#tmp_footer .footer_cnt{
	margin-bottom: 36px;
}
#tmp_footer .footer_logo{
	margin-bottom: 8px;
}

.footer_cnt address {
	font-size: 62.5%;
	font-style: normal;
}

.footer_cnt address span {
	display: inline-block;
	margin-right: 5px;
	letter-spacing: 0;
}
#tmp_footer .footer_sns{
	padding-top: 9px;
}
#tmp_footer .footer_sns > ul{
	list-style: none;
	display: flex;
}
#tmp_footer .footer_sns > ul > li{
	padding: 0 14px;
}
#tmp_footer .footer_sns a{
	display: block;
}
#tmp_footer .footer_sns img{
	max-width: 21px;
	height: auto;
	vertical-align: top;
	transition: 0.5s ease-in-out opacity;
}
#tmp_footer .footer_sns .in img{
	max-width: 19px;
}
/* fnavi  */

.fnavi {
	display: flex;
	flex-wrap: wrap;
	color: inherit;
	list-style: none;
}

.fnavi li {
	margin-right: 30px;
	margin-bottom: 14px;
}

.fnavi li:last-child {
	margin-right: 0;
}

.fnavi li > a{
    position: relative;
	display: inline-block;
	color: #ffffff;
    text-decoration: none;
    font-size: 75%;
	padding-left: 10px;
}
.fnavi li > a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: auto;
}
#tmp_footer .footer_bottom{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	color: #bebebe;
	font-size: 62.5%;
    margin-right: 10px;
    letter-spacing: 0.05em;
}
#tmp_footer .footer_bottom .guide{
	list-style: none;
	display: flex;
}
#tmp_footer .guide li {
    margin-right: 10px;
}
#tmp_footer .guide li > a{
	text-decoration: none;
	color: inherit;
}
#tmp_footer .copyright_wrap{
	display: flex;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 24px 0 100px;
}
#tmp_pankuzu a {
	background-color: transparent;
	color: inherit;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin-top: 20px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
}
#tmp_update {
	font-size: 87.5%;
	margin-left: 9px;
	margin-top: 2px;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_update {
	display: inline-block;
	vertical-align: top;
	line-height:1.2;
}
#tmp_social_plugins {
	list-style:none;
	text-align: right;
}
#tmp_social_plugins .social_media_btn{
	line-height:1.2;
	margin-left: 10px;
	margin-top: 1px;
}
#tmp_social_plugins .social_media_btn > *{
	display: inline-block;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn .fb_iframe_widget{
	display: flex;
}
#tmp_social_plugins .social_media_btn:first-child {
	margin-left: 0;
}
#tmp_social_plugins .social_media_btn a {
	display: block;
}
#tmp_social_plugins .social_media_btn img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
	position: absolute;
	z-index: 10;
	right: 20px;
	bottom: 29px;
    display: flex;
	align-items: center;
	gap: 0 5px;
}
.splide_common .splide__toggle {
    position: relative;
    display: inline-block;
    font-size: 75%;
    text-decoration: none;
    padding: 2px 0 2px 10px;
    color: #a0122c;
    background-color: #ffffff;
    margin-right: 15px;
    min-width: 75px;
    text-align: center;
    border-radius: 20px;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #a0122c;
}
.splide_common .splide__toggle:after {
	left: 16px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	left: 7px;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #a0122c;
	background-color: transparent;
}
.splide_common .splide__toggle:hover{
	text-decoration: underline;
}
.splide_common .splide__arrow {
	display: block;
	position: static;
	top: auto;
	bottom: 40px;
	right: 40px;
	width: 40px;
    height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-radius: 50%;
	color: #a0122c;
	background-color: #ffffff;
	border: solid 1px #a0122c;
	transition: 0.3s ease-in-out background;
}
.splide_common .splide__arrow--prev {
	left: auto;
	right: 85px;
	background-image: url(/site/shared/site_naranoki/images/icon/icon_arrow_prev_red.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/site/shared/site_naranoki/images/icon/icon_arrow_next_red.png);
}
.splide_common .splide__arrow:hover{
	color: #ffffff;
	background-color: #a0122c;
}
.splide__arrow:hover:not(:disabled) {
    opacity: 1;
}
.splide_common .splide__arrow--prev:hover {
	background-image: url(/site/shared/site_naranoki/images/icon/icon_arrow_prev.png);
}
.splide_common .splide__arrow--next:hover {
	background-image: url(/site/shared/site_naranoki/images/icon/icon_arrow_next.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_naranoki/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_naranoki/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_naranoki/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_naranoki/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */
/* ==================================================
common
================================================== */
.js_scroll{
    opacity: 0;
    filter: blur(10px);
    transition: 1s ease 0.5s;
    transition-property: opacity, filter;
}
.js_scroll.js_scrollin{
	opacity: 1;
    filter: blur(0);
}
/* ==================================================
magazine
================================================== */
.magazine_list{
	border-top: 1px solid #e0e0e0;
    padding: 40px 0 0;
	display: flex;
	gap: 138px 60px;
	flex-wrap: wrap;
}
.magazine_list ul{
	list-style: none;
    margin-top: 23px;
}
.magazine_list .block_item{
	width: calc((100% - 120px) / 3);
}
.block_item p{
	margin-bottom: 0;
}
.block_item a{
	display: block;
	color: #000000;
	text-decoration: none;
}
.block_item a .img{
	display: block;
	aspect-ratio: 3 / 2;
    overflow: hidden;
}
.block_item a .img img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: cover;
	transition: transform 1s ease-in-out;
}
.block_item a .category{
    padding: 4px 10px;
    padding-bottom: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.block_item a .category{
	display: none;
}
.block_item a .category1,
.block_item a .category2,
.block_item a .category3,
.block_item a .category4,
.block_item a .category5{
	display: block;
}
.block_item a .head{
	display: flex;
    justify-content: flex-start;
    align-items: center;
	font-size: 62.5%;
	margin-bottom: 10px;
	margin-top: 18px;
}
.block_item a .ttl{
	line-height: 1.6;
    letter-spacing: 0.05em;
	font-size: 87.5%;
	display: block;
}
.block_item a .date{
	letter-spacing: 0.05em;
    line-height: 1;
}
.block_item .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.block_item .tag li {
    display: inline;
    line-height: 1.5;
}
.block_item .tag li.tag_li {
	display: none;
}
.block_item .tag li.tag_li1,
.block_item .tag li.tag_li2,
.block_item .tag li.tag_li3,
.block_item .tag li.tag_li4,
.block_item .tag li.tag_li5,
.block_item .tag li.tag_li6,
.block_item .tag li.tag_li7,
.block_item .tag li.tag_li8,
.block_item .tag li.tag_li9,
.block_item .tag li.tag_li10,
.block_item .tag li.tag_li11,
.block_item .tag li.tag_li12,
.block_item .tag li.tag_li13,
.block_item .tag li.tag_li14,
.block_item .tag li.tag_li15 {
	display: block;
}
.block_item .tag a{
	white-space: nowrap;
    text-decoration: none;
    color: #767575;
	background-color: #ffffff;
    font-size: 62.5%;
    transition: color 0.5s ease-in-out;
	letter-spacing: 0.16em;
}
.block_item a:hover .img img {
    transform: scale(1.05);
}
/* ==================================================
section title
================================================== */
.section_ttl{
    position: relative;
    font-size: 75%;
    color: #000000;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 35px;
    padding-bottom: 21px;
}
.section_ttl:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    border-bottom: 1px solid #a0122c;
}
/* ==================================================
more link
================================================== */
.more_link > a{
    text-decoration: none;
    display: inline-block;
    font-size: 75%;
}
.more_link > a > span{
    position: relative;
    display: inline-block;
    min-height: 26px;
    padding-right: 36px;
    padding-top: 2px;
}
.more_link > a > span:before,
.more_link > a > span:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.more_link > a > span:before{
    right: 0;
    border: solid 1px #a0122c;
    border-radius: 100%;
    width: 26px;
    height: 26px;
	transition: 0.3s ease-in-out background-color;
}
.more_link > a > span:after{
    right: 10px;
    width: 5px;
    height: 7px;
    background-image: url(/site/shared/site_naranoki/images/icon/more_red_icon.png);
	transition: 0.3s ease-in-out background-image;
    background-size: 100% auto;
}
.more_link > a:hover span:after{
	background-image: url(/site/shared/site_naranoki/images/icon/more_icon.png);
}
/* ==================================================
arrival list
================================================== */
#tmp_arrival_list ul{
	list-style: none;
	margin: 27px 0 0;
}
#tmp_arrival_list ul li{
	line-height: 1;
}
#tmp_arrival_list .magazine_list .block_item a .img img{
	height: 100%;
}
#tmp_arrival_list .arrival_ttl h3,
#tmp_arrival_list .arrival_ttl p{
    font-size: 75%;
    padding-left: 108px;
    line-height: 1.8;
    margin-bottom: 14px;
	background: url(/site/shared/site_naranoki/images/icon/ttl_en_new.png) no-repeat left center;
}
#tmp_arrival_list{
	margin-top: 125px;
	padding-bottom: 92px;
}
#tmp_arrival_list .item_cnt{
	margin-bottom: 0;
}
/* Style Hover */
.fnavi li > a:hover,
#tmp_footer .guide li > a:hover,
.block_item a:hover .ttl{
	text-decoration: underline;
}
.gnavi .active a,
.gnavi a:hover,
.block_item .tag a:hover,
.wrap_sma_sch .nav_area li > a:hover,
.wrap_sma_sch .sub_nav > ul > li > a:hover{
	color: #9e1630;
}
#tmp_pankuzu a:hover{
	color: #a0122c;
}
#tmp_header .qetic_sns a:hover img,
#tmp_footer .footer_sns a:hover img{
	opacity: 0.3;
}
#tmp_footer .footer_banner a:hover img{
	opacity: 0.5;
}
#tmp_social_plugins .social_media_btn a:hover img{
	opacity: 0.7;
}
#tmp_hnavi_s > ul > li > a:not(.ac_active):hover > span,
#tmp_hnavi_s > ul > li > a:hover span:before,
#tmp_hnavi_s > ul > li > a:hover span:after{
	background-color: #9e1630;
}
.more_link > a:hover span:before{
	background-color: #a0122c;
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background:#F6F6F6 url(/site/shared/site_naranoki/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px 16px;
	overflow-x:auto;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 14px;
	font-size: 100%;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: #222222;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background:#FFFFFF url(/site/shared/site_naranoki/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/site/shared/site_naranoki/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left 0.35em;
	background-repeat:no-repeat;
	padding-left: 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/images/icon/icon_txt.png);
}

#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 0.3em 0.3em;
    background:url(/site/shared/images/icon/icon_external.png) no-repeat center top;
    background-size: 16px auto;
}
/* ==================================================
font
================================================== */
.wrap_sma_sch .magazine_search_block .filter_lbl,
.section_ttl{
	font-family: "Zen Old Mincho", "Noto Serif JP", serif;
	font-weight: normal;
}
.magazine_search_block .sch_box input{
	font-family: "Zen Old Mincho", "Noto Serif JP", serif;
	font-weight: 500;
}
.magazine_search_block .filter_lbl,
.splide_common .splide__toggle{
	font-family: "Zen Old Mincho", "Noto Serif JP", serif;
	font-weight: bold;
}
/* ==================================================
accessibility
================================================== */
/* ==================================================
no js
================================================== */
.no_javascript .js_scroll{
 	opacity: 1;
    filter: blur(0);
}

/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* no_javascript
================================================== */
.no_javascript #tmp_header{
	position: relative;
}
.no_javascript #tmp_hnavi_s > ul > li > a > span:before{
	top: 14px;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
