@charset "utf-8";
@media screen and (max-width: 1240px) {
	#tmp_moridai_follow {
        top: auto;
        bottom: 10px;
    }
}
@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
body {
	font-size: 100%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	padding-top: 50px;
	width: 100%;
	min-width: 310px;
}
.container{
	padding: 0 25px;
	width: 100%;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.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;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi {
	display:none;
}
.format_free .wrap_col_rgt_navi {
	width: 100%;
}
.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{
	padding: 5px 6px 4px 9px;
}
#tmp_header > .container{
	padding-left: 0;
	padding-right: 0;
}
#tmp_header .header_wrapper{
	min-height: unset;
}
#tmp_hlogo {
	margin-top: 0;
	width: 13%;
	max-width: 43px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background-image: url(/shared/site_moridai/images/header/hlogo_sp.png);
	background-size: 100% auto;
	width:43px;
	height:39px;
	line-height: 1.3;
	font-size: 1.5rem;
}
#tmp_hlogo a {
	width:43px;
	height:39px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:43px;
	height:37px;
}
#tmp_means{
	padding-right: 0;
	align-self: start;
}
#tmp_hnavi_s{
	margin-bottom: 0;
}
#tmp_hnavi_s > ul{
	column-gap: 24px;
}
#tmp_hnavi_mmenu{
	padding-bottom: 2px;
}
#tmp_hnavi_mmenu > a{
	width: 30px;
	height: 30px;
}
#tmp_hnavi_rmenu{
	display: block;
	align-self: flex-start;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a{
	min-width: 42px;
	min-height: 42px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span{
	display: inline-block;
	padding-bottom: 17px;
	background: transparent url(/shared/site_moridai/images/header/navi_ic_menu.png) no-repeat center bottom;
	background-size: 15px auto;
	color: inherit;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active{
	position: relative;
	padding: 8px 2px 4px;
	background-color: #000000;
	font-size: 62.5%;
	color: #ffffff;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active:after{
	content: '';
	position: absolute;
	display: block;
	bottom: -10px;
	left: 0;
	background-color: #000000;
	width: 100%;
	height: 12px;
	color: #ffffff;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active > span{
	padding-top: 16px;
	padding-bottom: 0;
	background-image: url(/shared/site_moridai/images/header/navi_ic_menu_act.png);
	background-size: 11px;
	background-position: center top;
}
/* sp_menu
================================================== */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 98;
    background-color: #ffffff;
    color: #000000;
}
.spmenu_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 98;
}
#tmp_sma_rmenu{
	z-index: 99;
	top: calc(100% - 1px);
	overflow-y: auto;
	max-height: calc(100vh - 51px);
}
#tmp_sma_rmenu .menu_wrapper{
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #000000;
}
#tmp_sma_rmenu .menu_inner{
	padding: 46px 23px 48px;
}
#tmp_sma_rmenu .btn_contact a{
	display: block;
	padding: 15px 10px 11px;
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #333333;
	border-radius: 6px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#tmp_sma_rmenu .close_btn{
	border-top: 1px solid #d6d6d6;
}
#tmp_sma_rmenu .close_btn a{
	display: block;
	padding: 12px 10px 9px 14px;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
#tmp_sma_rmenu .close_btn a > span{
	display: inline-block;
	padding: 4px 0 4px 22px;
	background: transparent url(/shared/site_moridai/images/header/navi_ic_close.png) no-repeat 0 center;
	background-size: 15px auto;
}

/* gnavi
================================================== */
#tmp_hnavi_lmenu,
#tmp_gnavi {
	display:none;
}
#tmp_sma_rmenu #tmp_gnavi{
	display: block;
}
#tmp_gnavi{
	margin-bottom: 43px;
}
.gnavi{
	flex-direction: column;
	padding: 11px 0 14px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.gnavi > li{
	text-align: left;
}
.gnavi > li > a{
	display: inline-block;
	padding: 3px 0;
	width: auto;
	font-size: 100%;
	color: #222222;
	text-align: left;
	text-decoration: underline;
	pointer-events: auto;
}
.gnavi > li.active:before,
.gnavi > li.is_hover:before,
.gnavi > li > a:before,
.gnavi > li:last-of-type > a:after{
	content: none;
}
.gnavi > li:not(:last-of-type){
	margin-bottom: 21px;
}

/* ==================================================
footer
================================================== */
#tmp_footer .footer_wrapper{
	padding: 13px 0 35px;
}
#tmp_footer .pnavi a{
	padding: 10px 10px 5px;
	background-image: url(/shared/site_moridai/images/footer/icon_back_top_sp.png);
	background-size: 14px auto;
	font-size: 75%;
}
#tmp_footer .footer_cnt{
	flex-direction: column;
	align-items: flex-start;
	gap: 40px 0;
	margin-bottom: 35px;
}
#tmp_footer .footer_info{
	width: 100%;
}
#tmp_footer .finfo_head{
	align-items: flex-start;
	column-gap: 18px;
	margin-bottom: 26px;
}
#tmp_footer .flogo{
	margin-left: -1px;
	background-image: url(/shared/site_moridai/images/footer/flogo_sp.png);
	width: 77px;
	height: 70px;
}
#tmp_footer .finfo{
	gap: 8px;
	margin-right: -2px;
	padding-top: 17px;
	word-break: break-all;
}
#tmp_footer .finfo .finfo_name{
	font-size: 150%;
}
#tmp_footer .finfo .finfo_cop {
    letter-spacing: 0.02em;
}
#tmp_footer .finfo_address{
	line-height: 1.7;
}
#tmp_footer .footer_links{
	flex-direction: column;
	gap: 62px 0;
}
#tmp_footer .fnavi_list{
	justify-content: flex-start;
	width: 100%;
}
#tmp_footer .fnavi{
	padding-left: 0;
	padding-right: 0;
	width: 50%;
}
#tmp_footer .fnavi:not(:nth-child(2n)):after {
    top: 4px;
    bottom: 7px;
}
#tmp_footer .fnavi:nth-child(2n){
	padding-left: 25px;
}
#tmp_footer .fnavi li:not(:last-of-type) {
    margin-bottom: 14px;
}
#tmp_footer .flink{
	width: 100%;
}
#tmp_footer .flink a{
	justify-content: center;
	column-gap: 12px;
    padding: 7px 10px 5px;
	border-radius: 7px;
}
#tmp_footer .flink_icon{
	width: 47px;
}
#tmp_footer .flink_txt{
	padding-top: 3px;
}
#tmp_footer .copyright{
	font-size: 75%;
	line-height: 2;
}

/* btn fixed - moridai follow
================================================== */
#tmp_moridai_follow a{
	padding: 20px 15px 18px 17px;
	width: 48px;
	width: 45px;
	box-shadow: 0 2px 4.5px 0 rgba(53, 83, 43, 1);
	border-radius: 5px 0 0 5px;
	font-size: 87.5%;
	font-size: 75.0%;
}

/* setting hover
================================================== */
#tmp_hnavi_lmenu > a:hover{
	background-color: #ffffff;
	color: #000000;
}
#tmp_moridai_follow a:hover{
	background-color: #f39938;
	color: #000000;
}
#tmp_footer .flink a:hover{
	border-color: #f7f7f7;
}
#tmp_hnavi_mmenu > a:hover > img{
	opacity: 1;
}
#tmp_hnavi_lmenu > a:hover{
	font-weight: bold;
}
#tmp_footer .pnavi a:hover{
	text-decoration: none;
}
.gnavi > li:not(.active) > a:hover,
#tmp_footer .fnavi a:hover,
.dropdown_hidden .dropdown_links a:hover{
	text-decoration: underline;
}

/* ==================================================
layout
================================================== */
.show_pc{
	display: none;
}
.show_sp{
	display: block;
}

/* Splide control common
================================================== */
.splide_common{
	display: flex;
	flex-direction: column-reverse;
}
.splide_common .splide__controls{
	justify-content: center;
	margin-top: 26px;
}
.splide_common .splide__arrow{
	background-color: #ffffff;
	width: 48px;
	height: 48px;
	border: 1px solid #18541e;
}
.splide_common .splide__progress{
	padding-left: 28px;
	padding-right: 29px;
}
.splide_common .splide__progress p{
	font-size: 112.5%;
}
.splide_common .splide__progress .progress_current {
	align-self: flex-start;
	font-size: 137.5%;
}
.splide_common .splide__progress .progress_total{
	padding-top: 24px;
	padding-left: 19px;
}
.splide_common .splide__progress .progress_total:before{
	left: 10px;
	top: 0;
	height: 100%;
	transform: rotate(27deg);
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	padding-top: 0;
	margin-top: 74px;
	margin-bottom: 49px;
	font-size: 87.5%;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
.no_javascript #tmp_pankuzu {
	margin-top: 14px;
	margin-bottom: 26px;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 2px 0 34px;
}
#tmp_wrap_custom_update:first-child,
#tmp_pankuzu + #tmp_wrap_custom_update {
	margin-top: 26px;
	margin-bottom: 25px;
}
#tmp_update {
	font-size: 87.5%;
	padding-right: 0;
}
/* lnavi
================================================== */
/* rnavi
================================================== */
#tmp_rnavi {
	margin-top: 45px;
}
#tmp_rnavi_ttl,
#tmp_rnavi_ttl p {
	border-radius: 8px 8px 0 0;
}
#tmp_rnavi_ttl{
	line-height: 1.5;
	font-size: 125%;
}
#tmp_rnavi_ttl p{
	padding: 22px 15px 20px;
}
#tmp_rnavi_ttl a,
#tmp_rnavi_cnt li a {
	background-image: url(/shared/site_moridai/images/icon/link_icon_sp.png);
	background-size: 13px auto;
}
#tmp_rnavi_ttl a{
	margin: -22px -15px -20px;
	padding: 22px 10px 20px 39px;
	background-position: 15px 29px;
}
#tmp_rnavi_cnt ul li{
	font-size: 100%;
	line-height: 1.5;
}
#tmp_rnavi_cnt ul li:last-child,
#tmp_rnavi_cnt ul li:last-child a {
	border-radius: 0 0 8px 8px;
}
#tmp_rnavi_cnt li a{
	padding: 17px 18px 15px 39px;
	background-position: 15px 21px;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin: 45px 0;
	border-radius: 8px;
}
#tmp_inquiry_ttl{
	padding: 13px 14px 14px;
	background-size: calc(100% - 28px) 1px;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 125%;
}
#tmp_inquiry_cnt{
	padding: 15px 15px 13px;
}
#tmp_inquiry_cnt .inquiry_parts p {
	line-height: 1.7;
}
#tmp_inquiry_cnt .inq_tel,
#tmp_inquiry_cnt .inq_fax {
	display: block;
}
#tmp_inquiry_cnt .inq_tel {
	margin-right: 0;
}
#tmp_inquiry_cnt .inquiry_memo {
	margin-top: 10px;
	line-height: 1.8;
}
/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 30px 0 35px;
	padding-right: 0;
}
#tmp_gmap_link a{
	padding: 7px 26px 4px;
	max-width: 440px;
	border-radius: 7px;
}
#tmp_gmap_link span{
	padding: 5px 26px 3px 0;
	background-image: url(/shared/site_moridai/images/icon/gmap_link_icon_sp.png);
	background-size: 15px auto;
}
/* pnavi
================================================== */
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: none;
}

/* ==================================================
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 {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube 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;
}
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;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 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,
#tmp_contents ol {
	margin-left:22px;
}
#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;
}

/* reset hover
================================================== */
#tmp_gmap_link a:hover span {
	text-decoration: none;
}
#tmp_rnavi_ttl a:hover,
#tmp_rnavi_cnt li:not(.active) a:hover,
#tmp_pankuzu a:hover{
	text-decoration: underline;
}
#tmp_rnavi_cnt li:not(.active) a:hover{
	background-color: transparent;
}
#tmp_gmap_link a:hover {
	background-color: #666666;
	border-color: #666666;
}
/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}

/* acceessibility
================================================== */
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active:after,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active:after,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active:after{
	border-left: 1px solid;
	border-right: 1px solid;
	left: -1px;
	right: -1px;
	width: auto;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active:after{
	background-color: #000000;
	border-color: #ffff00;
}
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active:after{
	background-color: #00008B;
	border-color: #ffff00;
}
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active:after{
	background-color: #ffff00;
	border-color: #000000;
}
.color_black #tmp_wrapper #tmp_hlogo,
.color_blue #tmp_wrapper #tmp_hlogo,
.color_yellow #tmp_wrapper #tmp_hlogo{
	max-width: 30%;
}
.color_black #tmp_moridai_follow a:hover,
.color_black #tmp_wrapper .btn_simple a,
.color_black #tmp_footer .flink a:hover,
.color_blue #tmp_moridai_follow a:hover,
.color_blue #tmp_wrapper .btn_simple a:hover,
.color_blue #tmp_footer .flink a:hover,
.color_yellow #tmp_moridai_follow a:hover,
.color_yellow #tmp_wrapper .btn_simple a:hover,
.color_yellow #tmp_footer .flink a:hover{
	text-decoration: none;
}
.color_black #tmp_footer .finfo_head,
.color_blue #tmp_footer .finfo_head,
.color_yellow #tmp_footer .finfo_head{
	flex-direction: column;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}