@charset "utf-8";

/*
  * メモ：css掲載順について（24/8/30変更）
  * ８００ｐｘ以上画面・９２０以下画面・４８０以下画面・３５０以下画面
  * 個々の設定は共通事項を先述、各ページ独自のレイアウトを後述。以下記述順序。
  * ヘッダー、メイン（カラムやボタン、改行設定等の全ページ共通設定）、フッター
  * 各ページ（トップ、商品紹介等）
*/

/* 全体の設定
---------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #005fa8;
  font-family: sans-serif;
}

ul {
	list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.clear {
	clear: both;
}





/* 920以上の設定------------------------------------------------------------
---------------------------------------------------------------------------*/
/* 共通====================================================================
===========================================================================*/
#containerMain {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.red {
  background-color: #ff6c6c;
}

.org {
  background-color: #F5AF7E;
}

.ylw {
  background-color: #ffe180;
}

.grn {
  background-color: #C1DC8D;
}

.rbl {
  background-color: #76C7F1;
}

.dbl {
  background-color: #005fa8;
}

.prl {
  background-color: #e063ef;
}

.under480 {
  display: none;
}

.under480c {
  display: block;
}


/* indexページ=============================================================*/
/* Header */
#header {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}

.headerLine {
  display: none;
}

#headerClm {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.headerMainClm {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.headerMainClm img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 8%;
}

.headerSubClm {
  width: 50%;
  box-sizing: border-box;
  height: auto;
}

/* Headerペンキ塗り画像 */
.headerImgBox,.headerImgBorder {
  width: 90%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.headerImgBox {
  padding: 8px 0;
}

.headerImgBorder {
  margin: 0 auto;
}

.colorbg01s {
  width: 14%;
  height: 16px;
  margin: 3px 0 0 0;
}

.colorbg02s {
  width: 9%;
  height: 16px;
  margin: 0;
}

.colorbg03s {
  width: 10%;
  height: 16px;
  margin: -2px 0 0 0;
}

.colorbg04s {
  width: 12%;
  height: 16px;
  margin: 4px 0 0 0;
}

.colorbg05s {
  width: 9%;
  height: 16px;
  margin: -3px 0 0 0;
}

.colorbg06s {
  width: 17%;
  height: 16px;
  margin: 0;
}

.colorbg06s_2 {
  width: 25%;
  height: 16px;
  margin: 0;
}

.colorbg07s {
  width: 14%;
  height: 16px;
  margin: 1px 0 0 0;
}

/* Header住所電話 */
.headerInfoBox {
  padding: 8px 0;
}

.headerInfo {
  font-size: 24px;
  font-weight: bold;
  color: #005fa8;
  letter-spacing: 2px;
}

/* Headerメニュー */
#mainMenu {
  margin: 0;
  padding: 8px 0 24px 0;
}

#mainMenu > li {
  display: inline;
}

#mainMenu > li > a {
  display: inline-block;
  width: 42%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #005fa8;
  text-align: center;
  background: rgba(0, 95,168, 0.1);
  border-radius: 20px;
  transition: color ease-in-out .2s, background ease-in-out .2s;
}

#mainMenu > li > a:hover {
  color: #f1f9f8;
  background: rgba(0, 95,168, 1);
}

/* Headerメイン画像 */
#headerMainImgBox {
  max-width: 960px;
  height: auto;
}

#headerMainImgBox img {
  width: 100%;
  height: auto;
}

/* 更新履歴 */
#rirekiBox {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: rgba(0, 95,168, 0.2);
  padding: 24px 5%;
}

.newMoji {
  font-size: 20px;
  line-height: 2em;
  font-weight: bold;
  letter-spacing: 8px;
  color: #005fa8;
}

#read dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}

#read dt {
  display: inline-block;
  width: 16%;
  margin: 0;
  padding: 4px 0;
  font-weight: bold;
}

#read dd {
  display: inline-block;
  width: 80%;
  margin: 0;
  padding: 4px 0;
}

#read dd a.forNews {
  text-decoration: underline;
}

/* Main */
#main {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  background-color: #FFFFFF;
}

.parag {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 8px 0 40px 0;
}

/* パンくずリスト */
nav {
  width: 90%;
  margin: 0 auto;
  padding: 16px 0;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-block;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em 0 0.6em;
  color: #005fa8;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  display: inline-block;
  padding: 0.2em .8em;
  border-radius: 15px;
  text-decoration: none;
  color: #005fa8;
  font-size: 0.9em;
  transition: color ease-in-out .2s;
}

.breadcrumb li a:hover {
  color: #d4ecec;
}

/* Mainコンテンツ各種 */
h1 {
  font-size: 24px;
  width: 90%;
  margin: 0 auto;
  padding: 8px 0 24px 0;
  line-height: 1.6em;
}

.midashibg_h2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h2 {
  border-bottom: solid 4px rgba(0, 95,168, 0.2);
  position: relative;
  letter-spacing: 8px;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow: 1;
  margin: 0;
  padding: 0 0 4px 8px;
  box-sizing: border-box;
  font-size: 20px;
}

h2::before {
  border-bottom: solid 4px rgba(0, 95,168, 1);
  position: absolute;
  content: "";
  display: block;
  bottom: -4px;
  left: 0;
  width: 8%;
}

.mainMoji,.policyMoji {
  width: 64%;
  margin: 0;
  padding: 16px 0;
  line-height: 1.6em;
}

/* 文字リンクデザイン */
.gotolink {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  margin: 16px 0 0 0;
  padding: 0 1rem;
  font-weight: bold;
  letter-spacing: 2px;
  border: solid 1px #005fa8;
  color: #005fa8;
  border-radius: 0;
  transition: color ease-in-out .2s, background ease-in-out .2s, border-radius ease-in-out .2s;
}

.gotolink:hover {
  background-color: #005fa8;
  color: #d4ecec;
  border-radius: 32px;
}

/* カレンダー */
.cldBox {
  width: 98%;
  padding: 16px 1% 32px 1%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cldBoxInner {
  width: 48%;
}

.calTitle {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: .3em 0;
  border-top: solid 2px #005fa8;
  border-bottom: solid 2px #005fa8;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 8px;
  color: #005fa8;
}

.calender {
  width: 100%;
  margin: 8px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.calender th,.calender td {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-right: solid 1px #999999;
}

.calender th {
  font-weight: bold;
  border-top: solid 2px #005fa8;
  border-bottom: solid 2px #005fa8;
  background-color: rgba(0, 95,168, 0.1);
}

.calender th:first-child,.calender td:first-child {
  color: #ff6c6c;
  border-left: solid 2px #005fa8;
  background-color: rgba(245, 175, 126, 0.3);
}

.calender thead th:first-child {
  background-color: rgba(245, 175, 126, 0.7);
}

.calender td {
  border-bottom: solid 1px #999999;
}

.calender th:last-child,.calender td:last-child {
  border-right: solid 2px #005fa8;
}

.calender tr:last-child {
  border-bottom: solid 2px #005fa8;
}

.holiday {
  background-color: rgba(245, 175, 126, 0.3);
}

.holidaycolor {
  color: #ff6c6c;
}

.calAttention {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.6em;
}

.holMark,.iventMark {
  position: relative;
  padding: 0 0 0 6px;
}

.holMark::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  background-color: rgba(245, 175, 126, 0.6);
}

.calender td.fair01 {
  background-color: rgba(0, 95,168, 0.2);
  color: #005fa8;
  font-weight: bold;
}

.iventMark::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  background-color: rgba(0, 95,168, 0.2);
}

/* 上に戻るボタン */
#topBtn {
  position: fixed;
  display: block;
  bottom: 10px;
  left: auto;
  margin: 0 0 0 842px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: rgba(0, 95,168, 0.2);
  color: #005fa8;
  border-radius: 32px;
  transition: color ease-in-out .2s, background ease-in-out .2s;
}

#topBtn:hover {
  background: #005fa8;
  color: #d4ecec;
}

/* Footer */
#footer {
  width: 100%;
  height: auto;
}

/* Footerペンキ画像部分 */
.footerImgBox {
  max-width: 960px;
  height: auto;
  background-color: #FFFFFF;
}

.footerImgBox img {
  width: 100%;
  height: auto;
}

.footerInfoBox {
  width: 100%;
  background-color: #005fa8;
  padding: 40px 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* Footerロゴ部分 */
.footerNameImgBox {
  max-width: 292px;
  padding: 0 0 16px 0;
  height: auto;
}

.footerNameImgBox img {
  width: 100%;
  height: auto;
}

/* Footer文字情報部分 */
.footerNameMojBox {
  color: #f1f9f8;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.6em;
}

/* Footerメニュー側 */
.footerMenu {
  margin: 0;
  padding: 0;
}

.footerMenu > li {
  display: inline;
}

.footerMenu > li > a {
  display: block;
  width: 120px;
  height: 24px;
  line-height: 24px;
  color: #f1f9f8;
  margin: 0 0 8px 0;
  letter-spacing: 2px;
  transition: color ease-in-out .2s;
}

.footerMenu > li > a:hover {
  color: #F5AF7E;
}

.copyright {
  background-color: #005fa8;
  width: 100%;
  height: 40px;
  text-align: center;
  letter-spacing: 4px;
  font-size: 14px;
  color: #f1f9f8;
}

/* Footer最下層虹 */
#containerSub {
  width: 100%;
  padding: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rainBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.colorbg_l {
  width: 100%;
  height: 10px;
}

.rolBox {
  padding: 0 16px 0 0;
}


/* companyページ=============================================================*/
/* 会社概要・会社沿革 */
.coOutline {
  width: 80%;
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coOutline dt {
  width: 20%;
  margin: 0;
  padding: 0 0 0 8px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: solid 1px #005fa8;
}

.coOutline dt:first-child {
  border-top: solid 1px #005fa8;
}

.coOutline dd {
  width: 70%;
  margin: 0;
  padding: 0 0 0 8px;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #76C7F1;
}

.coOutline dd:nth-child(2) {
  border-top: solid 1px #76C7F1;
}

/* アクセス */
.shopMap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; /* アスペクト比16:9対応の数値 */
	position: relative;
  margin: 32px 0;
}

.shopTempoMapi {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 90%;
}


/* contactページ=============================================================*/
/* 問い合わせ */
.midashibg_h3 {
  width: 100%;
  padding: 0;
}

.telfaxNoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px 0;
}

.telfaxNoBoxImg {
  width: 64px;
  height: auto;
  padding: 0 24px 0 0;
}

.telfaxNoBox img {
  width: 100%;
  height: auto;
  padding: 0 16px;
}

.telfaxNo {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
}

h3.cnt_h301 {
  margin: 32px 0 0 16px;
  padding: 0 0 8px 0;
  font-size: 20px;
  letter-spacing: 4px;
  color: #005fa8;
}

.forContact {
  padding: 0 0 0 16px;
}

.gotomail {
  display: inline-block;
  box-sizing: border-box;
  height: 56px;
  line-height: 56px;
  margin: 16px 0 0 16px;
  padding: 0 2em;
  font-weight: bold;
  letter-spacing: 2px;
  border: solid 1px #005fa8;
  color: #005fa8;
  border-radius: 0;
  transition: color ease-in-out .2s, background ease-in-out .2s, border-radius ease-in-out .2s;
}

.gotomail:hover {
  background-color: #005fa8;
  color: #d4ecec;
  border-radius: 32px;
}

/* 問い合わせ注意事項 */
h3.cnt_h302 {
  display: inline-block;
  padding: 0 .8em;
  letter-spacing: 8px;
  border-bottom: solid 4px rgba(0, 95, 168, 0.4);
}

.attention {
  width: 64%;
  margin: 0;
  padding: .1em .8em 2em .8em;
}

.attention > li {
  position: relative;
  padding: .5em .5em .4em 32px;
  line-height: 1.5em;
}

.attention > li::before {
  position: absolute;
  display: inline-block;
  content: '';
  background: rgba(0, 95, 168, 0.2);
  border-radius: 50%;
  left: 0;
  top: 30%;
  width: 16px;
  height: 16px;
}

/* サイトポリシー */
.policy {
  width: 64%;
  margin: 0;
  padding: 0 0 40px 0;
  line-height: 1.6em;
}

.policy > dt {
  font-weight: bold;
  letter-spacing: 4px;
}

.policy > dd {
  padding: 0 0 24px 0;
}

.sitepol_ul {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}










/* 920以下の設定
---------------------------------------------------------------------------*/
@media(max-width: 920px){
  /* 共通====================================================================
  ===========================================================================*/
  #containerMain {
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 82%, rgba(0,95,168,1) 86%);
  }


  /* indexページ=============================================================*/
  /* Header */
  .headerLine {
    display: block;
    width: 100%;
    height: 24px;
    background-color: #005fa8;
  }

  #headerClm {
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .headerMainClm {
    width: 44%;
    padding: 0 0 0 1.5%;
  }

  .headerMainClm img {
    padding: 0;
  }

  .headerSubClm {
    width: 45%;
  }

  /* Headerペンキ塗り画像 */
  .headerImgBox {
    padding: 8px 0;
  }

  /* Header住所電話 */
  .headerInfo {
    letter-spacing: 4px;
    line-height: 1.6em;
  }

  /* Main */
  /* Mainコンテンツ各種 */
  .mainMoji {
    width: 90%;
    margin: 0 6% 0 0;
  }

  /* カレンダー */
  .holMark::before,.iventMark::before {
    top: 0;
  }

  /* 上に戻るボタン */
  #topBtn {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 0 0 85%;
    background-color: rgba(0, 95,168, 1);
    color: #d4ecec;
  }


  /* companyページ=============================================================*/
  /* 会社概要・会社沿革 */
  .coOutline {
    width: 100%;
  }

  .coOutline dt {
    width: 24%;
  }

  .coOutline dd {
    width: 73%;
  }

  /* アクセス */
  .shopTempoMapi {
    width: 100%;
  }


  /* contactページ=============================================================*/
  /* 問い合わせ注意事項 */
  .attention {
    width: 88%;
    margin: 0 auto;
  }

  .attention > li::before {
    left: -2px;
    top: 11px;
    width: 20px;
    height: 20px;
  }

  /* サイトポリシー */
  .policy,.policyMoji  {
    width: 88%;
    margin: 0 auto;
  }

}







/* 480以下の設定
    調整部分：Headerと紹介の画像のサイズによる変更、ヘッダー画像上の文字位置サイズ
---------------------------------------------------------------------------*/
@media(max-width: 480px){
  /* 共通====================================================================
  ===========================================================================*/
  #containerMain {
    width: 100%;
    background: rgb(255,255,255);
  }

  .over800 {
    display: none;
  }

  .under480 {
    display: block;
  }

  .under480c {
    display: none;
  }



  /* indexページ=============================================================*/
  /* Header */
  #headerClm {
    width: 92%;
    margin: 0 auto;
    flex-direction: column;
  }

  .headerMainClm {
    width: 80%;
    padding: 24px 0 16px 0;
  }

  .headerSubClm {
    width: 96%;
    padding: 24px 0 16px 0;
  }

  /* Header住所電話 */
  .headerInfoBox {
    width: 100%;
  }

  .headerInfo {
    font-size: 20px;
  }

  /* Headerメニュー */
  #mainMenu {
    margin: 0;
    padding: 8px 0 24px 0;
  }

  #mainMenu > li {
    display: inline;
    margin: 0 2% 0 0;
  }

  #mainMenu > li:last-child {
    margin: 0;
  }

  #mainMenu > li > a {
    width: 47%;
    margin: 0;
  }

  /* Headerペンキ塗り画像 */
  .headerImgBorder {
    width: 94%;
    margin: 0 auto 24px auto;
  }

  .colorbg06s_2 {
    width: 15%;
  }

  /* 更新履歴 */
  #read dl {
    display: flex;
    flex-wrap: wrap;
  }

  #read dt {
    display: block;
    width: 100%;
  }

  #read dd {
    display: block;
    width: 100%;
  }

  /* 文字リンクデザイン */
  .gotolink {
    /* padding: 0 0.8rem;
    font-weight: normal;
    letter-spacing: 0;
    transition: none; */
    padding: 0;
    border: none;
    text-decoration: underline;
    line-height: 1.5rem;
    /* border-bottom: solid 1px #005fa8; */
  }
  
  .gotolink:hover {
    background-color: #d4ecec;
    color: #005fa8;
    border-radius: 0;
  }

  /* Main */
  /* Mainコンテンツ各種 */
  h1 {
    font-size: 20px;
  }

  h2::before {
    width: 18%;
  }

  .mainMoji {
    width: 92%;
    margin: 0 6% 0 2%;
  }

  /* カレンダー */
  .cldBox {
    width: 92%;
    padding: 16px 4% 32px 4%;
    flex-direction: column;
  }

  /* 大阪マルテー祭用・終了後削除ここから */

  /* .cldBox :nth-child(1) {
    order: 2;
  }

  .cldBox :nth-child(2) {
    order: 4;
  }

  .cldBox :nth-child(3) {
    order: 1;
  }

  .cldBox :nth-child(4) {
    order: 3;
  } */

  /* 大阪マルテー祭用・終了後削除ここまで */

  .cldBoxInner {
    width: 100%;
  }

  .calender {
    /* margin: 8px 0 40px 0; */
    /* ↑大阪マルテー祭用・終了後削除 */
    margin: 8px 0 16px 0;
  }

  .calAttention {
    padding: 0 0 24px 0;
  }

  /* 上に戻るボタン */
  #topBtn {
    margin: 0 0 0 75%;
  }

  /* Footer */
  .footerInfoBox {
    flex-direction: column;
  }

  .footerNameImgBox {
    margin: 0 0 0 4%;
  }

  /* Footer文字情報部分 */
  .footerNameMojBox {
    letter-spacing: 0;
    margin: 0 0 0 4%;
  }

  .copyright {
    letter-spacing: 0;
  }

  /* Footerメニュー側 */
  .footerMenu {
    margin: 0 0 0 4%;
    padding: 32px 0 0 0;
  }

  .footerMenu > li > a {
    display: inline-block;
    width: 180px;
    height: 32px;
    line-height: 32px;
    margin: 0 0 16px 0;
    font-size: 20px;
  }

  /* Footer最下層虹 */
  .colorbg_l {
    height: 6px;
  }

  .rolBox {
    max-width: 24%;
  }

  .rolBox img {
    width: 100%;
    height: auto;
  }


  /* companyページ=============================================================*/
  /* 会社概要・会社沿革 */
  .coOutline {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .coOutline dt {
    width: 100%;
    border-bottom: none;
    box-sizing: border-box;
    background-color: rgba(0, 95,168, 0.6);
    color: #FFFFFF;
    letter-spacing: 4px;
  }

  .coOutline dt:first-child {
    border-top: none;
  }

  .coOutline dd {
    width: 100%;
    border-bottom: none;
    background-color: rgba(0, 95,168, 0.1);
    height: auto;
  }

  .coOutline dd:nth-child(2) {
    border-top: none;
  }

  /* アクセス */
  .shopTempoMapi {
    display: block;
    width: 100%;
    height: 300px;
  }


  /* contactページ=============================================================*/
  /* 問い合わせ */
  .forContact {
    padding: 0 0 0 8px;
  }

  .telfaxNo {
    margin: 8px 0;
    padding: 0 0 0 8px;
    font-size: 32px;
    letter-spacing: 2px;
  }

  .telfaxNoBoxImg {
    display: none;
  }

  h3.cnt_h301 {
    margin: 32px 0 0 8px;
    font-size: 18px;
    letter-spacing: 1px;
    width: 90%;
  }

  .forContact {
    padding: 0 0 8px 0;
  }

  .gotomail {
    display: block;
    text-align: center;
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }

  /* 問い合わせ注意事項 */
  h3.cnt_h302 {
    letter-spacing: 4px;
  }

  .attention {
    width: 98%;
    padding: .1em 1em 2em .1em;
  }

  .attention > li {
    padding: .5em .5em .4em 1em;
  }

  .attention > li::before {
    top: 16px;
    width: 8px;
    height: 8px;
  }

  /* サイトポリシー */
  .policy,.policyMoji  {
    width: 100%;
    margin: 0;
  }

  .policy > dd {
    width: 98%;
    margin: 0 0 0 .8em;
  }

}








/* 280以下の設定
    調整部分：Headerと紹介の画像のサイズによる変更、ヘッダー画像上の文字位置サイズ
---------------------------------------------------------------------------*/
@media(max-width: 350px){
    /* 共通====================================================================
    ===========================================================================*/


  /* indexページ=============================================================*/
  /* Header */
  .headerInfo {
    font-size: 20px;
    letter-spacing: 1px;
  }

  /* Headerペンキ塗り画像 */
  .colorbg06s_2 {
    width: 12%;
  }

  /* Headerメニュー */
  #mainMenu > li {
    margin: 0;
  }

  #mainMenu > li > a {
    width: 100%;
    margin: 0 0 8px 0;
  }

  /* Main */
  /* Mainコンテンツ各種 */
  h2 {
    letter-spacing: 2px;
  }

  /* 文字リンクデザイン */
  .gotolink {
    padding: 0;
    /* border: none;
    border-bottom: solid 1px #005fa8; */
  }

  /* カレンダー */
  .calender {
    font-size: 14px;
  }

  /* 上に戻るボタン */
  #topBtn {
    margin: 0 0 0 72%;
  }

  /* Footer文字情報部分 */
  .footerNameImgBox {
    margin: 0 4%;
  }

  .footerNameMojBox {
    letter-spacing: 0;
  }

  /* Footer最下層虹 */
  .colorbg_l {
    height: 4px;
  }

  .rolBox {
    max-width: 20%;
  }



  /* companyページ=============================================================*/



  /* contactページ=============================================================*/
  /* 問い合わせ */
  .gotomail {
    letter-spacing: 1px;
  }

  h3.cnt_h301 {
    font-size: 16px;
    letter-spacing: 2px;
  }

  /* 問い合わせ注意事項 */
  h3.cnt_h302 {
    letter-spacing: 1px;
  }

}