@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  サイト全体共通css
=================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */
/*----------------------------------------------------------------------------------
		 								body、リンク色etc
------------------------------------------------------------------------------------*/
/* pc sp */
@media only screen and (min-width: 680px) {
  .pc {
    display: block; }

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

  .sp {
    display: block; } }
/* pc sp txt*/
@media only screen and (min-width: 680px) {
  .pcTxt {
    display: block; }

  .spTxt {
    display: inline; } }
@media only screen and (max-width: 679px) {
  .pcTxt {
    display: inline; }

  .spTxt {
    display: block; } }
/* style */
.fr {
  float: right; }

.fw-b {
  font-weight: bold; }

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

@media only screen and (max-width: 679px) {
  .ta-c-sp {
    text-align: center; } }

.ta-l {
  text-align: left; }

.ta-r {
  text-align: right; }

.va-m {
  vertical-align: middle; }

.mb-0 {
  margin-bottom: 0 !important; }

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

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

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

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

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

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

/* 基本リンク色 */
a {
  text-decoration: none;
  cursor: pointer; }

:hover {
  text-decoration: none;
  transition: all 0.5s ease; }

.hover_img {
  transition: alignleft 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

:hover.hover_img {
  opacity: 0.65; }

.hover_img2 {
  background-color: #fff;
  /*背景に白を設定*/
  display: block;
  /*ブロック化重要！*/ }

.hover_img2 img {
  transition: all 0.5s ease; }

:hover.hover_img2 img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

body {
  color: #FFA54D;
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  overflow: hidden;
  background-color: #fff; }

/*----------------------------------------------------------------------------------
		 								col 
------------------------------------------------------------------------------------*/
@media only screen and (max-width: 679px) {
  .u-col-sp100 {
    width: 100% !important; } }

/*----------------------------------------------------------------------------------
		 								pagetop 
------------------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 40px; }

/*----------------------------------------------------------------------------------
		 								header 
------------------------------------------------------------------------------------*/
#topHeader {
  width: 100%;
  margin: 0 auto;
  background: #FFA54D;
  padding: 20px 0;
  overflow: hidden; }
  @media only screen and (max-width: 879px) {
    #topHeader {
      padding: 15px 0 10px; } }

#headerInner {
  width: 956px;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 879px) {
    #headerInner {
      display: block;
      width: 100%; } }

.logoHeader {
  width: 250px;
  margin: 0 auto; }
  @media only screen and (max-width: 879px) {
    .logoHeader {
      width: 178px; } }
  .logoHeader img {
    width: 100%; }

.headerContents {
  width: 33.3%; }
  @media only screen and (max-width: 879px) {
    .headerContents {
      width: 100%; } }

@media only screen and (max-width: 1039px) {
  .nav-item {
    width: 170px;
    margin: 0 auto;
    margin-top: 5px;
    height: 40px; } }
.nav-item a {
  float: right;
  margin: 0 10px;
  position: relative;
  top: 7px;
  right: -20%;
  margin-bottom: 1em;
  font-size: 13px;
  color: #fff; }
  @media only screen and (max-width: 1039px) {
    .nav-item a {
      float: left;
      right: 0;
      top: 15px; } }
  .nav-item a:hover:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100%;
    height: 6px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px; }
    @media only screen and (max-width: 1039px) {
      .nav-item a:hover:before {
        width: 0; } }

/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
#footer {
  background: #FFA54D;
  padding: 15px 0 10px;
  color: #fff; }
  #footer h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 90px; }
    @media only screen and (max-width: 1039px) {
      #footer h1 {
        font-size: 18px;
        margin-bottom: 25px;
        margin-top: 10px;
        line-height: 2.0; } }

#footerInner {
  width: 956px;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1039px) {
    #footerInner {
      width: 100%;
      display: block; } }

.footerContents {
  width: 20%; }
  @media only screen and (max-width: 1039px) {
    .footerContents {
      width: 100%; } }

.footerContents__center {
  width: 60%; }
  @media only screen and (max-width: 1039px) {
    .footerContents__center {
      width: 100%;
      margin-bottom: 20px; } }

.logoFooter {
  text-align: center;
  margin-bottom: 10px; }

.footerIconList {
  display: flex;
  align-items: center;
  padding: 15px 0;
  width: 140px;
  float: right;
  margin-right: -18%; }
  @media only screen and (max-width: 1039px) {
    .footerIconList {
      padding: 10px 0 15px;
      float: none;
      margin: 0 auto; } }

.footerIcon {
  width: 25%;
  text-align: center; }

.copyright {
  margin: 20px auto 0;
  font-size: 12px;
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 1039px) {
    .copyright {
      margin: 15px auto 0; } }
