@charset "utf-8";

/* @media screen and (max-width : 480px) { */

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
    font-size: 87.5%;	/* 14px */
}
/* wrapper
================================================== */
#tmp_wrapper {
	width:100%;
	min-width:320px;
}
.container{
	padding: 0 10px;
	width: 100%;
}
#tmp_wrapper2 {
	background-image:url(/shared/templates/oogahasu_top/images/bg_mv_sp.png);
    background-size: 100% auto;
    -webkit-background-size: 100% auto
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
#tmp_wrap_main {
	padding-bottom:100px;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi,
.format_free .wrap_col_rgt_navi {
	display:none;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
/* ==================================================
header
================================================== */
#tmp_header {
	position:relative;
	z-index: 9;
	padding:0;
}
.format_top #tmp_header .container {
	padding:68px 0 0;
}
#tmp_hlogo{
	float: none;
	margin: 0;
}
.format_top #tmp_hlogo {
	position:static;
	margin:0 auto;
    width: 180px;
}
#tmp_hlogo h1 {
	background-size: 180px auto;
	-webkit-background-size: 180px auto;
}
#tmp_hlogo h1,
#tmp_hlogo h1 span {
    width: 180px;
	height: 160px;
}
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo p span {
	width: 150px;
	height: 58px;
}
#tmp_hlogo p {
	background: url(/shared/site_oogahasu/images/header/logo_sp.jpg) no-repeat left top;
	background-size: 150px auto;
	-webkit-background-size: 150px auto;
}
#tmp_wrap_search{
	margin-bottom: 0;
	padding: 0;
}
#tmp_search_setting {
	display: none;
}
#tmp_navigation {
  padding-right: 10px;
}
/* sp_menu
================================================== */
.spmenu_open {
	position:absolute;
	width: 100%;
	min-height: 100%;
	z-index: 9999;
	background: #ffffff;
	color: #222222;
}
.spmenu_open::before {
    content: "";
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 82px;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 699;
}
#tmp_switch_sp_style {
	display: none;
}
#tmp_hnavi_s {
    display: block;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 9px;
    line-height: 1.1;
}
#tmp_hnavi_s li {
	float: left;
	width: 50px;
	margin-left: 4px;
}
#tmp_hnavi_lmenu a,
#tmp_hnavi_rmenu a {
    position: relative;
    display: block;
    min-height: 50px;
    text-decoration: none;
    color: #ffffff;
    padding: 34px 2px 2px;
    text-align: center;
    font-size:0.625rem;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#tmp_hnavi_rmenu a {
    background: #4c830b url(/shared/site_oogahasu/images/icon/icon_search_sp.png) no-repeat center 9px;
    letter-spacing: -0.1em;
    padding: 28px 2px 0;
    background-size: 26px 17px;
    -webkit-background-size: 26px 17px;
    -moz-background-size: 26px 17px;
    line-height: 1;
}
#tmp_hnavi_lmenu a {
    background: #4c830b url(/shared/site_oogahasu/images/icon/setting_wht_icon.png) no-repeat center 9px;
    background-size: 17px 17px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
}
#tmp_hnavi_lmenu a.active,
#tmp_hnavi_rmenu a.active {
	background-image:none;
	color: #705000;
	background: #fde470 url(/shared/site_oogahasu/images/icon/menu_btn_close.png) no-repeat center 9px;;
	background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
#tmp_hnavi_rmenu a.active{
	padding: 34px 0 5px;
}
#tmp_hnavi_lmenu a:after,
#tmp_hnavi_rmenu a:after{
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 9px;
    color: #745304;
    background-color: #fde470;
}
#tmp_hnavi_lmenu a.active:after,
#tmp_hnavi_rmenu a.active:after{
	display: block;
}
#tmp_hnavi_lmenu a.active span:before {
	display: none;
}
#tmp_sma_menu{
	position: absolute;
	top: 65px;
	width: 100%;
	z-index: 699;
}
#tmp_sma_menu .wrap_sma_sch {
	color: #222222;
	background-color: #fde470;
    padding: 32px 15px 25px;
}
/* close_btn */
.spmenu_open #tmp_sma_menu .close_btn{
	display: block;
	margin: auto;
}
#tmp_sma_menu .close_btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	background-color: #fde470;
	color: #715001;
}
#tmp_sma_menu .close_btn a span{
	position: relative;
}
#tmp_sma_menu .close_btn a:before{
	content: "";
	position: relative;
	top: 2px;
	margin-right: 7px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: transparent url(/shared/site_oogahasu/images/icon/menu_btn_close.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
/* sma_menu content
================================================== */
#tmp_means{
	float: none;
	text-align: left;
	margin-bottom: 27px;
	padding: 0;
}
#tmp_means .setting_color,
#tmp_means .setting_fontsize{
	margin-bottom: 16px;
	margin-right: 0;
}
#tmp_means .setting_phonetic,
#tmp_means .setting_color,
#tmp_means .setting_fontsize{
	float: none;
	display: block;
}
#tmp_means .setting_color,
#tmp_means .list_phonetic,
#tmp_means .setting_fontsize{
	font-weight: bold;
}
#tmp_means .setting_fontsize .fontsize_ttl,
#tmp_means .setting_color .color_ttl{
    width: 70px;
    margin: 0 4px 0 7px;
	font-size:100%;
}
#tmp_means .setting_fontsize .list_fontsize li{
	margin-right: 6px;
}
#tmp_means .setting_fontsize .list_fontsize li:last-child{
	margin-right: 0;
}
#tmp_means .setting_color .list_color li{
	margin-right: 2px;
}
#tmp_means .setting_color .list_color li:last-child{
	margin-right: 0;
}
#tmp_means .setting_color .list_color li a,
#tmp_means .setting_fontsize .list_fontsize li a{
	min-width: 40px;
    font-size: 100%;
    padding: 7px 15px 6px 15px;
    border-width: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#tmp_means .setting_color .list_color li #tmp_black,
#tmp_means .setting_color .list_color li #tmp_yellow,
#tmp_means .setting_color .list_color li #tmp_darkblue{
	padding: 7px 9px 6px 9px;
}
#tmp_means .setting_phonetic .list_phonetic{
    padding: 21px 0 0;
}
#tmp_means .setting_phonetic .list_phonetic li{
	display: block;
	width: 100%;
	padding: 0 4px;
	margin-bottom: 11px;
}
#tmp_means .setting_phonetic .list_phonetic li a{
	padding: 9px 10px;
	font-size: 100%;
	border-width: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#tmp_search {
	display: none;
	padding: 0 2px 0 6px;
}
#tmp_search label{
    width: 13px;
    height: 13px;
    left: 16px;
	margin-top:-6px;
    background: url(/shared/site_oogahasu/images/icon/icon_search2.png) no-repeat center center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#tmp_sma_menu #tmp_search {
	display: block;
	margin-bottom: 20px;
}
#tmp_search #tmp_func_sch_btn{
	min-width: 62px;
    min-height: 40px;
	font-size: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#tmp_wrap_query{
    width: 100%;
    padding-right: 74px;
    margin-right: -72px;
}
#tmp_search #tmp_query{
	width: 100%;
    min-height: 40px;
	font-size: 78.6%;
	padding-left: 27px;
	border-width: 1px;
}
/* regulation
================================================== */
#tmp_regulation {
	display:none;
}
/* page_title
================================================== */
#tmp_page_title {
	background: #ffffff url(/shared/templates/oogahasu_free/images/h1_bg_sp.jpg) no-repeat left top;
    padding: 13px 0 17px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#tmp_page_title h1 {
	font-size: 137.5%;
}
/* navigation
================================================== */
#tmp_pankuzu,
#tmp_update {
    font-size: 85.7%;
}
#tmp_pankuzu{
    display: none;
}
/* lnavi
================================================== */
#tmp_lnavi{
	border: none;
	padding: 0 4px;
    margin-bottom: 24px;
}
#tmp_lnavi #tmp_lnavi_ttl{
	display: none;
}
#tmp_lnavi #tmp_lnavi_cnt li:last-child,
#tmp_lnavi #tmp_lnavi_cnt li{
	border-bottom: 1px solid #715001;
    margin-bottom: 7px;
}
#tmp_lnavi #tmp_lnavi_cnt li a{
	text-align: left;
	font-size: 100%;
    font-weight: bold;
    color: #222222;
    background: #fde470 url(/shared/site_oogahasu/images/icon/link_menu_arrow.png) no-repeat 6px 15px;
    padding: 7px 10px 10px 27px;
    background-size: 7px 8px;
    -moz-background-size: 7px 8px;
    -webkit-background-size: 7px 8px;
}
#tmp_lnavi #tmp_lnavi_cnt li.active a, 
#tmp_lnavi #tmp_lnavi_cnt li a:hover, 
#tmp_lnavi #tmp_lnavi_cnt li a:focus {
    background-color: #fde470;
    text-decoration: none;
}
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: block;
}
.wrap_mc_pc{
	padding: 0 4px;
}
.wrap_mc_pc a{
	display: block;
	text-decoration: none;
	padding: 9px 10px;
	text-align: center;
	font-weight: bold;
    color: #000000;
    background-color: #ffffff;
	border: 1px solid #715001;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/* ==================================================
footer
================================================== */
#tmp_footer{
	padding-top:45px;
	background: #ffffff url(/shared/site_oogahasu/images/footer/footer_bg_sp.png) no-repeat left top;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
#tmp_footer .wrap_footer {
    padding: 0 0 23px;
}
#tmp_footer .wrap_footer:before{
	z-index: 1;
	left: 0;
	width: 105px;
	height: 90px;
	background: transparent url(/shared/site_oogahasu/images/footer/leaf_lft_sp.png) no-repeat left top;
	background-size: 105px auto;
	-webkit-background-size: 105px auto;
	-moz-background-size: 105px auto;
	margin-left:0;
}
#tmp_footer .wrap_footer:after{
	z-index: 1;
    bottom: 0;
    right: 0;
    width: 95px;
    height: 60px;
	background: transparent url(/shared/site_oogahasu/images/footer/leaf_rgt_sp.png) no-repeat left top;
	background-size: 95px auto;
	-webkit-background-size: 95px auto;
	-moz-background-size: 95px auto;
	margin-right:0;
}
#tmp_footer .footer_ttl .footer_ttl_name{
    margin: 0 10px 11px 0;
}
#tmp_footer .footer_ttl .inquiry_tag{
	display: block;
	font-size:114.3%;
}
#tmp_footer .inquiry_tag a{
	min-width: 150px;
	padding: 0 10px;
	margin: 0 0 4px 0;
}
.footer_cnt {
	clear:both;
	margin-bottom: 33px;
}
.footer_cnt address {
	font-style:normal;
	font-size:85.7%;
}
.footer_cnt address p {
    margin-bottom: 2px;
    line-height: 1.8;
}
.footer_cnt address span {
	display:inline-block;
}
.copyright {
	position: relative;
	z-index: 2;
	text-align:center;
	clear:both;
	font-size: 75%;
}
/* pnavi
================================================== */
.pnavi {
	top: -45px;
    right: 9px;
    margin-right: 0;
}
#tmp_footer .ptop,
#tmp_footer .ptop a,
#tmp_footer .ptop span {
	width:136px;
	height:100px;
}
#tmp_footer .ptop a {
	background:url(/shared/site_oogahasu/images/footer/pagetop_sp.png) no-repeat 0 0;
	-webkit-background-size:136px auto;
	-moz-background-size:136px auto;
	background-size:136px auto;
}
#tmp_footer .ptop a::after {
	background:url(/shared/site_oogahasu/images/footer/pagetop_sp_on.png) no-repeat 0 0;
	-webkit-background-size:136px auto;
	-moz-background-size:136px auto;
	background-size:136px auto;
}
/* sns
================================================== */
#tmp_sp_social {
	margin:0 0 23px;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube,
#tmp_contents .frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_ustream object,
#tmp_contents .frame_youtube iframe,
#tmp_contents .frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
	padding-left: 0;
	padding-right: 0;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
	padding-left: 0;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul{
	margin-left:16px;
}
#tmp_contents ol{
	margin-left:21px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Webkit */
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}


/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:39px;
    padding: 30px 10px 0;
	background:#f6f6f6 url(/shared/site_oogahasu/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 17px;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #dadbe6;
	color:#222222;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/site_oogahasu/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	-webkit-box-shadow: 0 4px 1px 0 rgba(96, 103, 120, 0.45);
	-moz-box-shadow: 0 4px 1px 0 rgba(96, 103, 120, 0.45);
	box-shadow: 0 4px 1px 0 rgba(96, 103, 120, 0.45);
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_oogahasu/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.button {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 3px 0px rgba(96, 103, 120, 0.45);
	position: absolute;
	left: 2474px;
	top: 5065px;
	width: 352px;
	height: 65px;
	z-index: 272;
  }
  
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_hnavi_lmenu a:after,
.color_black #tmp_hnavi_lmenu a:after,
.color_yellow #tmp_hnavi_lmenu a:after,
.color_blue #tmp_hnavi_rmenu a:after,
.color_black #tmp_hnavi_rmenu a:after,
.color_yellow #tmp_hnavi_rmenu a:after{
	display: none !important;
}
.color_blue #tmp_hnavi_lmenu a,
.color_black #tmp_hnavi_lmenu a,
.color_yellow #tmp_hnavi_lmenu a,
.color_blue #tmp_hnavi_rmenu a,
.color_black #tmp_hnavi_rmenu a,
.color_yellow #tmp_hnavi_rmenu a{
	border: 2px solid !important;
	border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}
.color_blue.format_free #tmp_hlogo,
.color_yellow.format_free #tmp_hlogo,
.color_black.format_free #tmp_hlogo {
	margin-top:0;
}
.color_blue.format_free #tmp_hlogo p span,
.color_yellow.format_free #tmp_hlogo p span,
.color_black.format_free #tmp_hlogo p span{
	padding: 0 !important;
}
.color_blue #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_black #tmp_hlogo p {
	font-size:0.8rem;
	line-height:1.2;
}
.color_blue #tmp_hlogo p a,
.color_yellow #tmp_hlogo p a,
.color_black #tmp_hlogo p a {
	padding:12px 0 2px;
	border:none;
}
.color_blue #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1,
.color_black #tmp_hlogo h1 {
	background-size: 180px auto !important;
	-webkit-background-size: 180px auto !important;
}
.color_blue #tmp_attention::before,
.color_yellow #tmp_attention::before,
.color_black #tmp_attention::before {
	display:none !important;
}
.color_blue #tmp_sma_menu .wrap_sma_sch,
.color_yellow #tmp_sma_menu .wrap_sma_sch,
.color_black #tmp_sma_menu .wrap_sma_sch {
	border-top:1px solid;
}
/* slick */
.color_blue #tmp_wrapper .slick-next,
.color_yellow #tmp_wrapper .slick-next,
.color_black #tmp_wrapper .slick-next {
	right:-1.5em;
}
.color_blue #tmp_wrapper .slick-prev,
.color_yellow #tmp_wrapper .slick-prev,
.color_black #tmp_wrapper .slick-prev {
	left:-1.5em;
}
.color_blue #tmp_related_slider .related_gallery,
.color_yellow #tmp_related_slider .related_gallery,
.color_black #tmp_related_slider .related_gallery {
	padding:0 1.8em;
}
.color_blue #tmp_attention_visual .attention_gallery,
.color_yellow #tmp_attention_visual .attention_gallery,
.color_black #tmp_attention_visual .attention_gallery {
	padding:0 1.5em;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_big #tmp_means .setting_fontsize .fontsize_ttl,
.fsize_big #tmp_means .setting_color .color_ttl{
	width: 100% !important;
}
.fsize_big #tmp_footer .ptop a {
	font-size: 0.875rem !important;
	padding: 18px 18px 10px 4px !important;
}
.fsize_big2 #tmp_means .setting_fontsize .fontsize_ttl,
.fsize_big2 #tmp_means .setting_color .color_ttl {
	width: 100%;
}
.fsize_big2 #tmp_search #tmp_func_sch_btn {
	width: 60px !important;
	min-width: 60px !important;
}
.fsize_big2 #tmp_rnavi .rnavi_func_cnt li a{
	background-position: 6px 20px;
}
/* ==================================================
font - bold -
================================================== */
#tmp_hnavi_lmenu a,
#tmp_hnavi_rmenu a,
#tmp_sma_menu .close_btn a,
#tmp_means .setting_color,
#tmp_means .list_phonetic,
#tmp_means .setting_fontsize,
#tmp_lnavi #tmp_lnavi_cnt li a,
.wrap_mc_pc a {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

/* } */