@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*----------------------------------------------------
	mixin
----------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/*----------------------------------------------------
	basic
----------------------------------------------------*/
body {
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Meiryo, verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
  line-height: 1.5;
}

img {
  vertical-align: top;
  max-width: 100%;
}
@media only screen and (max-width: 420px) {
  img {
    max-width: 100%;
  }
}

a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
}
a:hover {
  color: #222;
  text-decoration: underline;
}
a:active {
  color: #222;
}

p, ul, ol, dl, table {
  margin-bottom: 1em;
}

hr {
  margin: 55px 0;
  border-color: #e6e6e6;
}

blockquote {
  padding-left: 30px;
}

mark {
  padding: 3px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  margin-left: 1.2em;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
.header {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-image: url(../img/share/bg.png) 4 0 0 fill repeat;
  border-style: solid;
  border-width: 6px 0 0;
  box-shadow: 0px 2px 5px 0px #b8b8b5;
  z-index: 1;
}
@media only screen and (max-width: 420px) {
  .header {
    padding: 10px 10px 0;
  }
}
.header a {
  text-decoration: none;
}
.header a:hover {
  opacity: .75;
}
.header .header__inner {
  width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  .header .header__inner {
    width: 70%;
    margin: 0;
  }
}
.header .header__sub {
  position: relative;
  top: -76px;
  padding: 10px 0 0;
  overflow: hidden;
  line-height: 1;
}
@media only screen and (max-width: 420px) {
  .header .header__sub {
    top: 0;
    padding: 0;
  }
}
.header .header__description {
  float: left;
  margin: 0 0 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444;
}
@media only screen and (max-width: 420px) {
  .header .header__description {
    display: none;
    float: none;
  }
}
.header .header__tel {
  float: right;
  width: 280px;
  margin: 6px 0 0;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .header .header__tel {
    float: none;
    width: auto;
    text-align: left;
  }
  .header .header__tel .header__time {
    display: none;
  }
}
.header .header__tel a img {
  margin-bottom: 13px;
}
.header .header__logo {
  margin: 36px 0 0 6px;
}
@media only screen and (max-width: 420px) {
  .header .header__logo {
    margin: 0 0 5px;
  }
}
.header .header__nav {
  margin-top: -60px;
  padding: 0;
  border-image: url(../img/share/bg.png) 4 0 0 fill repeat;
  border-style: solid;
  border-width: 2px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 420px) {
  .header .header__nav {
    display: none;
  }
}
.header .header__nav ul {
  width: 1020px;
  margin: 0 auto;
  list-style: none;
}
@media only screen and (max-width: 420px) {
  .header .header__nav ul {
    display: none;
  }
}
.header .header__nav ul li {
  float: left;
  width: 150px;
}
.header .header__nav ul li:first-child {
  width: 120px;
}
.header .header__nav ul a {
  display: block;
  padding: 20px 0;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  line-height: 1;
}
.header .header__nav ul li:last-child a {
  border-right: 1px solid #ccc;
}

/* -----------------------------------------------------------
	main
----------------------------------------------------------- */
main {
  width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  main {
    width: auto;
  }
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
.footer {
  padding-bottom: 20px;
  background: url(../img/share/bg.png);
}
@media only screen and (max-width: 420px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .footer__nav {
  width: 1020px;
  margin: 28px auto 20px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .footer .footer__nav {
    display: none;
  }
}
.footer .footer__nav li {
  list-style: none;
  display: inline-block;
  line-height: 1;
}
.footer .footer__nav li + li {
  margin-left: 13px;
  padding-left: 18px;
  border-left: 2px solid #fff;
}
.footer .footer__nav li a {
  color: #fff;
}

.group {
  padding: 22px 0 25px;
  background: #e7e7e7;
  border-top: 3px solid #b9b9b9;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 420px) {
  .group {
    display: none;
  }
}
.group .group__inner {
  display: flex;
  width: 1020px;
  margin: 0 auto;
}
.group .group__section {
  /*  width: 320px; */
  width: 240px;
  /* margin-right: 15px; */
  margin-right: 37px;
  padding: 18px 25px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-image: url(../img/share/border.png) 2 2 repeat;
  box-sizing: border-box;
}
.group .group__section:first-child {
  /* margin-right: 22px;*/
  margin-right: 15px;
}
.group .group__section:last-child {
  margin-right: 0;
}
.group .group__section p {
  margin: 0;
}
.group .group__title {
  height: 83px;
  text-align: center;
}

.group .group__title.ooba {
  height: 93px;
}

.group .group__data dt {
  float: left;
  clear: left;
  min-width: 4em;
}
.group .group__data dd:before {
  content: "：";
}

.copyright {
  margin: 0;
  color: #fff;
  text-align: center;
}

/* -----------------------------------------------------------
	top page
----------------------------------------------------------- */
.catch {
  width: 1065px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 420px) {
  .catch {
    width: auto;
    margin-bottom: 30px;
  }
}
.catch img {
  position: relative;
  left: -23px;
  z-index: 0;
}
@media only screen and (max-width: 420px) {
  .catch img {
    right: auto;
  }
}

.main-contents {
  margin-bottom: 85px;
}
@media only screen and (max-width: 420px) {
  .main-contents {
    margin-bottom: 20px;
  }
}
.main-contents .flex-line {
  display: flex;
}
@media only screen and (max-width: 420px) {
  .main-contents .flex-line {
    flex-wrap: wrap;
  }
}
.main-contents .main-contents__section {
  width: 500px;
  min-height: 214px;
  min-height: 160px;
  margin-bottom: 27px;
  border: 1px solid #62bddb;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  box-sizing: border-box;
}
@media only screen and (max-width: 420px) {
  .main-contents .main-contents__section {
    width: auto;
    margin-bottom: 15px;
    background-size: 50% auto;
  }
}
.main-contents .main-contents__section:hover {
  opacity: .75;
}
.main-contents .main-contents__section a {
  position: relative;
  display: block;
  width: 50%;
  padding: 28px 14px 17px;
  color: #fff;
  background-color: #00a3d4;
  box-sizing: border-box;
}
@media only screen and (max-width: 420px) {
  .main-contents .main-contents__section a {
    padding: 14px 10px;
  }
}
.main-contents .main-contents__section a:hover {
  text-decoration: none;
}
.main-contents .main-contents__section a:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f138";
  font-size: 26px;
  display: block;
  text-align: right;
  margin: 10px 0 0;
}
.main-contents .main-contents__section:nth-child(3n + 1) {
  margin-right: 20px;
  background-color: #00a3d4;
}
@media only screen and (max-width: 420px) {
  .main-contents .main-contents__section:nth-child(3n + 1) {
    margin-right: 0;
  }
}
.main-contents .main-contents__section:nth-child(3n + 1) a {
  background-color: #00a3d4;
}
.main-contents .main-contents__section:nth-child(3n + 2) {
  background-color: #0a1a99;
  border-color: #8289c7;
}
.main-contents .main-contents__section:nth-child(3n + 2) a {
  background-color: #0a1a99;
}
.main-contents .main-contents__section.is-corporate {
  margin: 0 auto 27px;
  background-color: #ffa400;
  border-color: #dc6a05;
}
@media only screen and (max-width: 420px) {
  .main-contents .main-contents__section.is-corporate {
    margin-bottom: 15px;
  }
}
.main-contents .main-contents__section.is-corporate a {
  background-color: #ffa400;
}
.main-contents .main-contents__title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-size: 1rem;
}
.main-contents .main-contents__rubi {
  font-size: 14px;
  font-size: 0.875rem;
}
.main-contents .main-contents__text {
  margin: 0;
}

.is-customers {
  background-image: url(../img/top/img_customers.png);
}

.is-appllances {
  background-image: url(../img/top/img_appllances.png);
}

.is-corporate {
  background-image: url(../img/top/img_corporate.png);
}

.is-troubleshooting {
  background-image: url(../img/top/img_troubleshooting.png);
}

.is-event {
  background-image: url(../img/top/img_event.png);
}

.media {
  margin-bottom: 75px;
}
@media only screen and (max-width: 420px) {
  .media {
    margin-bottom: 30px;
  }
}
.media .media__headding {
  margin: 0 0 20px 15px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #333;
}
@media only screen and (max-width: 420px) {
  .media .media__headding {
    margin: 0 0 10px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.media .media__headding a {
  color: #333;
}
.media .media__headding a:hover {
  text-decoration: none;
  opacity: .75;
}
.media .media__headding a:after {
  content: ">";
  color: #999;
  margin-left: .5em;
}
.media .media__section {
  display: flex;
  border: 1px solid #d2d2d2;
}
.media .media__section + .media__section {
  border-top: 0;
}
.media .media__item {
  border-left: 1px solid #d2d2d2;
}
@media only screen and (max-width: 420px) {
  .media .media__item {
    width: 33%;
  }
}
.media .media__contents {
  flex-grow: 2;
  padding: 36px;
}
@media only screen and (max-width: 420px) {
  .media .media__contents {
    flex-grow: auto;
    padding: 20px;
    width: 67%;
  }
}
.media .media__date {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (max-width: 420px) {
  .media .media__date {
    margin-bottom: 10px;
  }
}
.media .media__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
@media only screen and (max-width: 420px) {
  .media .media__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.media .media__title:hover {
  text-decoration: none;
}

.info {
  overflow: hidden;
  margin-bottom: 50px;
  padding-left: 91px;
  background: url(../img/share/img_tel.png) no-repeat;
}
@media only screen and (max-width: 420px) {
  .info {
    margin-bottom: 25px;
    padding: 0;
    background-size: 20% auto;
  }
}
.info .info__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 420px) {
  .info .info__title {
    display: none;
  }
}
.info .info__inner {
  float: left;
  margin-right: 20px;
  padding-left: 12px;
}
@media only screen and (max-width: 420px) {
  .info .info__inner {
    float: none;
    padding-left: 25%;
  }
}
.info .info__catch {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.info .info__tel {
  line-height: 1;
}
.info .info__tel img {
  display: block;
  margin-bottom: 15px;
}
.info .info__tel a {
  display: inline-block;
  margin-bottom: 10px;
}
.info .info__tel a img {
  margin: 0;
}

.info-type {
  display: flex;
  width: 642px;
  margin: 0;
}
@media only screen and (max-width: 420px) {
  .info-type {
    width: auto;
    margin-left: 2%;
  }
}
.info-type li {
  list-style: none;
  width: 200px;
  margin-right: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 0px 0px #ddd;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 420px) {
  .info-type li {
    width: auto;
    margin-right: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.info-type li:last-child {
  margin: 0;
}
.info-type li:hover {
  opacity: .75;
}
.info-type a {
  display: table-cell;
  width: 200px;
  height: 140px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 420px) {
  .info-type a {
    height: 4em;
    padding: 20px 0;
  }
}
.info-type a:after {
  display: block;
  margin-top: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 36px;
}
@media only screen and (max-width: 420px) {
  .info-type a:after {
    margin-top: 5px;
    font-size: 25px;
  }
}
.info-type a:hover {
  text-decoration: none;
}
.info-type .info-type__shop {
  background: #05ad41;
}
.info-type .info-type__shop a:after {
  content: "\f073";
}
.info-type .info-type__order {
  background: #ea6900;
}
.info-type .info-type__order a:after {
  content: "\f1ec";
}
.info-type .info-type__other {
  background: #21a1c6;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 420px) {
  .info-type .info-type__other {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.info-type .info-type__other a:after {
  content: "\f0e6";
}

.sns {
  display: flex;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
@media only screen and (max-width: 420px) {
  .sns {
    margin-bottom: 20px;
  }
}
.sns .sns__item {
  width: 240px;
  margin-right: 10px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .sns .sns__item {
    width: 50%;
  }
}
.sns .sns__item img {
  margin-bottom: 3px;
}
.sns .sns__item a:hover {
  opacity: .75;
}
.sns .sns__item:first-child {
  width: 248px;
  margin-right: 12px;
}
@media only screen and (max-width: 420px) {
  .sns .sns__item:first-child {
    width: 50%;
    margin-right: 10px;
  }
}
.sns .sns__item.facebook {
  width: 260px;
}
.sns .sns__item:last-child {
  margin: 0;
}
@media only screen and (max-width: 420px) {
  .sns .sns__item.facebook, .sns .sns__item.twitter {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

main {
  padding-top:25px;
}

/*
h1.title:before {
	content: '';
	width: 95px;
	height:83px;
	display:block;
	float:left;
	padding:0;
	margin:0;
}
*/

h1, h2, h3, h4, h5, .parts p {
	font-family:-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}



h1.title {
	width:100%;
	display:block;
	background-color:#5ab7cf;
	background-color:#003782;
	padding:0;
	margin:15px 0;
	border-radius:5px;
}


h1.title div {
	padding-top:1rem;
	padding-bottom:0.8rem;
	color:#FFF;
	text-align:center;
	font-size:1.6rem;
	font-weight:normal;
	letter-spacing: 0.2rem;
}


h1.index {
	margin-top: 0;
}


h2.title {
	color:#0b5c9a;
	font-size:1.4rem;
	padding-top:0.5rem;
	padding-left:1rem;
	padding-bottom: 0.2rem;
	margin-bottom:25px;
	margin-top: 3.0rem;
	border-bottom:2px dotted #91cfdf;
	letter-spacing: 0.1rem;
	background-color:#f0f7f9;
	border-radius-top-left: 10px;
	border-radius-top-right: 10px;
	font-weight:300;
}

h2.title:before {
  content: "\f02e";
  font-family: FontAwesome;
  padding-right:0.5rem;
  font-weight:normal;
}




h4.title {
	color:#333;
	font-size:1.2rem;
	padding-top:3rem;
	padding-left:1rem;
	padding-bottom: 0.2rem;
	margin-bottom:1rem;;
	margin-top: 0;
	text-align:left;
	border-bottom:2px solid #b1bcc1;
}

h4.title:before {  
  content: "\f046";
  font-family: FontAwesome;
  padding-right:1rem;
  font-size:1.2rem;
}


h5.title {
	border-bottom:1px solid #ee9a09;
	border-left:5px solid #ee9a09;
	padding:0.6rem;
	padding-left:1.5rem;
	font-size:1.8rem;
	width:100%;
	display:block;
}

.leadtext {
	color:#333;
	font-size:1.8rem;
	line-height:3rem;
	padding-top:0.8rem;
	padding-left:5.5rem;
	padding-right:1.5rem;
	padding-bottom: 1.5rem;
	border:1px #ccc solid;
	background-color:#FCFCFC;
	margin-bottom:0;
	text-indent:-4.4rem;
}

.leadtext:before {  
  content: "\f0a4";
  font-family: FontAwesome;
  padding-right:1rem;
  font-size:3rem;
  color:#163c6d;
  position: relative;
  top: 0.5rem;
}



.next_icon:before {
  content: "\f138";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.back_icon:before {
  content: "\f137";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.down_icon:before {  
  content: "\f13a";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.up_icon:before {  
  content: "\f139";
  font-family: FontAwesome;
  padding-right:0.5rem;
}


.home_icon:before {  
  content: "\f015";
  font-family: FontAwesome;
  padding-right:0.5rem;
}


.sitemap_icon:before {  
  content: "\f0e8";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.car_icon:before {  
  content: "\f1b9";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.mail_icon:before {  
  content: "\f003";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.word_icon:before {  
  content: "\f1c2";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.excel_icon:before {  
  content: "\f1c3";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.pdf_icon:before {  
  content: "\f1c1";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.list_icon:before {  
  content: "\f0ca";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.download_icon:before {  
  content: "\f019";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.phone_icon:before {  
  content: "\f095";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.pen_icon:before {  
  content: "\f040";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.search_icon:before {  
  content: "\f002";
  font-family: FontAwesome;
  padding-right:0.5rem;
}

.search_excerpt {
	padding:1rem 0 1rem 2rem;
	margin:1rem 0 2rem 1rem;
	border-left:#DDD solid 0.5rem;
	background-color:#FAFAFA;
}



.map_icon:before {  
  content: "\f041";
  font-family: FontAwesome;
  padding-right:0.5rem;
}



.old_list {
	float:right;
	font-size:1.6rem;
	padding-right:1.5rem;
	padding-top:0.4rem;
}

.old_list:hover {
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity:0.70;
}


h1 .old_list,
h1 .old_list:hover {
	color:#fff;
	text-decoration:none;
	/* mimihana */
	margin-right:1rem;
}

.container_box {
	border:1px solid #e1e1df;
	padding:1rem;
	border-top:none;
}


.no_deco:link,
.no_deco:visited,
.no_deco:hover,
.no_deco:active {
	text-decoration:none;
}


.to_pagetop:link,
.to_pagetop:visited,
.to_pagetop:hover,
.to_pagetop:active {
	display:inline-block;
	float:right;
	background-color:#dadada;
	color:#333;
	padding:6px 10px 8px 12px;
    border-bottom-right-radius: 10px; 
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; 
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}

.to_pagetop:hover  {
	background-color:#ccc;
}

.to_pagetop_btm:link,
.to_pagetop_btm:visited,
.to_pagetop_btm:hover,
.to_pagetop_btm:active {
	display:inline-block;
	float:right;
	background-color:#E2E6E8;
	color:#333;
	padding:6px 10px 3px 12px;
	margin-top:2.5rem;
    border-top-right-radius: 10px; 
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-left-radius: 10px; 
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

.to_pagetop_btm:hover  {
	background-color:#ccc;
}


.parts p {
	font-size:1rem;
	padding-top:0.5rem;
	line-height:1.7;
	text-align:justify;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	color:#3b5764;
}


section.info {
	margin-top:6rem;
}


.parts table{
width:100%;
border:1px solid #CCC;
}

.parts table td,
.parts table th {
padding:10px;
border:1px solid #CCC;
font-size:1rem;
}

.parts table th{
text-align:left;
vertical-align:top;
background:#EEE;
white-space: nowrap;
}



.parts .column{
padding: 1rem 1.5rem 1.5rem 1.5rem;
background:#fffcf7;
border:1px solid #f6991f;
}


.parts .columntitle {
font-weight:bold;
padding-bottom: 1rem;
padding-top: 0;
font-size:1.4rem;
color:#f75922;
}


.parts .columntitle:before {
  content: "\f06a";
  font-family: FontAwesome;
  padding-right:0.5rem;
  font-size:3rem;
line-height:3rem;
color:#f75922;
position:relative;
top:0.4rem;
}


.parts .columncontents{
background:#FFF;
padding:1.5rem;
border:1px solid #EAEAEA;
}

.spacer5 {
	padding-top:0.5rem;
}

.spacer10 {
	padding-top:1.0rem;
}

.spacer25 {
	padding-top:2.5rem;
}

.spacer40 {
	padding-top:4.0rem;
}

.spacer100 {
	padding-top:10.0rem;
}

.googlemap iframe {
	width:100%;
	height:350px;
}

.img-responsive-xs {
	width:calc(100% - 10px);
	height:auto;
}


.visible_mobile {
	display:block;
}

.hidden_mobile {
	display:none;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 0;
}

.footer_coname {
	font-size:1.6rem;
	/*
	padding-top:2.5rem;
	*/
}


footer .hours img {
	width:100%;
}


footer .logo img,
footer .mark img {
	width:50%;
}

footer .logo img {
	padding-right: 0;
}


/*
.contents_right {
	margin-top:0;
}
*/


.img-responsive-xs {
	width:calc(100% - 10px);
	height:auto;
}

h4 {
	text-align:left;
}


.index .side_widget1 {
	margin-top:0px;
}


.contents_left {
	margin-top:0.5rem;
}

.iticket {
	width:90%;
	margin:0.5rem auto 0.5rem auto;
	font-size:1.4rem;
	color:#666;
}

}



@media screen and (max-width: 420px) {






.googlemap iframe {
	height:200px;
}

.xs-menu-banner figure {
	display:block;
	max-width:320px;
	margin:0 auto 0 auto;
}




}




	
@media screen and (min-width: 420px) {
.btn-group {
	display:block;
	position:inherit;
}

.btn-group .dropdown-menu {
	display:block;
	position:relative;
	box-shadow:none;
	padding-left:5px;
	padding-right:5px;
	margin:0;
    width:100%;
	text-align:center;
}

.btn-group .dropdown-menu li {
	display:block;
	float:left;
}

#sp-menu {
position: relative;
}
}

@media screen and (max-width: 768px) {


.parts {
	margin-top:1.5rem;
}

.drop_column {
	margin-top:1.5rem;
}
}


.wp-caption {
}


.wp-caption-text {
}

.sticky {
}

.gallery-caption {
}
.bypostauthor {
}
.alignright {
	float:right;
	text-align:right;
	padding-left:2rem;
	padding-bottom:2rem;	
    box-sizing: content-box;
}
.alignleft {
	float:left;
	text-align:left;
	padding-right:2rem;
	padding-bottom:2rem;
    box-sizing: content-box;
}
.aligncenter {
	text-align:center;
}


.text-center {
    text-align: center;
}

.btn {
	font-size: 1.4rem;
	padding-top:0.7rem;
	padding-left:3rem;
	padding-right:3rem;
	color:#FFF !important;
}

.img_border img {
border: 1px #ccc solid;
}

.img-responsive + figcaption {
text-align: center;
background-color: #f8f8f8;
border: 1px #ccc solid;
padding-top: 5px;
padding-bottom: 5px;
border-top: none;
} 
