@media print, screen and (max-width:480px) {
  body{
    overflow-x: hidden;
  }
}

.row.no-gutter{
  margin-left: 15px;
  margin-right: 15px;
}
.row.no-gutter div[class^="col-"]{
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (max-width:768px) {
  .row .no-gutter{
  margin-left: 15px;
  margin-right: 15px;
  }
}


a {
	-webkit-tap-highlight-color: rgba(255, 194, 49, 0.13); 
}
div, p, dd, li{
  word-break: normal;
  word-wrap: break-word;  
}

@media print, screen and (min-width:768px) {
.container {
	width: 730px
}
}
@media print, screen and (min-width:992px) {
.container {
	width: 930px
}
}
@media print, screen and (min-width:1200px) {
.container {
	width: 970px
}
}

/* ----------------------------------------------------------------header*/
header{
  mih-height: 142px;
  height: auto;
  background-image: -moz-linear-gradient( 90deg, rgb(246,243,227) 0%, rgb(251,249,241) 40%, rgb(255,255,255) 86%);
  background-image: -webkit-linear-gradient( 90deg, rgb(246,243,227) 0%, rgb(251,249,241) 40%, rgb(255,255,255) 86%);
  background-image: -ms-linear-gradient( 90deg, rgb(246,243,227) 0%, rgb(251,249,241) 40%, rgb(255,255,255) 86%);
  border-bottom:3px solid #c6e96f;
}
header h1{
  padding: 0.4em 0 ;
  text-align: left;
  font-size: 1.1rem;
  font-weight: normal;
}
.header_logo{
  float: left;
  margin-left: 0.5em;
}
  .header_logo img{
    width:auto;
    height: auto;
    margin-top: 0;
}
.header_contact{
  float: right;
  margin-top: 23px;
}
.header_contact li{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
  .header_contact li.tel{
    margin-right:0.5em;
  }
.header_contact li.tel img{
  width: auto;
  height: auto;
}
#header{
  position: relative;
  height: 94px;
}

@media print, screen and (max-width:768px) {
 header{
   min-height: 100px;
   height: auto;
  } 
  .header_logo{
  float: left;
    margin-left: 0;
  }
  .header_logo img{
    margin-top: 0.5em;
    width:180px;
    height: auto;
}
.header_contact{
  float: right;
  margin-top: 23px;
}  
  .header_contact li:not(#toggle){
    margin-top: -1.4em;
  }
  .header_contact li.tel{
    margin-right: 0.5em;
  }

}
@media print, screen and (max-width:480px) {
  .header_logo img{
    margin-top: 0.8em;
    width:150px;
    height: auto;
}  

  header h1{
  padding: 0.4em 0 ;
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
  }
  .header_contact li.tel img{
  width: 40px;
  height: auto;
  }
}
/*480px*/
@media only screen
and (min-device-width:320px)
and (max-device-width:480px)
and (orientation:landscape) {
  .header_contact li.tel img{
    width: 40px;
    height: auto;
  }
}
/* ----------------------------------------------------------------footer*/
footer{
  margin-top: 3em;
  padding: 20px 0 0;  
  background: url(../img/common_img/footer_bg.png) repeat 0 0;
}
.f_info {}
.f_info dt{
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
  .logo_sub_tx{
    margin-bottom: 0.8em;
    font-size: 1.1rem;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #666;
  }
@media print, screen and (max-width:480px) {
    .logo_sub_tx{
      margin-bottom: 0.4em;
  }
}
  .f_com_name{
    display: block;
     font-weight: bold;
  }
  .f_com_name span{
    font-size: 1.3rem;
    margin-right: 0.8em;

  }
.f_info{
  text-align: center;
}
.f_info dd{
  font-size: 1.3rem;
}
.f_info dd li{
   font-size: 1.3rem; 
}
.pc_map_btn{
  display: inline-block;
  } 
.map_btn{
  margin: 1.6em auto 0.8em;
  padding:0.5em 2.5em 0.4em;
  border-radius: 5px;
  background-color: rgb(248, 166, 86);
  box-shadow: 0px 0px 4px 0px rgba(78, 78, 78, 0.29);
  cursor: pointer;
} 
.map_btn a{
  color: #FFF;
  text-decoration: none;
}
.map_btn:hover{
  background-color: #C0C0C0;
  transition: 0.2s;
}
.sp_map_btn{
  display: none;
}
@media print, screen and (max-width:480px) {
  .pc_map_btn{
    display: none;
    } 
  .sp_map_btn{
    display: inline-block;
  }  
  
}

.access_tx{
  font-size: 1.3rem;
}

.f_navi{
  margin: 2em auto;
}
.f_navi li{
  line-height: 1.2em;
  font-size: 1.3rem;
  display: inline-block;
  padding: 0 0.4em 0 0.7em;
  border-left: 1px solid #262626;
}
.f_navi li:first-of-type{
  border-left: 0;
}
.f_navi li a{
  color: #262626;
}
.f_navi li a:hover{
  color: #777;
  text-decoration: none;
}
address{
  font-size: 1rem;
  color: #4b392e;
}
  address span{
    display: inline-block;
  }
@media print, screen and (max-width:480px) {
  address span{
    display: none;
  }
}
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
 #pagetop img{
    width: auto;
    height: auto;
  } 
@media print, screen and (max-width:480px) {
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}  
  #pagetop img{
    width: 50px;
    height: auto;
  } 
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	margin-bottom: 30px;
}
}
/*------------------------------------------------------------content*/
#content {
	text-align: left;
}


/*カレンダー更新プログラム（フッター）フォーマット*/
#calendar {
	width: 100%;
	padding: 10px 9px;
	margin: 0 0 10px;
	background: #fff;
	position: relative;
}
#calendar #cal_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#calendar #month {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 999;
}
#calendar #month strong {
	font-size: 16px;
}
#calendar table {
	width: 100%;
	border-collapse: collapse;
}
#calendar table th, #calendar table td {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
}
#calendar table th {
	background: #C0C0C0;
	font-weight: bold;
}
#calendar table td.holiday {
	font-weight: bold;
	background: url(../img/common_img/holiday.png) no-repeat center center;
}
#calendar table td.half {
	font-weight: bold;
	background: url(../img/common_img/half.png) no-repeat center center;
}
#calendar table td.monday {
	color: #fff;
	font-weight: bold;
	background: url(../img/common_img/monday.png) no-repeat center center;
}
ul.page_ctl {
	text-align: center;
	padding: 8px 10px;
	margin: 0 0 10px;
}
ul.page_ctl li {
	font-size: 12px;
	color: #389e7c;
}
ul.page_ctl li a {
	text-decoration: underline;
}
ul.page_ctl li a:hover {
	color: #999;
}
ul.page_ctl .ctl_left {
	float: left;
}
ul.page_ctl .ctl_right {
	float: right;
}
#tx_holiday {
	float: left;
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
#tx_half {
	float: left;
	padding: 0 0 0 15px;
	background: url(../img/common_img/half_s.png) no-repeat left center;
}
#tx_monday {
	clear: both;
	padding: 0 0 0 15px;
	background: url(../img/common_img/monday_s.png) no-repeat left center;
}
@media print, screen and (min-width:768px) {
#calendar {
	width: 60%;
	margin: 0 auto 10px;
}
}
@media print, screen and (min-width:992px) {
#calendar {
	width: 100%;
	margin: 0 0 10px;
}
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.note {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #969696;
	top: 0px;
	border-radius: 4px;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.calender_nav {
	width: 260px;
	margin: 0 auto;
	text-align: center;
}
p.date {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.calender_table {
	overflow-x: auto;
	clear: both;
	position: relative;
}
#calender02 table {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#calender02 table tr th {
	text-align: center;
	background: #CBCBCB;
	border: 1px dotted #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
	padding: 10px;
	width: 14%;
}
#calender02 table tr td {
	text-align: center;
	border: 1px dotted #6F6F6F;
	padding: 10px;
}
#calender02 table tr.tr_date td {
	background: #E5E5E5;
}
#calender02 table tr.tr_text td {
	height: 60px;
	vertical-align: top;
}
.bg_color01 {
	background: #D5A8A9;
}
.bg_color02 {
	background: #B1CAD8;
}
.tx_color01 {
	color: #D5A8A9;
}
.tx_color02 {
	color: #B1CAD8;
}

@media print, screen and (min-width:768px) {
.note {
	display: none;
}
#calender02 table {
	width: 100%;
}
}
/*------------------------------------------------------------Pankuzu*/

/*pankuzu*/
#pankuzu {

	margin: 1em auto 0;
	clear: both;
  box-sizing: border-box;
}
#pankuzu ol {
	list-style: none;
}
#pankuzu ol li {
	float: left;
	font-size: 11px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
  box-sizing: border-box;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}

/* ----------------------------------------------------------------rayout*/
.center {
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
	border: 1px dotted #6D6D6D;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	display: block;
}
@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	display: table-cell;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
	font-size: 20px;
	font-weight: bold;
	color: #6D6D6D;
	background: #C0C0C0;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 4px;
}
.title02 {
	font-size: 18px;
	font-weight: bold;
	color: #6D6D6D;
	margin-bottom: 10px;
	border-bottom: 1px dotted #6D6D6D;
}
.title03 {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
.title03 span {
	font-size: 12px;
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_right img {
	max-width: 100%;
	height: auto; 
}
.phbox_left {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_left img {
	max-width: 100%;
	height: auto; 
}
.ov_hidden {
	overflow: hidden;
}
@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/

section >.container{
  padding: 30px 0;
}
.container_bg{
  background: url(../img/common_img/container_bg.png) repeat 0 0 ;
}
.cts_title{
  margin: 2em auto 1em;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #f8a656;
}
  .cts_title span{
    min-height: 24px;
    margin-left: -0.5em;
    padding-left: 1.5em;
    background: url(../img/common_img/cts_ti_po.png) no-repeat center left;
    background-size: auto 24px;
    color: #262626;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1.4pt;
  }
@media print, screen and (max-width:480px) {
  .cts_title{
    margin: 0 auto 0.8em;
  }
  .cts_title span{
    font-size: 2rem;
    min-height: 20px;
    background: url(../img/common_img/cts_ti_po.png) no-repeat center left;
    background-size: auto 20px;

  }

}
.sub_title {
  margin: 2em auto 1em;
  padding: 0.3em 0 0.2em;
  letter-spacing: 1.4pt;
  font-size: 1.8rem;
  font-weight: bold;
    color: #262626;
-webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #FFF;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffdebd), color-stop(.25, #FFF),
            color-stop(.5, #FFF), color-stop(.5, #ffdebd),
            color-stop(.75, #ffdebd), color-stop(.75, #FFF),
            to(#FFF));
background-image: -webkit-linear-gradient(-45deg, #ffdebd 25%, #FFF 25%,
          #FFF 50%, #ffdebd 50%, #ffdebd 75%,
          #FFF 75%, #FFF);
background-image: -moz-linear-gradient(-45deg, #ffdebd 25%, #FFF 25%,
          #FFF 50%, #ffdebd 50%, #ffdebd 75%,
          #FFF 75%, #FFF);
background-image: -ms-linear-gradient(-45deg, #ffdebd 25%, #FFF 25%,
          #FFF 50%, #ffdebd 50%, #ffdebd 75%,
          #FFF 75%, #FFF);
background-image: -o-linear-gradient(-45deg, #ffdebd 25%, #FFF 25%,
          #FFF 50%, #ffdebd 50%, #ffdebd 75%,
          #FFF 75%, #FFF);
background-image: linear-gradient(-45deg, #ffdebd 25%, #FFF 25%,
          #FFF 50%, #ffdebd 50%, #ffdebd 75%,
          #FFF 75%, #FFF);
}

.cts_title+.sub_title{
  margin-top: 0;
}


@media print, screen and (max-width:480px) {
  .sub_title {
    width: 100%;
    margin: 1em auto 1em;
  }
}
.cts_p{
  margin-left: 1em;
  font-size: 1.3rem;
  line-height: 1.8em;
  text-align: left;
}
@media print, screen and (max-width:480px) {
  
.cts_p{
  margin-left: 0;
  margin-bottom: 0.8em;
  }
}

.more_btn{
  display: inline-block;
  padding:0.5em 2.5em 0.4em;
  border-radius: 5px;
  background-color: rgb(248, 166, 86);
  box-shadow: 0px 0px 4px 0px rgba(78, 78, 78, 0.29);
  cursor: pointer;
}
.more_btn a{
  color: #FFF;
  text-decoration: none;
}
.more_btn:hover{
  background-color: #C0C0C0;
  transition: 0.2s;
}

@media print, screen and (max-width:768px) {
  .box{
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;

  }
}

#link_hoken{}
  ul.link_com{}
  ul.link_com li{
    margin-bottom: 20px;
  }
  ul.link_com li .com_name{
  font-size: 1.3rem;
  }
  ul.link_com li .com_name a{
    color: #262626;
    text-decoration: underline;
  }
  ul.link_com li .com_name a:hover{
    color: #a7a7a7;
  }
#link_hoken_notes{
  margin: 2em auto 0;
  padding: 1.5em 0;
  border: 1px solid #f8a656;
  border-radius: 7px;
  font-size: 1.3rem;
}
@media print, screen and (max-width:768px) {
  #link_hoken_notes{
    padding: 1em;
  }
  ul.link_com li{
    text-align: center;
  }
    ul.link_com li img{
      margin: 0 auto;
    text-align: center;
  }
}

@media print, screen and (max-width:480px) {
  #link_hoken_notes{
    padding: 1em 1.5em;
    font-size: 1.2rem;
  }
}

section#rinen p.rinen_comm {
	display: inline-block;
	text-align: left;
	line-height: 2em;
	
}
section#rinen .tit_comm {
	
	font-size: 130%;
}