@charset "UTF-8";
@import url('widget.css?v=20180222');


/* layout */


html,
body {
  position: relative;
  z-index: auto;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html {
  overflow: auto;
}

._inner {
  position: relative;
  margin: auto;
  width: 96%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:640px) {
  ._inner {
    width: 90%;
  }
}

#site_head,
#site_body,
#site_foot {
  position: relative;
  z-index: auto;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#site_head {
  z-index: 3000;
}
#site_gnav {
  z-index: auto;
}
#site_foot {
  z-index: 1000;
}

/* SITE HEAD
============================== */
#site_head {
  height: 100px;
  background-color: #fff;
}
#site_head a,
#site_head .language_menu > .menu_btn {
  position: relative;
  text-decoration: none;
  line-height: 1;
}
#site_head > ._inner {
  height: 100%;
}
#site_head .head_block {
  z-index: auto;
  text-align: right;
  position: relative;
}
@media screen and (max-width:640px) {
  #site_head {
    height: auto;
  }
  #site_head .head_block {
    text-align: left;
  }
}
@media print, (min-width:641px) {
  #site_head .head_block + .head_block {
    margin-top: 20px;
  }
}


#site_head #site_logo{
	z-index:105;
	}
#site_head #site_logo,
#site_head #site_logo ._logo {
  height: 3.6em;
}
#site_head #site_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#site_head #site_logo > a {
	display:block;
}

#site_head #site_logo > ._logo {
  width: 20em;
}
@media screen and (max-width:640px) {
  #site_head > ._inner {
    margin: auto;
    width: auto;
  }
  #site_head #site_logo {
    position: relative;
    padding: 1em;
    height: auto;
    text-align: left;
  }
  #site_head #site_logo > ._logo {
    width: 16em;
    height: 2.8em;
  }
}


#site_head .info_menu,
#site_head .select_menu {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

/* info_menu */
#site_head .info_menu,
#site_head .info_menu a {
  color: #666;
}
#site_head .info_menu {
  z-index: 300;
}
#site_head .info_menu a {
  display: block;
  padding: 0 0.5em;
  font-size: 0.8125em;
}
#site_head .info_menu .infomenu_list {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
#site_head .info_menu .infomenu_list > li {
  display: table-cell;
  line-height: 1;
  vertical-align: middle;
  border: solid 0 #666;
}
#site_head .info_menu .infomenu_list > li + li {
  border-left-width: thin;
}
@media screen and (max-width:640px) {
  #site_head .info_menu {
    display: block;
    table-layout: fixed;
    background-color: #efefef;
  }
  #site_head .info_menu a {
    line-height: 1.25;
    padding: 0.5em 0.2em;
  }
  #site_head .info_menu .infomenu_list > li {
    border-color: #ccc;
  }
  #site_head .info_menu .infomenu_list > li:nth-child(2) {
    width: 30%;
  }
}



/* select_menu */
#site_head .select_menu {
  z-index: 400;
  text-align: center;
}
#site_head .select_menu,
#site_head .select_menu a {
  color: #FFF;
}
#site_head .select_menu a,
#site_head .select_menu .menu_btn {
  display: block;
  padding: 0.5em 1em;
  background-color: #999;
  font-size: 0.875em;
}
#site_head .select_menu .menu_btn {
  padding-left: 2em;
}
#site_head .select_menu ._icn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0.5em;
  width: 1em;
  height: 1em;
  fill: #FFF;
}
#site_head .select_menu .selectmenu_list {
  display: table;
  width: 100%;
}
#site_head .select_menu .selectmenu_list > li {
  display: table-cell;
  border: solid 0 transparent;
}
#site_head .select_menu .selectmenu_list > li + li {
  border-left-width: thin;
}
@media screen and (max-width:640px) {
  #site_head .select_menu {
    width: 55%;
  }
  #site_head .select_menu a,
  #site_head .select_menu .menu_btn {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}



/* language_menu */
#site_head .language_menu {
  position: relative;
}
#site_head .language_menu > dd {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
#site_head .language_menu a {
  display: block;
}
#site_head .language_menu .language_list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#site_head .language_menu .language_list > li {
  border-top: solid thin #FFF;
}
#site_head .language_menu .switch,
#site_head .language_menu .language_switch_btn {
  display: none;
}
@media screen and (max-width:640px) {
  #site_head .language_menu .language_switch_btn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #site_head .language_menu #language_switch:checked + .language_list {
    max-height: 100vh;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
}
@media print, (min-width:641px) {
  #site_head .language_menu:hover .language_list {
    max-height: 100vh;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
}

/* site_search */
#site_head .site_search {
  position: relative;
  z-index: 100;
  display: inline-block;
  font-size: 16px;
  width: 15em;
  vertical-align: middle;
}
#site_head .site_search input,
#site_head .site_search button {
  font-size: 1em;
  line-height: 1;
  border: solid thin #595757;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
#site_head .site_search #srchInput {
  padding: 0.25em;
  width: 10em;
}
#site_head .site_search #srchBtn {
  position: relative;
  width: 1.75em;
  height: 1.75em;
  border-radius: 0;
  background-color: #595757;
}
#site_head .site_search #srchBtn > ._icn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1.2em;
  height: 1.2em;
  fill: #fff;
}
@media screen and (max-width:640px) {
  #site_head .site_search {
    display: block;
    padding: 0.5em;
    font-size: 32px;
	   width: 50%;
  }
  #site_head .site_search #srchBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0.5em;
  }
  #site_head .site_search #srchInput {
    width: 100%;
    padding-right: 2.05em;
	
  }
}

/* annex_menu */
#site_head .annex_menu {
  position: relative;
  z-index: 200;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width:640px) {
  #site_head .annex_menu {
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
  }
}
#site_head .annex_menu .annexmenu_list {
  display: table;
  width: 100%;
}
#site_head .annex_menu .annexmenu_list > li {
  display: table-cell;
  vertical-align: middle;
}
#site_head .annex_menu .menu_btn {
  display: block;
  padding: 0.3em;
  height: 2em;
  font-size: 0.875em;
  background-color: #595757;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#site_head .annex_menu .menu_btn > svg {
  fill: #fff;
  height: 1.4em;
}
#site_head .annex_menu .menu_btn ._icn {
  width: 1.4em;
}
#site_head .annex_menu .facebook_menu,
#site_head .annex_menu .instagram_menu {
  width: 2em;
}
#site_head .annex_menu .facebook_menu {
  background-color: #221814;
}
#site_head .annex_menu .instagram_menu {
  background-color: #888889;
}
#site_head .annex_menu .photolibrary_menu {
	position:relative;
	color:#fff;
	padding:0.5em 1em 0;
}
#site_head .annex_menu .emergency_menu {
	position:relative;
	color:#fff;
	padding:0.5em 1em 0;
	background-color: #000;
}
#site_head .annex_menu .photolibrary_menu ._logo {
  fill: #FFF;
  width: 6.3em;
}

@media screen and (max-width:640px) {
  #site_head .annex_menu {
    width: 45%;
  }
  #site_head .annex_menu .menu_btn {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    height: 2.5em;
  }
  #site_head .annex_menu .facebook_menu,
  #site_head .annex_menu .instagram_menu {
    width: 2.5em;
  }
  
  #site_head .annex_menu .photolibrary_menu{
	  padding:0.5em 1em;
	  }
  
  #site_head .annex_menu .photolibrary_menu > ._logo {
    width: 5.4em;
    height: 1.2em;
  }
	#site_head .annex_menu .emergency_menu {
	display: block;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0
	}
	
	
}



/* SITE GNAV
============================== */
#site_gnav {
  position: relative;
  background-color: #2A3132;
}
#gnav_menu_switch,
#gnav_menu_btn,
#site_gnav .switch {
  display: none;
}
@media screen and (max-width:640px) {
  #site_gnav {
    position: fixed;
    overflow: hidden;
    z-index: 4000;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background-color: rgba(42, 49, 50, 0.95);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: auto;
  }
  #gnav_menu_switch:checked ~ #site_gnav {
    height: 100vh;
  }
  #gnav_menu_btn {
    display: block;
    position: absolute;
    z-index: 4999;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    margin: 0.75em;
    width: 3em;
    height: 3em;
    background-color: rgba(42, 49, 50, 0.8);
    border: solid 2px #fff;
  }
  #gnav_menu_btn::before,
  #gnav_menu_btn::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 60%;
    height: 20%;
    border-style: solid;
    border-width: 4px 0;
    border-color: #FFF;
    -webkit-transition: height 0.2s 0.2s, border 0.2s 0.2s, transform 0.2s 0s;
    -o-transition: height 0.2s 0.2s, border 0.2s 0.2s, transform 0.2s 0s;
    transition: height 0.2s 0.2s, border 0.2s 0.2s, transform 0.2s 0s;
  }
  #gnav_menu_btn::before {
    margin-bottom: -2px;
    bottom: 50%;
  }
  #gnav_menu_btn::after {
    margin-top: -2px;
    top: 50%;
  }
  #gnav_menu_switch:checked ~ #gnav_menu_btn {
    position: fixed;
  }
  #gnav_menu_switch:checked ~ #gnav_menu_btn::before,
  #gnav_menu_switch:checked ~ #gnav_menu_btn::after {
    height: 0;
    border-width: 2px;
    -webkit-transition: height 0.2s 0s, border 0.2s 0s, transform 0.2s 0.2s;
    -o-transition: height 0.2s 0s, border 0.2s 0s, transform 0.2s 0.2s;
    transition: height 0.2s 0s, border 0.2s 0s, transform 0.2s 0.2s;
  }
  #gnav_menu_switch:checked ~ #gnav_menu_btn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #gnav_menu_switch:checked ~ #gnav_menu_btn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* gnav_menu */
#site_gnav #gnav_menu {
  position: relative;
  z-index: 2000;
}
#site_gnav #gnav_menu > .menu {
  display: block;
  float: left;
  position: relative;
  padding: 1.2em 0.5em;
  width: 15.5%;
  width: -webkit-calc( 93% / 6 );
  width: calc( 93% / 6 );
  color: #FFF;
  font-size: 0.875em;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#site_gnav #gnav_menu >  .menu::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1.5em;
  border-style: dotted;
  border-width: 0 thin 0 0;
  border-color: #999;
}
#site_gnav #gnav_menu >  .home_menu {
  padding: 0.8em 0.2em;
  width: 7%;
}
#site_gnav #gnav_menu >  .home_menu::after {
  height: auto;
  border-right-style: solid;
}
#site_gnav #gnav_menu >  .home_menu ._icn {
  width: 1.8em;
  height: 1.8em;
  fill: #2583B6;
}
#site_gnav #gnav_menu .submenu_open_btn,
#site_gnav #gnav_menu .submenu_close_btn {
  display: none;
}
@media screen and (max-width:640px) {
  #site_gnav #gnav_menu {
    width: auto;
  }
  #site_gnav #gnav_menu > .menu {
    float: none;
    font-size: 1em;
    width: 100%;
    padding: 1em;
    text-align: left;
    opacity: 0;
  }
  #gnav_menu_switch:checked ~ #site_gnav .menu {
    opacity: 1;
  }
  #site_gnav #gnav_menu > .menu::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 1em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.6em;
    border-color: transparent #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #site_gnav #gnav_menu .gnav_submenu_switch + .menu::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #site_gnav #gnav_menu .gnav_submenu_switch:checked + .menu::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #site_gnav #gnav_menu >  .menu::after {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-right: none;
    border-bottom-width: 2px;
  }
  #site_gnav #gnav_menu >  .home_menu::before {
    display: none;
  }
  #site_gnav #gnav_menu >  .home_menu::after {
    content: 'GoodDay北海道';
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    border: none;
    vertical-align: middle;
  }
  #site_gnav #gnav_menu >  .home_menu > ._icn {
    fill: #fff;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  #site_gnav #gnav_menu .submenu_open_btn,
  #site_gnav #gnav_menu .submenu_close_btn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #site_gnav #gnav_menu .menu .submenu_open_btn {
    width: 100%;
  }
  #site_gnav #gnav_menu .menu .submenu_close_btn {
    width: 0;
  }
  #site_gnav #gnav_menu .gnav_submenu_switch:checked + .menu .submenu_open_btn {
    width: 0;
  }
  #site_gnav #gnav_menu .gnav_submenu_switch:checked + .menu .submenu_close_btn {
    width: 100%;
  }
}

#site_gnav #gnav_menu .gnav_submenu_block {
  position: absolute;
  top: 100%;
  right: 0;
  left: 7%;
  margin: auto;
  max-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(42, 49, 50, 0.9);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
#gnav_recommend_menu,
#site_gnav #gnav_recommend_menu a {
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width:640px) {
  #site_gnav #gnav_menu .gnav_submenu_block {
    position: relative;
    top: auto;
    left: 0;
    background-color: rgba(42, 49, 50, 0);
  }
  #site_gnav #gnav_menu .gnav_submenu_switch:checked + .menu + .gnav_submenu_block {
    max-height: 200vh;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
}
@media print, (min-width:641px) {
  #site_gnav #gnav_menu .menu:hover + .gnav_submenu_block,
  #site_gnav #gnav_menu .gnav_submenu_block:hover {
    max-height: 100vh;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
}


/* recommend_menu_list */
#gnav_recommend_menu .recommend_menu_list {
  margin: 15px;
  font-size: 0.75em;
}
#gnav_recommend_menu .recommend_menu_list > li {
  float: left;
  margin-top: 1%;
  margin-left: 2%;
}
#gnav_recommend_menu .recommend_menu_list .submenu {
  display: block;
}
#gnav_recommend_menu .recommend_menu_list .submenu img {
  max-width: 100%;
}

/* recommend_menu_list01 */
#gnav_recommend_menu .recommend_menu_list01 ._thumb {
  margin-bottom: 0.5em;
  padding-top: 56.25%;
  padding-top: -webkit-calc( 9 / 16 * 100% );
  padding-top: calc( 9 / 16 * 100% );
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width:640px) {
  #gnav_recommend_menu .recommend_menu_list01 > li {
    width: 32%;
  }
  #gnav_recommend_menu .recommend_menu_list01 > li:nth-child( 3n + 1 ) {
    margin-left: auto;
  }
  #gnav_recommend_menu .recommend_menu_list01 > li:nth-child( -n + 3 ) {
    margin-top: 0;
  }
}
@media print, (min-width:641px) {
  #gnav_recommend_menu .recommend_menu_list01 > li {
    width: 23.5%;
    width: -webkit-calc( 94% / 4 );
    width: calc( 94% / 4 );
  }
  #gnav_recommend_menu .recommend_menu_list01 > li:nth-child( 4n + 1 ) {
    margin-left: auto;
  }
  #gnav_recommend_menu .recommend_menu_list01 > li:nth-child( -n + 4 ) {
    margin-top: 0;
  }
}

/* recommend_menu_list02 */
#gnav_recommend_menu .recommend_menu_list02 > li {
  width: 49%;
}
#gnav_recommend_menu .recommend_menu_list02 > li:nth-child( 2n + 1 ) {
  margin-left: auto;
}
#gnav_recommend_menu .recommend_menu_list02 > li:nth-child( -n + 2 ) {
  margin-top: 0;
}


/* charm_menu_list */
#charm_menu_list .submenu {
  height: 100px;
}
#charm_menu_list .submenu_text {
}

/* access_menu_list */
#access_menu_list .submenu {
  height: 100px;
}
#access_menu_list .submenu_text {
}


/* SITE FOOTER
============================== */

#site_foot,
#site_foot a {
  color: #FFF;
  text-decoration: none;
}
#site_foot {
  position: absolute;
  /*bottom: 0;*/
  right: 0;
  left: 0;
  padding: 2rem 0 4em;
  height: 220px;
  background-color: #2A3132;
}
#site_foot .foot_block {
  position: relative;
  z-index: auto;
}
@media only screen and (max-width:640px) {
  #site_foot {
    position: relative;
    height: auto;
  }
  #site_foot .foot_block + .foot_block {
    margin-top: 30px;
  }
}

#site_foot #foot_logo,
#site_foot #foot_logo > ._logo {
  display: block;
  width: 15em;
  height: 5.7em;
}
@media screen and (max-width:640px) {
  #site_foot #foot_logo,
  #site_foot #foot_logo > ._logo {
    margin: auto;
    width: 10em;
    height: 3.333em;
  }
}
@media print, (min-width:641px) {
  #site_foot .foot_block {
    float: left;
    width: 32%;
  }
  #site_foot .foot_block + .foot_block {
    margin-left: 2%;
  }
}

/* foot_menu */
#site_foot .foot_menu {
  font-size: 0.75em;
}
#site_foot .foot_menu .footmenu_list {
  float: left;
  width: 48%;
}
#site_foot .foot_menu .footmenu_list + .footmenu_list {
  margin-left: 4%;
}
#site_foot .foot_menu .footmenu_list > li + li {
  margin-top: 0.5em;
}

/* foot_address */
#site_foot .foot_address {
  font-style: normal;
}
#site_foot .foot_address .address > dt {
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
#site_foot .foot_address .address > dd {
  font-size: 0.75em;
  line-height: 1.5;
}
#site_foot .foot_address .address_btn {
  display: block;
  margin-top: 1em;
  padding: 0.5em 1em;
  border: solid thin #fff;
  font-size: 0.75em;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width:640px) {
  #site_foot .foot_address .address_btn {
    padding: 1em;
  }
}

#copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 1em;
  background-color: #fff;
  color: #333;
  font-size: 0.75em;
  text-align: center;
}


#content {
  position: relative;
 /* padding-bottom: 220px;  #site_foot height */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width:640px) {
  #content {
    padding-bottom: 0;
  }
}


/* renewal ==================================================================================================== */

/* wrapper
------------------- */

#wrapper {}


/* header
------------------- */

header {
  position: relative;
}

header #header_menu01 {
  position: absolute;
  top: 0;
  right: 0px;
  background: #D6D7D7;
}

header #header_menu01 ul {
  list-style: none;
}

header #header_menu01 ul li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0.5em 1em 0.5em 0;
  border-right: 1px solid #FFF;
}

header #header_menu01 ul li a {
  display: block;
  padding: 0.2em 1.5em 0.2em 0;
  background: url(../images/header_arrow.png) no-repeat right center;
  color: #000;
  font-size: 0.75rem;
  text-decoration: none;
  line-height: 1;
}

@media screen and (max-width:640px) {
  header #site_logo {
    text-align: center;
    margin: 0 0 10px 0;
  }
  header #header_menu01 {
    position: relative;
    margin: 0 0 10px 0;
    text-align: center;
  }
  header #header_menu01 ul {
    margin: 0;
  }
  header #header_menu01 ul li {
    border: none;
    display: inline-block;
    float: none;
    margin: 0;
  }
  header #header_menu01 ul li:nth-child(3n) {
    float: none;
  }
}

header #header_menu02 {
  position: absolute;
  top: 50px;
  right: 0;
}

@media screen and (max-width:640px) {
  header #header_menu02 {
    position: relative;
    top: 0;
    width: 600px;
    margin: 0 auto;
  }
}

header #header_menu02 #header_search,
header #header_menu02 #header_tags,
header #header_menu02 #header_lang,
header #header_menu02 #header_fb,
#header_plib {
  float: left;
  margin: 0 0 0 5px;
}

#header_menu02 #header_search {
  margin-top: -2px!important;
  width: 220px!important;
}

#header_menu02 #header_search input#q {
  border: 1px solid #333;
  height: 22px;
  width: 175px;
  padding: 3px;
}

#header_menu02 #header_search input#btnG {
  width: 30px;
  height: 30px;
  background: #333 no-repeat url(../images/header_search.png) center center;
  border: none;
  cursor: pointer;
}

#header_menu02 #header_search input#srchBtn {
  width: 30px;
  height: 30px;
  background: #333 no-repeat url(../images/header_search.png) center center;
  border: none;
  cursor: pointer;
  text-indent: -1000px;
}

#header_menu02 #header_search input#srchInput {
  padding-right: 0!important;
  margin-top: 0!important;
  height: 22px!important;
  width: 180px!important;
}

#header_menu02 #header_search .watermark {
  height: 30px!important;
  padding: 0!important;
}

#header_menu02 #header_search #srchForm {
  height: 30px!important;
}

@media screen and (max-width:640px) {
  #header_menu02 #header_search {
    width: 200px!important;
  }
  #header_menu02 #header_search input#srchInput {
    width: 160px!important;
  }
}


.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: 13px!important;
  height: 13px!important;
  padding: 8px 27px!important;
  min-width: 13px!important;
  margin-top: 0!important;
  background: #828282!important;
}

.gsc-input {
  padding-right: 0!important;
  margin-top: 0!important;
}

.gsc-input-box {
  height: 30px!important;
}

#___gcse_0,
.gsc-control-cse-ja {
  padding: 0!important;
  margin: 0!important;
}




#header_menu02 #header_tags {
  line-height: 30px;
  height: 30px;
}

#header_menu02 #header_tags p {
  padding: 0 10px;
  background: #828282;
}

#header_menu02 #header_tags p a {
  display: block;
  padding: 0 0 0 25px;
  background: url(../images/header_tag.png) no-repeat left center;
  color: #FFF;
  font-size: 0.6rem;
  text-decoration: none;
  cursor: pointer;
}

#header_menu02 #header_lang {}

#header_menu02 #header_lang select {
  background: #828282;
  color: #FFF;
  border: none;
  height: 30px;
  line-height: 30px;
  font-size: 0.6rem;
  padding: 0 10px;
}

header #header_menu02 #header_fb {
  position: relative;
  background: #43609C;
  color: #fff;
  padding: 0;
  line-height: 1;
}

header #header_menu02 #header_fb a {
  position: relative;
  color: #fff;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: block;
}

header #header_menu02 #header_fb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

header #header_menu02 #header_plib {
  display: block;
}

header #header_menu02 #header_plib a {
  display: block;
  position: relative;
  padding-top: 8px;
  width: 160px;
  height: 22px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-indent: 1em;
  line-height: 1;
  color: #333;
  background-color: rgba(224, 226, 229, 1);
  background: -moz-linear-gradient(left, rgba(239, 204, 14, 1) 0%, rgba(239, 204, 14, 1) 2px, rgba(192, 182, 164, 1) 2px, rgba(192, 182, 164, 1) 4px, rgba(147, 190, 204, 1) 4px, rgba(147, 190, 204, 1) 5px, rgba(241, 241, 243, 1) 0%, rgba(224, 226, 229, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(239, 204, 14, 1) 0%, rgba(239, 204, 14, 1) 2px, rgba(192, 182, 164, 1) 2px, rgba(192, 182, 164, 1) 4px, rgba(147, 190, 204, 1) 4px, rgba(147, 190, 204, 1) 5px, rgba(241, 241, 243, 1) 0%, rgba(224, 226, 229, 1) 100%);
  background: linear-gradient(to right, rgba(239, 204, 14, 1) 0%, rgba(239, 204, 14, 1) 2px, rgba(192, 182, 164, 1) 2px, rgba(192, 182, 164, 1) 4px, rgba(147, 190, 204, 1) 4px, rgba(147, 190, 204, 1) 5px, rgba(241, 241, 243, 1) 0%, rgba(224, 226, 229, 1) 100%);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

header #header_menu02 #header_plib a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url(../images/icon_photolibrary.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (max-width:640px) {
  #header_menu02 #header_tags p a {
    font-size: 0.5rem!important;
  }
  #header_menu02 #header_lang select {
    font-size: 0.5rem!important;
  }
  header #header_menu02 #header_fb a {
    font-size: 0.5rem!important;
  }
  header #header_menu02 #header_plib a {
    width: 120px;
    font-size: 12px;
    text-indent: 0;
  }
  header #header_menu02 #header_plib a:before {
    display: none;
  }
}





/* nav
------------------- */

#gnav {
  display: block;
  position: relative;
  background: #4F4C4B;
  position: relative;
  z-index: 9999;
  width: 100%;
}

#gnav > dl {}

#gnav > dl > dt {
  position: relative;
  float: left;
  width: 160px;
  text-align: center;
}

#gnav > dl > dt a {
  display: block;
  padding: 1.2em 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #FFF;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
}

#gnav > dl > dt:first-child a {
  border-left-width: 1px;
}

#gnav > dl > dd {
  position: absolute;
  display: none;
  top: 3.4em;
  left: 0;
  right: 0;
  margin: auto;
  height: 700px;
  background: url(../images/toggle_bg.png) repeat;
}

#gnav .gnav_osusume a {
  font-size: 0.8125em;
}

#gnav .gnav_osusume ._thumb {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#gnav .gnav_osusume ._thumb:before {
  content: '';
  display: block;
  padding-top: 66.667%;
}

#gnav .gnav_osusume a img {
  margin-bottom: 0;
  line-height: 0;
}

#btn_gnav {
  display: none;
}

#btn_gnav > img {
  width: 100%;
  height: auto;
}

#switch_gnav {
  display: none;
}

@media screen and (max-width:640px) {
  #gnav {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  #gnav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background-color: rgba(79, 76, 75, 0.8);
  }
  #btn_gnav {
    display: block;
    position: absolute;
    top: 0.75em;
    left: -2.5em;
    width: 2em;
    height: 2em;
    border-radius: 0.2em;
    background-color: #4F4C4B;
  }
  #switch_gnav:checked + #gnav {
    right: 0;
  }
  #switch_gnav:checked + #gnav #btn_gnav {
    right: 0.5em;
    left: auto;
  }
  #gnav > dl {
    width: auto;
  }
  #gnav > dl > dt,
  #gnav > dl > dd {
    margin: auto;
    width: auto;
  }
  #gnav > dl > dt {
    float: none;
  }
  #gnav > dl > dt a {
    border-width: 1px 0 0;
  }
  #gnav > dl > dt:first-child a {
    border-left-width: 0;
  }
  #gnav > dl > dd {
    position: relative;
    top: auto;
    height: auto;
  }
}



/* content
------------------- */

#content {
  line-height: 1.5;
}

#content > .inner,
#content > article > .inner {
  margin: 30px auto;
}

#content > .inner:first-child,
#content > article > .inner:first-child {
  margin-top: 0;
}

@media screen and (max-width:640px) {
  #content > .inner,
  #content > article > .inner,
  #content > form > .inner {
    margin-left: auto;
    margin-right: auto;
    width: 620px;
    padding: 0 10px;
  }
}

/* social
------------------- */

#social {
  margin: 0 auto 30px;
  text-align: center;
}

#social_list {
  list-style: none;
  position: relative;
  margin: 0 auto;
}

#social_list .btns {
  display: inline-block;
  position: relative;
  margin: 10px auto;
  vertical-align: top !important;
  line-height: 0;
}

#social_list #snsbtns_line img {
  margin-top: 1px;
  height: 20px;
  width: auto;
}

#social_list #snsbtns_youtube {
  top: -2px;
  left: -0.5em;
  -webkit-transform: scale(0.8333);
  -moz-transform: scale(0.8333);
  -ms-transform: scale(0.8333);
  -o-transform: scale(0.8333);
  transform: scale(0.8333);
}

@media screen and (max-width:640px) {
  #social_list .btns {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  #social_list #snsbtns_twitter {
    margin-left: 30px;
  }
  #social_list #snsbtns_googleplus {
    margin-left: 20px;
  }
  #social_list #snsbtns_line {
    margin-left: 20px;
  }
  #social_list #snsbtns_youtube {
    margin-left: 35px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* tag list */

#taglist #content h3 {
  background-image: url(../images/tag_img01.png);
}

#taglist #tag {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

#taglist #tag li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}

@media screen and (max-width:640px) {
  #taglist #tag {
    font-size: 1em;
  }
}

#content #error_msg {
  text-align: center;
}

#content #error_msg > h3 {
  background-image: none;
  padding: 0;
}

#content #error_msg .bnr {
  margin: 2em;
}


/* cr
------------------- */

#cr {
  padding: 1.25em 0;
  color: #4F4C4B;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
}

/* bc
------------------- */

#bc {
  margin: 10px auto;
  font-size: 0.75rem;
  line-height: 1.25;
}

#bc > a {
  display: inline-block;
}



/* ENQ
============================== */
#enqnotice{
	text-align: center;
}
#enqnotice > a{
	text-decoration: none;
	color: #fff;
}
#enqnotice > a > dl{
	background:#F23A06;
	display: inline-block;
	color: #fff;
	padding: 1.5rem;
	margin: 3rem auto 1rem auto;
	border-radius: 1rem;
	position: relative;
	padding-right: 3em;
}
#enqnotice > a > dl dd span{
	display: inline-block;
	background:#fff;
	color: #F23A06;
	padding: 0.5em 1em;
	border-radius: 1em;
	margin-top: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
}
#enqnotice > a > dl:after{
	content: ">";
	display: block;
	position: absolute;
	right: 0.5em;
	top: calc(50% - 1em);
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}

#enqnotice > a > dl >dt{
	margin-bottom: 1rem;
	color: #CEDB1B;
	font-size: 1.2rem;
	font-weight: bold;
}



/* EMERGENCY AREA */
#emergency_area {
  margin-bottom: 3rem;
}
#emergency_area > .inner {
  max-width: 100%;
}
#emergency_area .emergency_block {
  border: solid 0.4rem #C33;
  background-color: #fefefe;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
#emergency_area .emergency_block .block_head, 
#emergency_area .emergency_block .block_body {
  padding: 1em;
}
#emergency_area .emergency_block .block_head {
  padding-bottom: 0;
}
#emergency_area .emergency_block .block_title {
  color: #C33;
  font-size: 1.75em;
  line-height: 1.5;
  text-decoration: underline;
}
#emergency_area .emergency_block .emergency_link {
  display: block;
  padding: 1em;
  background-color: #C33;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.2em;
  text-indent: 0.1em;
}
#emergency_area .emergency_block .emergency_link::after {
  content: '';
  display: inline-block;
  margin-left: 0.5em;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#emergency_area {}
@media only screen and (max-width:640px) {
  #emergency_area .emergency_block .block_title {
    font-size: 1.5em;
  }
}

.emergency_block {
  font-weight: bold;
  text-align: center;
}
.emergency_block .content_title {
  text-align: left;
}
.emergency_block strong, 
.emergency_block em {
  color: #C33;
  font-size: 1.25em;
}
.emergency_block p {
  line-height: 1.5;
}

.emergency_block a[href$=".pdf"]::before {
  display: inline-block;
  float: none;
}
.emergency_block a[href$=".doc"]::before, 
.emergency_block a[href$=".docm"]::before, 
.emergency_block a[href$=".docx"]::before, 
.emergency_block a[href$=".xls"]::before, 
.emergency_block a[href$=".xlsm"]::before, 
.emergency_block a[href$=".xlsx"]::before, 
.emergency_block a[href$=".zip"]::before {
  content: '';
  display: inline-block;
  margin-right: 1em;
  padding-top: 0.5em;
  width: 1.4em;
  height: 1.8em;
  font-size: 9px;
  font-weight: bold;
  background-color: #fff;
  border: solid thin #ccc;
  vertical-align: middle;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.emergency_block a[href$=".doc"]::before, 
.emergency_block a[href$=".docm"]::before, 
.emergency_block a[href$=".docx"]::before{
  content: 'doc';
  color: #2e5595;
}
.emergency_block a[href$=".xls"]::before, 
.emergency_block a[href$=".xlsm"]::before, 
.emergency_block a[href$=".xlsx"]::before{
  content: 'xls';
  color: #22784f;
}
.emergency_block a[href$=".zip"]::before {
  content: 'zip';
  color: #666;
}