@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/



/******共通用ここから******/

/*赤文字*/
.red {
  color:#d6007f;
}

/*投稿ページリスト余白*/
.article ul li {
  margin-left: 30px;
}

/*画像リンクマウスオーバー*/
img {
  transition: .2s;
}
a:hover img {
  opacity: 0.75;
}

/*文字リンクマウスオーバー*/
a {
  color: #868686;
  transition: color .3s;
  text-decoration: none;
}

a:hover {
  color: #d6007f;
  text-decoration: underline;
}


ol, ul {
  padding-left: 10px;
}

/******共通ここまで******/




/***** タイトルh1英語表記 *****/

.title-en {
  float: right;
  font-size: 16px;
  padding-right: 15px;
  padding-top: 5px;
}

/****** 種料金案内：共通設定 ******/

.print-title {
  color: #01a0ca;
  font-size: 21px;
  font-weight: bold;
}

.print-detail li {
  font-weight: bold;
}

.print-nouki {
  font-size: 21px;
}

.print-other {
  text-align: right;
  padding:10px 0 50px 0;
}

.space-bottom {
  margin-bottom: 8em;
}

/*料金に関するinfoパーツ*/
.print-option {
  width: 60%;
  border-radius:15px;
  border: none;
  background-color: #fa8072;
  color: #FFF;
  text-align: center;
}

.print-optionlist li{
  font-weight: bold;
  list-style-type:none !important;
  list-style-image:none !important;
  margin: 5px 0px 5px 0px !important;
}

/*リストマーク●設定*/
.enmark li{
  position:relative;
  padding-left:35px;
}

.enmark li:after{
  content:'';
  display:block; 
  position:absolute;
  width:13px;
  height:13px;
  top:5px;
  left:15px;
  background: #666666;
  border-radius: 10px;
}

.product .wapf--inner > div:nth-child(1),
.product .wapf--inner > div:nth-child(2){
  display: none;
}

/****** 実績ページ******/
.portfolio-describe {
  margin: 30px 0 60px 50px;
}
.slider {
  max-width: 700px;
  margin: 3% auto;
}
.contener-portfolio {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.box-portfolio {
  width: 44%;
  margin: 3% 3% 5%;
}
.box-portfolio p {
  font-weight: 600;
  margin: 1%;
}
.link-shousai {
  text-align: right;
  margin-top: 2%;
}
.portfolio-text{
  text-align: left;
}

@media screen and (max-width: 780px) {
 .portfolio-describe {
    margin: 20px 0 40px 0;
  }
  .box-portfolio {
    font-size: 0.9em;
  }
  .portfolio-text{
    font-size: 0.75em;
    line-height: 1.75em;
  }
}

/***** heeaderデザイン *****/
.logo {
  text-align: left;
}

.tagline {
  text-align: left;
}

.logo-image {
  padding: 0 0 0 19px;
}

.tagline {
  font-size: x-small;
  color: #000;
  margin-top: 0;
  padding-left: 20px;
}

/*header-営業時間*/
.header-info {
  text-align: right;
  color: #000;
  padding-right: 50px;
}

/*ヘッダ-メニュ-*/
.item-label {
  font-weight: bold;
}

/*カスタム：メイン&カテゴリー&RSS一覧見出し*/
.entry-title,
.archive-title {
  color: #000;
  font-size: 21px;
  padding: 10px 0 5px 15px;
  margin: 8px 0;
  background-color: #eee;
  border-bottom: solid 3px #d6007f;
}

/*フロントページ見出し非表示*/
.front-top-page #main .entry-title {
  display: none;
}

/*フロントページ：RSS*/
.widget_rss {
  widrh: 100%;
  padding: 0 8px;
}

.rss-widget-icon {
  display: none;
}

.main-widget-label {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0 3px 15px;
  margin: 8px 0;
  background-color: #eee;
  border-bottom: solid 3px #d6007f;
}

.main-widget-label a {
  color: #000;
  text-decoration: none;
}

.main-widget-label a:hover {
  color:#d6007f;
}

.widget_rss li {
  border-bottom: dotted 1px #999;
  padding-left: 8px;
}

.widget_rss ul li a {
  color:#d6007f;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}

.widget_rss a:hover {
  text-decoration: underline;
}


/*カスタム：サイドバー背景*/
#sidebar {
  background-color: #f7f7f7;
}

.widget-sidebar h3{
  background-color: #d6007f;
  color: #FFF;
  font-size: 14px;
  padding: 5px 15px;
  margin: 15px 0 3px;
}

/*サイドバー：Shop Info*/
.shop-info{
	margin-bottom:10px;
  text-align:center;
}

.shop-info table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
			margin: 0px;
  }
  .shop-info table th {
    width: 22%;
    border: none;
    box-sizing: border-box;
    padding: 2px;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
  }
  .shop-info table td {
    box-sizing: border-box;
    padding: 2px;
    vertical-align: top;
    text-align: left;
  }


/*ウィジェット：サイドメニュー*/
.widget_nav_menu ul li a {
  color: #868686;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 2px 0px 15px;
  display: block;
}

.widget_nav_menu ul li a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #d6007f;
  text-decoration: underline;
}


/*カテゴリーアイコン非表示*/
  .fa-folder-open:before {
    display: none;
}


/*カテゴリー一覧：タイトル横アイコン*/
.e-card-title::before{
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  margin-right: 3px;
  color: #d6007f;
}


/*実績ページ：ナビゲーション*/
.nav-portfolio {
  font-size: smaller;
  text-align: center;
}

.nav-portfolio li {
  margin: 30px;
  display: inline;
  color: #d6007f;
}



/*パンくずアイコン右寄せ*/
.breadcrumb-home {
  float: right;
}


/*footer:グループバナー*/
.banner_area {
  display: flex;
  flex-wrap: wrap;  
  padding-left: 100px;
}

.footer-banner {
width:			120px;
height:			30px;
overflow:		hidden;
margin:			10px 8px 10px 16px;
position:		relative;	/* 相対位置指定 */
}
.footer-banner .caption {
font-size:		77%;
text-align: 		center;
padding-top:		5px;
color:			#fff;
}
.footer-banner .mask {
width:			100%;
height:			100%;
position:		absolute;	/* 絶対位置指定 */
top:			0;
left:			0;
opacity:		0;	/* マスクを表示しない */
background-color:	rgba(0,0,0,0.7);	/* マスクは半透明 */
-webkit-transition:	all 0.2s ease;
transition:		all 0.2s ease;
}
.footer-banner:hover .mask {
opacity:		1;	/* マスクを表示する */
}


/***Wc:Eメールデザイン***/
.pdf-button {
  background-color: #fff5ee;
  padding: 8px 15px;
}


/*******スマホ用ヘッダースクロール設定*******/

#header-container .navi-in > ul li {
  height: auto;
  font-weight: 600;
  line-height:2.0;
}
#header-container #navi a{
  color:#fff; /* 文字色 */
  padding:0.8em 1em;
}
#header-container #navi a:hover{
  color:#fff; /* マウスホバー時の文字色 */
}
#header-container .navi-in > ul > .menu-item-has-children > a::after {
  top: 0.8em;
  font-size: 1.2em;
  font-weight: 600;
}
#header-container .sub-menu .caption-wrap{
  padding-left:1em;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap{
  height:auto;
}
@media screen and (max-width: 1030px){
 #header-container .menu-mobile{
   display:none;
 }
 .navi-in > .menu-mobile{
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
   overflow-x: scroll;
   white-space: nowrap;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
 }
 #header-container #navi a{
   font-size:0.8em;
   padding: 1em 1.2em;
 }
 #header-container .navi-in > ul > .menu-item-has-children > a::after{
   display:none;
 }
 #navi .navi-in > .menu-mobile li {
   height: auto;
   line-height: 1.8;
 }
 .mblt-header-mobile-buttons {
   margin-top: 53px;
 }
}


/*MAINエリア：コンテンツ表示内空白調節*/

.entry-content {
  padding: 0px 8px;
}

/*ウィジェット追加パーツ*/
.top_main_widget {
    margin-bottom:20px;
    max-width: 672px;
}

/*スマホのみ表示*/
.phone_area{
  display:none;
}
/*WCstepPlugin:余白調節*/
.wpmc-tabs-wrapper {
  padding: 10px 0 100px 0 !important;
}

/*郵便番号0件時の案内非表示*/
#autozip,#autozips,#zip_head,#zip_cnt,#zip_close,#zip_vers,.zip_line { 
  display: none;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}


/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

    .main {
      padding: 5px;
      margin: 0;
    }

    .article ul, .article ol {
      padding-left: 0;
    }

    /*header*/
    .logo-image, .header-info, .tagline {
      text-align: center;
    }

    /*sidemenu*/
    .textwidget.custom-html-widget {
      text-align: center;
    }

    .widget-sidebar h3 {
      font-size: 1.0em;
    }

    .widget_nav_menu ul li a {
      font-size: 0.9em;
      line-height: 1.8em;
    }

    .shop-info {
      padding-left: 10px;
    }

    .shop-info table {
      font-size: 0.9em;
    }

    .shop-info td {
      border-color: #f7f7f7;
    }

    .map {
      width:100%;
    }

    /*投稿ページリスト余白*/
    .article ul li {
      margin-left: 10px;
    }
  
    /*各種料金表箇所*/
    .print-title,.print-nouki {
      font-size: 18px;
    }
  
    .print-other {
      text-align: left;
      padding-bottom: 35px;
    }
  
    .space-bottom {
      margin-bottom: 5em;
    }
  
    .print-option {
      width: 100%;
    }

    .link-banner {
      width: 48%;
    } 

    #header-container #navi a {
      font-size: 1.3em;
    }
}



/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

  /*メインコンテンツの両サイドスペース*/
  main.main {
    padding: 5px !important;
    margin: 0 !important;
  }

  /*共通*/
  .article ul li {
    margin-left: 20px;
  }
  .entry-title, .archive-title, .news-title, .main-widget-label {
    font-size: 1.2em;
  }
  /*sidemenu*/
  .widget-sidebar h3 {
    font-size: 1.2em;
    }

  .widget_nav_menu ul li a {
    font-size: 1.1em;
  }
  
  .header-info {
    padding: 0;
    font-size: x-small;
  }

  /*tableスクロールバー*/
  .sp-scroll-table table{
    border-collapse: collapse;
    margin: 1em 0;
    max-width: 100%;
  }

  .sp-scroll-table th{
    background-color: #009BBF ;
    text-align: center;
    color: #FFFFFF ;
    padding: 1em;
  } 

  .sp-scroll-table td{
    border: solid 1px #ccc ;
    padding: 1em;
    white-space: nowrap;
  }

  .sp-scroll-table {
    overflow-x: auto;
    margin-bottom: 1em;
    max-width: 770px;
  }

  /*フロントページ：RSS*/
  .widget_rss ul li a {
    color:#d6007f;
  }

  .widget_rss li {
    padding-left: 0;
  }


  /*問い合わせ：注意アイコン*/
  .alert-box, .alert {
    display: none;
  }


  /*footer:グループバナー*/
  .banner_area {
    display: flex;
    flex-wrap: wrap;  
    padding-left: 0;
  }

  .footer-banner {
    width: calc(100%/3);
    height: 100%;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
  }
  .copyright {
    margin-top: 0;
    font-size: 80%;
  }

  #header-container #navi a {
    font-size: 1.0em;
  }

  /*スマホのみ表示*/
  .phone_area{
    display:block;
    text-align: left;
  }

  /*WCstepPlugin:余白調節*/
  .wpmc-tabs-wrapper {
    padding: 10px 0 100px 0 !important;
  }
  .wpmc-tab-text {
    font-size: 10px !important;
  }
}