@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

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

/*ヘッダー詰める*/
.entry-title,
.content {
padding: 0;
margin: 0;
}

.logo-image * {
display: block;
margin: auto;
	float:left;
}

#main{
Padding: 0;
margin: 0;
background-color: transparent;
letter-spacing: 0.1em;
font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','モリサワ 新ゴ R','Droid Sans',メイリオ,sans-serif;

}

.navi-in a{
	font-size:14px !important;
	margin: 0;
	text-align: center;
	letter-spacing: 0.1em
}
#navi .navi-in > ul > li:last-child{
	background-color:#48487f;
}

#navi .navi-in > ul > li:last-child a{
	color:#ffffff;
}

#navi .navi-in > ul > li:last-child a:hover{
	background-color:#67679d;
	border-radius:7px;
}

.navi-in{
	margin-bottom:-1px;
}

.entry-content{
	margin:0;
	padding:0;
}

.article-footer.entry-footer {
	display: none;
}

p{
	margin:1em 0;
}

a{
	text-decoration:none;
}



/*タイトル、投稿日時、投稿者の非表示*/
.page .entry-title,
.page .date-tags,
.page .author-info{
  display: none;
}

/*hタグリセット*/
.article h1 {
    padding: 0;
    background: none;
}
.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}
.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}

.article h2 {
	padding:1em 0 0.75em 0;
	margin:0;
	font-weight:600;
	font-size:200%;
	text-align:center;
	color:#48487f;
}

.dot{
	border-bottom: 1px dashed #48487f;
	padding-bottom:0.25em ;
}

.font1 {
	font-size:130%;
	font-weight:bold;
}

.font2{
	font-size:230%;
	font-weight:bold;
}

.sfont{
	font-size:13px;
	font-weight:normal;
}

div .whatsnew hr{
	border:1px dotted #eeeeee;
}

div .whatsnew{
	border:5px solid #f3f3f3;
	padding:2em;
}



/*ボックス*/

contents{
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
	padding:0 2em;
	margin:0 !important;
}

box3{
	width:1160px;
	padding:2em 0 3em 0;
}

.boxin2 {
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
}

.con {
  width:33.3%;
  padding: 0.75em 1.5em;
  margin-bottom: 0.5em ;
}

.con2 {
  width:66.7%;
  padding: 0.75em 1.5em;
  margin-bottom: 0.5em ;
}

.con3 {
  width:50%;
  padding: 0.75em 1.5em;
}

.con4 {
  width:100%;
  padding: 0.75em 1.5em;
}

.con5 {
  width:23%;
  padding:0em;
	margin:0.5em;
	background-color:#f4f4f4;
	border-radius: 10px;
}

.con5 img{
	border-radius: 10px 10px 0 0;
}

.con5 p{
	text-align:center;
	font-size:100%;
	margin:0 0 1em 0;
}

.con6 {
  width:16.5%;
  padding:0.25em;
}

.cover{
	background-color:#f6f6f6;
}

.cover2{
	background: url('http://kobe-worldsewing.com/wp-content/uploads/2021/10/3574489_m.png') left center;
	background-size:cover;
	background-color: rgba(255,255,255,0.7);
	background-blend-mode: lighten;
}

/*-----------メイン画像スライド-----------*/
.box {
  position   : relative;
  max-width  : 1920px;
  height     : 500px;
  margin     : auto;
  overflow   : hidden;
}

.box .bgImg {
display    : block;
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : slideAnime 16s ease infinite;   /* 4画像 × 各5s = 20s */
filter: contrast(130%);
}

.box .src1 {
background:url(http://kobe-worldsewing.com/wp-content/uploads/2021/10/117362_m.png) center center;
	background-repeat:no-repeat;
	background-size:cover;
  animation-delay  : 0s;
}
.box .src2 {
background:url(http://kobe-worldsewing.com/wp-content/uploads/2021/10/2108882_l-scaled.jpg) center center;
	background-repeat:no-repeat;
	background-size:cover;
  animation-delay  : 4s;
}

.box .src3 {
background:url(http://kobe-worldsewing.com/wp-content/uploads/2021/10/117429_m.png) center center;
	background-repeat:no-repeat;
	background-size:cover;
  animation-delay  : 8s;
}

.box .src4 {
background:url(http://kobe-worldsewing.com/wp-content/uploads/2021/10/3574489_m.jpg) center bottom;
	background-repeat:no-repeat;
	background-size:cover;
  animation-delay  : 12s;
}


@keyframes slideAnime {
   0% { opacity: 0; }
  3% { opacity: 1; }
  25% { opacity: 1; }
  28% { opacity: 0; }
 100% { opacity: 0; }
}

.box .boxString{
  position   : absolute;
  display    : inline-block;
  padding    : 0;
  top     : 50%;                               /* 中央寄せ */
  left       : 35%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
	max-width:650px;
	color:#ffffff;
	background:rgba(0,0,0,0.3);
	padding:1.5em 3em 0 3em;
}

/*-----------ボタン-----------*/
.article .btn-flat-logo {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #000;
  text-decoration: none;
	background-color:#48487f;
  transition: .4s;
	margin:1em 0 0 0;
	color:#ffffff;
	min-width:200px;
}

.article .btn-flat-logo:hover{
	opacity:0.7;
}

/*-----------テーブル-----------*/

.article table{
	margin:1em 0;
}

.container table tr{
  background-color: transparent;
}

.order th{
 text-align:left;
 padding:0.5em 2em;
 border-top:1px dotted #999;
 border-bottom:1px dotted #999;
 border-left:transparent;
 border-right:transparent;
	font-weight:normal;
	background-color: transparent;
	font-size:100%;
}

.order td{
 text-align:right;
 padding:0.5em 2em;
 border-top:1px dotted #999;
 border-bottom:1px dotted #999;
 border-left:transparent;
 border-right:transparent;
	font-weight:normal;
	background-color: transparent;
	font-size:100%;
}

.company th{
 text-align:left;
 padding:0.5em 1.5em;
	border:1px solid #cccccc;
	font-weight:normal;
	background-color: #eeeeee;
	font-size:100%;
}

.company td{
 text-align:left;
 padding:0.5em 1.5em;
	border:1px solid #cccccc;
	font-weight:normal;
	background-color: #fff;
	font-size:100%;
}

@media(max-width:500px){
.company th,.company td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.company tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
}

/*------------メールフォーム------------*/

@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid transparent!important;
}

/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 padding:0.75em 2em;
 border:solid 1px transparent;
	font-weight:normal;
	background-color: transparent;
	font-size:100%;
}
/*通常欄*/
.inquiry td{
 border:solid 1px transparent;
	padding:0.75em 1.5em;
	background-color: transparent;
	font-size:100%;
}

/*必須の調整*/
.haveto{
 font-size:80%;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/*任意の調整*/
.any{
 font-size:80%;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
span.wpcf7-list-item {
display: block!important;
}

/*-----------Q&A-----------*/
dl.qa {
 overflow: hidden;
 _zoom: 1;
}
 
dl.qa dd,
dl.qa dt {
 text-indent: -2.6em; 
 padding: 0 20px 0px 50px;
}
 
dl.qa dt {
 margin: 0;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	font-size:110%;
}
 
dl.qa dd:first-letter,
dl.qa dt:first-letter {
 font-weight: bold;
 margin-right: 15px;
 padding: 5px;
}
 
dl.qa dd {
 margin: 10px 0 -1px 0;
 padding-bottom: 20px;
}
 
dl.qa dt:first-letter {
 color: #3498db;
}
 
dl.qa dd:first-letter {
 color: #ff6767;
}

/*-----------ブログ横幅調整-----------*/
.post-template-default .content,
.archive .content,
.category .content{
	max-width:1250px;
	padding:2em;
	margin:0 auto;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.font2{
	font-size:170%;
}
.con3{
  width:100%;
}
.con5 {
  width:45%;
}
.con6 {
  width:30%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.article h2 {
	font-size:140%;
	line-height:160%;
}
.font2{
	font-size:150%;
}
.box {
  height     : 300px;
}
.box .boxString{
  top     : 50%;                               /* 中央寄せ */
  left       : 50%;
	width:100%;
	padding:1.5em 1.5em 0 1.5em;
}
.con, .con2, .con3, .con4 {
  width:100%;
  padding: 0.5em;
}
.con5 {
  width:100%;
}
.con6 {
  width:45%;
  padding:0.25em;
}
.order th{
 padding:0.5em 1em;
	font-size:90%;
}
.order td{
 padding:0.5em 1em;
	font-size:90%;
}
}
