@charset "UTF-8";

/* =======================================
　フォント
======================================= */

/*------- 共通フォント -------*/
body,
p,
table,
td {
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 15px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.75 !important;
}



/*------- ヘッダーエリアフォント -------*/
header a,
header a:link,
header a:visited {
  color: #000 !important;
}

header a:hover {
  text-decoration: underline !important;
}


/*タグラインテキスト*/
header #tag-line p {
  margin: 0 auto !important;
  padding: 5px 20px !important;
  color: #FFF !important;
  font-size: 11px !important;
}



/*------- メインエリアフォント -------*/
main a,
main a:link,
main a:visited {
  color: #000 !important;
  text-decoration: underline !important;
}

main a:hover {
  text-decoration: none !important;
}



/*------- サイドエリアフォント -------*/
aside a,
aside a:link,
aside a:visited {
  color: #000;
}


/*サイドエリアフォント（ナビゲーション）*/
aside #side nav#side-nav ul li a {
  display: block;
  margin-bottom: 1px;
  padding: 15px;
  background: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

aside #side nav#side-nav ul li a::after {
  padding-left: 10px;
  content: ">";
}

aside #side nav#side-nav ul li a:hover {
  background: #EDEDED;
}


/*サイドエリアフォント（固定コンテンツ）*/
@media only screen and (min-width: 481px) and (max-width: 768px){
  aside #side #fixed-area p {
    text-align: center;
  }
}



/*------- フッターエリアフォント -------*/
footer,
footer p,
footer table,
footer td {
  color: #FFF !important;
}

footer a,
footer a:link,
footer a:visited {
  color: #FFF !important;
  text-decoration: none !important;
}

footer a:hover {
  text-decoration: underline !important;
}



/*------- 表フォント -------*/
th {
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}




/* =======================================
　見出し
======================================= */

/*------- メインエリア見出し -------*/

/*メインエリア見出し共通*/
main h1,
main h2,
main h3 {
  font-weight: bold;
}


/*メインエリア大見出し*/
main h1 {
  margin: 0 0 20px;
  text-align: center;
  letter-spacing: 4px;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}


/*メインエリア中見出し*/
main h2 {
  margin: 35px 0 20px;
  color: #7D7D7D;
  text-align: center;
  font-size: 25px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .5px;
}


/*メインエリア小見出し*/
main h3 {
  margin: 15px 0 20px;
  padding: 0 0 0 25px;
  background: url(../images/header-accent.png) no-repeat left 8px;
  background-size: 12px;
  font-size: 18px;
  color: #000;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .5px;
}



/*------- フッターエリア見出し -------*/

/*フッターエリア見出し共通*/
footer h1,
footer h2,
footer h3 {
  color: #FFF;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}


/*フッターエリア大見出し*/
footer h1 {
  font-size: 30px;
}


/*フッターエリア中見出し*/
footer h2 {
  font-size: 25px;
  font-style: italic;
}


/*フッターエリア小見出し*/
footer h3 {
  font-size: 18px;
  font-style: italic;
}




/* =======================================
　ボタン
======================================= */

/*------- ボタン共通 -------*/
.j-calltoaction-link {
  text-align: inherit !important;
}

.button {
  display: block !important;
}



/*------- ボタン1 -------*/
a.j-calltoaction-link.j-calltoaction-link-style-1 {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #FFF;
  border-radius: 0;
  background-color: #FFF;
  color: #000 !important;
  text-decoration: none !important;
  ;
}

a.j-calltoaction-link.j-calltoaction-link-style-1:hover {
  background-color: transparent;
  color: #FFF !important;
  text-decoration: none !important;
}



/*------- ボタン2 -------*/
a.j-calltoaction-link.j-calltoaction-link-style-2 {
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  max-width: 300px;
  width: 100%;
  border: 2px solid #a8b38f;
  border-radius: 50rem;
  background: #a8b38f;
  color: #FFF !important;
  text-align: center !important;
  text-decoration: none !important;
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}

a.j-calltoaction-link.j-calltoaction-link-style-2::after {
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/mail-icon.png) no-repeat left center;
  background-size: contain;
  content: '';
  vertical-align: -8px;
}

a.j-calltoaction-link.j-calltoaction-link-style-2:hover {
  opacity: .8;
}



/*------- ボタン3 -------*/
a.j-calltoaction-link.j-calltoaction-link-style-3 {
  display: block;
  color: #000;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  border: none;
}




/* =======================================
　画像
======================================= */

/*------- 画像リンク -------*/
a img:hover {
  opacity: .85;
}




/* =======================================
　表
======================================= */

/*------- 表スタイル -------*/
table tr td {
    border: 1px solid #000;
    padding: 5px 10px !important;
}




/* =======================================
　全体レイアウト
======================================= */

/*------- コンテナレイアウト -------*/
#container {
  background: #F5F4F2;
}




/* =======================================
　ヘッダーエリアレイアウト
======================================= */

/*ヘッダーエリアレイアウト共通*/
header {
  background: #F5F4F2;
}



/*------- タグラインレイアウト -------*/
header #tag-line {
  background: #4A473C;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #tag-line {
    height: 50px;
  }

  #tag-line p {
    visibility: hidden;
  }
}



/*------- グローバルヘッダーレイアウト -------*/

/*グローバルヘッダーレイアウト共通*/
header #global-header {
  position: relative;
  z-index: 100;
  display: flex;
  margin: 0 auto;
  padding: 15px 20px 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #global-header {
    padding: 0 !important;
    justify-content: flex-start;
  }
}


/*ロゴレイアウト*/
header #global-header-logo {
  margin: 0 20px;
  max-width: 280px;
}

header #global-header-logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #global-header-logo {
    margin: 0 auto !important;
    padding: 20px 20px 15px;
  }
}


/*電話番号レイアウト*/
header #phone {
  display: flex;
  padding: 0 20px;
  justify-content: flex-end;
}

header #phone a {
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}

header #phone a::before {
  display: inline-block;
  padding-right: 15px;
  width: 25px;
  height: 25px;
  background: url(../images/tel-icon.png) no-repeat left center;
  background-size: contain;
  content: '';
  vertical-align: -2px;
}

@media screen and (max-width: 768px) {
  #global-header-right {
    padding: 0;
    height: 0;
  }

  .cc-indexpage #global-header-right {
    display: flex;
    padding: 5px;
    height: auto;
    width: 100%;
    background: #EAEAEA;
    align-items: center;
    justify-content: center;
  }

  #phone {
    display: none !important;
  }

  .cc-indexpage #phone {
    display: block !important;
  }
}



/*------ メインビジュアルレイアウト ------*/

/*メインビジュアルレイアウト共通*/
header #main-visual {
  min-height: 350px;
  height: 30vw;
  background: url(../images/main-visual-detail.jpg) no-repeat center;
  background-size: 160vw;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}


/*メインビジュアルレイアウト（トップページのみ）*/
.cc-indexpage header #main-visual {
  min-height: 400px;
  max-height: 550px;
  height: 45vw;
  background: url(../images/main-visual.jpg) no-repeat center;
  background-size: 240vw;
}


/*メインビジュアルレイアウト（スマートフォン表示）*/
@media screen and (max-width: 480px) {
  header #main-visual {
    min-height: 270px;
  }

  .cc-indexpage header #main-visual {
    height: 40vw;
  }
}




/* =======================================
　コンテンツエリアレイアウト
======================================= */

/*------ コンテンツエリア全体レイアウト ------*/

/*コンテンツエリアレイアウト共通*/
#content {
  margin: -50px auto 0;
  position: relative;
  z-index: 10;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  max-width: 1160px;
  width: 100%;
  justify-content: space-between;
}


/*コンテンツエリアレイアウト（トップページのみ）*/
.cc-indexpage #content {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #content {
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
  }
}



/*------ メインエリアレイアウト ------*/

/*メインエリアレイアウト共通（2カラム）*/
main {
  margin: 0;
  padding: 30px 40px 40px;
  max-width: 800px;
  width: 72%;
  background: #FFF;
  box-sizing: border-box;
  min-height: 500px;
}


/*メインエリアレイアウト（トップページのみ）*/
.cc-indexpage main {
  margin: 0 auto;
  padding: 40px 0 0;
  max-width: 100%;
  width: 100%;
  background: transparent;
}


/*メインエリアレイアウト（サブページの1カラム）*/
#subpage-single main {
  /*ページIDに置き換える*/
  margin: 0 auto;
  padding: 30px 40px 40px;
  max-width: 100%;
  width: 100%;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  main {
    padding: 20px;
    max-width: 100%;
    width: 100%;
  }
}



/*------ サイドエリアレイアウト ------*/

/*サイドエリアレイアウト共通*/
aside {
  margin: 0 0 0 3%;
  max-width: 280px;
  width: 25%;
}

aside #side {
  box-sizing: border-box;
  height: 100%;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  aside {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  aside #side {
    padding: 20px;
    background: #F5F3F2;
  }
}


/*サイドエリアレイアウト（トップページのみ）*/
.cc-indexpage aside {
  display: none;
}


/*サイドエリアレイアウト（サブページの１カラム）*/
#subpage-single aside {
  /*ページIDに置き換える*/
  display: none;
}


/*サイドエリアレイアウト（ナビゲーション）*/
aside nav#side-nav {
  padding: 0;
  background: #E4E4E4;
}

nav#side-nav > div {
  width: 100%;
}

aside #side nav#side-nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 768px) {
  aside #side #side-nav {
    display: none;
  }
}


/*サイドエリアレイアウト（固定コンテンツ）*/
aside #side #fixed-area {
  position: sticky;
  top: 10px;
  box-sizing: border-box;
  padding: 20px 25px;
  width: 100%;
  height: auto;
}

aside #side #fixed-area p {
  margin: 0 0 20px !important;
  padding: 0 !important;
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  aside #side #fixed-area {
    padding: 20px 0;
  }
}




/* =======================================
　フッターエリアレイアウト
======================================= */

/*------ フッターエリアレイアウト共通 ------*/
footer {
  background: url(../images/sidearea.jpg) no-repeat center;
  background-size: cover;
}



/*------ フッターエリアレイアウト（ナビゲーション） ------*/
footer nav#footer-nav {
  padding: 10px 0 40px;
}

@media screen and (max-width: 768px) {
  footer nav#footer-nav {
    display: none;
  }
}



/*------ フッターエリアレイアウト（グローバルフッター） ------*/
footer #global-footer {
  padding: 0 40px 70px;
  min-height: 100px;
}

@media screen and (max-width: 768px) {
  footer #global-footer {
    padding: 70px 40px;
  }
}



/*------ フッターエリアレイアウト（ボトムエリア） ------*/
footer #footer-bottom {
  padding: 25px 30px;
  background: #3A3833;
}

footer #footer-bottom .jimdo-free-footer-ad.jimdo-kddi-footer > p {
  margin-left: 188px !important;
  padding-left: 10px !important;
}

@media screen and (max-width: 480px) {
  footer #footer-bottom .jimdo-free-footer-ad.jimdo-kddi-footer > p {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  footer #footer-bottom .jimdo-free-footer-ad p {
    border: none !important;
  }
}




/* =======================================
　ナビゲーションレイアウト
======================================= */

/*------ ナビゲーションレイアウト（ヘッダーエリア） ------*/
@media screen and (min-width: 769px) {
  header #nav-top #toggle {
    display: none;
  }

  header nav#header-nav {
    justify-content: flex-end;
  }

  header nav#header-nav ul li a:link,
  header nav#header-nav ul li a:visited {
    color: #737373 !important;
  }
}



/*------ ナビゲーションレイアウト（フッターエリア） ------*/
@media screen and (min-width: 769px) {
  footer nav {
    justify-content: center;
  }
}
