@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  font-size: 12px; }

main {
  display: block; }

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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, p,
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;
  vertical-align: baseline;
  background: transparent; }

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

nav ul, ul, ol {
  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; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto; }

/*レスポンシブサイズ設定*/
/*レスポンシブサイズ設定*/
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #000; }

a {
  color: #ff802e;
  text-decoration: none; }

a:over {
  color: #ff802e; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

@media only screen and (max-width: 736px) {
  .pc_only {
    display: none !important; } }

@media print, screen and (min-width: 737px) {
  .sp_only {
    display: none !important; } }

.base_inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

/*clearfix*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

/*余白設定*/
.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

/*マージン*/
.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

/*スタイルパーツ*/
/*ボタン*/
.more_btn1 {
  color: #fff;
  border: solid 5px #fff;
  font-size: 18px;
  font-weight: bold;
  background: rgba(164, 164, 164, 0.2);
  background: -moz-linear-gradient(left, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%);
  background: -webkit-gradient(linear, left center, right center, from(rgba(245, 245, 245, 0.2)), to(rgba(164, 164, 164, 0.2)));
  background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%);
  background: -ms-linear-gradient(left, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%);
  background: linear-gradient(to right, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#f5f5f5, endColorstr=#a4a4a4,GradientType=1 ); }
  .more_btn1:hover {
    background: rgba(245, 245, 245, 0.2);
    background: -moz-linear-gradient(right, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%);
    background: -webkit-gradient(linear, right center, right center, from(rgba(245, 245, 245, 0.2)), to(rgba(164, 164, 164, 0.2)));
    background: -webkit-linear-gradient(right, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%);
    background: -o-linear-gradient(right, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%);
    background: -ms-linear-gradient(right, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 0.2) 0%, rgba(164, 164, 164, 0.2) 100%); }
  @media print, screen and (min-width: 737px) {
    .more_btn1 {
      display: inline-block; } }
  @media only screen and (max-width: 736px) {
    .more_btn1 {
      display: block; } }
  .more_btn1:hover {
    background-color: #6C898D; }

.more_btn2 {
  background-color: #4c8807;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: block; }
  .more_btn2:hover {
    background-color: #305704; }

.more_btn3 {
  background-color: #ff802e;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: block; }
  .more_btn3:hover {
    background-color: #E45900; }

.bg_white {
  background-color: #fff; }

/*----------------------------------------------------
	全体レイアウト
----------------------------------------------------*/
/*ヘッダー*/
#head {
  background-color: #1a1a1a;
  width: 100%; }
  @media print, screen and (min-width: 737px) {
    #head {
      height: 100px;
      position: relative; } }
  #head .inner {
    width: 100%;
    margin: 0 auto;
    -js-display: flex;
    display: flex;
    align-items: center; }
    @media print, screen and (min-width: 737px) {
      #head .inner {
        max-width: 1100px; } }
    @media only screen and (max-width: 736px) {
      #head .inner {
        text-align: center;
        flex-wrap: wrap; } }

    @media print, screen and (min-width: 737px) {
      #head .inner .logo {
        margin-right: 10px;
        margin-top: 10px;
				position: relative;} }
    @media only screen and (max-width: 736px) {
      #head .inner .logo {
        margin: auto;
        width: 272px;
        padding-top: 20px;
        text-align: center;
				position: relative;} }

@media print, screen and (min-width: 737px) {
	#head .inner .logo .readTxt{
		position: absolute;
		left: 40px;
		top: 12px;
		color: #FFF;
		font-size: 14px;
	}  
}
@media only screen and (max-width: 736px) {
	#head .inner .logo .readTxt{
		position: absolute;
		left: 30px;
		top: 40px;
		color: #FFF;
		font-size: 12px;
	}  
}


    @media print, screen and (min-width: 737px) {
      #head .inner .contact {
        margin-left: auto;
        width: 39%;
        text-align: right;
        -js-display: flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 0;
        padding: 12px; }
        #head .inner .contact .mail {
          margin-left: 10px; } }
    @media only screen and (max-width: 736px) {
      #head .inner .contact {
        width: 100%;
        text-align: center;
        padding: 0 20px 20px; } }

/*メインコンテンツ*/
main#main_contents {
  margin: 0 auto; }
  @media print, screen and (min-width: 737px) {
    main#main_contents {
      padding: 50px 0 60px;
      background: url(../images/common/bg.jpg);
      background-size: cover; } }
  @media only screen and (max-width: 736px) {
    main#main_contents {
      padding: 0 0 60px;
      background: url(../images/common/bg-sp.jpg); } }

/*フッター*/
footer#foot {
  background-color: #1a1a1a;
  font-size: 14px;
  color: #fff; }
  @media only screen and (max-width: 736px) {
    footer#foot {
      padding-bottom: 30px; } }
  footer#foot .go_top {
    position: relative;
    display: block;
    width: 150px;
    height: 30px;
    top: -29px;
    float: right;
    background-color: #1a1a1a;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #fff; }
    footer#foot .go_top:before {
      content: '▲'; }
    @media print, screen and (min-width: 737px) {
      footer#foot .go_top {
        right: 20px; } }
  @media print, screen and (min-width: 737px) {
    footer#foot .foot_inner {
      -js-display: flex;
      display: flex;
      justify-content: space-between;
      padding-top: 50px; } }
  @media only screen and (max-width: 736px) {
    footer#foot .foot_inner {
      padding-bottom: 10px;
      padding-top: 26px; } }
  @media print, screen and (min-width: 737px) {
    footer#foot .foot_inner .foot_sitemap {
      width: 50%;
      margin-right: 2%; } }
  @media only screen and (max-width: 736px) {
    footer#foot .foot_inner .foot_sitemap .foot_tit {
      margin-bottom: 10px;
      text-align: center; } }
  footer#foot .foot_inner .foot_sitemap .foot_nav {
    font-size: 14px;
    line-height: 1.6em; }
    @media print, screen and (min-width: 737px) {
      footer#foot .foot_inner .foot_sitemap .foot_nav {
        margin-left: 40px; } }
    @media only screen and (max-width: 736px) {
      footer#foot .foot_inner .foot_sitemap .foot_nav {
        margin-left: 30px; } }
    footer#foot .foot_inner .foot_sitemap .foot_nav a {
      color: #fff; }
    footer#foot .foot_inner .foot_sitemap .foot_nav li {
      list-style-type: disc; }
    @media print, screen and (min-width: 737px) {
      footer#foot .foot_inner .foot_sitemap .foot_nav {
        -js-display: flex;
        display: flex;
        width: 280px;
        flex-wrap: wrap;
        margin: 15px auto 15px 40px; }
        footer#foot .foot_inner .foot_sitemap .foot_nav li {
          padding: 0 0 5px 10px;
          width: 123px;
          line-height: 1.6em; } }
    @media only screen and (max-width: 736px) {
      footer#foot .foot_inner .foot_sitemap .foot_nav {
        margin-bottom: 20px; } }



  @media print, screen and (min-width: 737px) {
    footer#foot .foot_inner .company {
      width: 43%;
      text-align: right;
      margin-top: -20px; }
      footer#foot .foot_inner .company .logo {
        background-color: #1a1a1a;
				position: relative;} 
			footer#foot .company .readTxt{
				position: absolute;
				right: 4px;
				top: 12px;
				color: #FFF;
				font-size: 16px;
			}
	}
  @media only screen and (max-width: 736px) {
    footer#foot .foot_inner .company {
      -js-display: flex;
      display: flex;
      flex-wrap: wrap; }
      footer#foot .foot_inner .company .logo {
        order: 2;
        width: 272px;
				margin: auto;
        text-align: center;
				position: relative;} 
			footer#foot .foot_inner .company .logo .readTxt{
				position: absolute;
				right: 16px;
				top: 14px;
				color: #FFF;
				font-size: 14px;
			} 
		}



  footer#foot .foot_inner .company .contact {
    text-align: center; }
    @media print, screen and (min-width: 737px) {
      footer#foot .foot_inner .company .contact {
        -js-display: flex;
        display: flex; } }
    @media only screen and (max-width: 736px) {
      footer#foot .foot_inner .company .contact {
        margin: auto auto 10px;
        width: 100%;
        order: 1; } }
    @media only screen and (max-width: 736px) {
      footer#foot .foot_inner .company .contact .tel {
        margin-bottom: 10px; } }
    @media print, screen and (min-width: 737px) {
      footer#foot .foot_inner .company .contact .tel {
        margin-right: 15px; } }
  footer#foot .copy {
    text-align: center;
    line-height: 1.6em;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace"; }
    @media print, screen and (min-width: 737px) {
      footer#foot .copy {
        padding: 50px 0; } }
    @media only screen and (max-width: 736px) {
      footer#foot .copy {
        padding: 0; }
        footer#foot .copy span {
          display: block; } }

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