/*
Theme Name: Ichikawa ec
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/


/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			Collne Inc.
Author URI:		https://www.collne.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/

@charset "UTF-8";

body {
    /* font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #525263;
    transition: z-index 0ms 5.28455ms;
/*     background: #f6f6f6; */
    margin: 0;
}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

.head {
	/* font-family: "montserrat", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; */
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    padding: 0.5em 0.5em 1rem 0;
    position: relative;
	display:flex;
	align-items: center;
    color: #333333;
    font-size: 19.8px;
    margin: 1em 0;
    line-height: 1.5;
    letter-spacing: 0.07em;
}

.head::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #ddd, #ddd 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.head span {
    font-size: 14px;
/*     color: #ffe000; */
	font-weight: 700;
    font-style: normal;
	letter-spacing: 0.2em;
}

.head span.tag {
    content: '●';
	width: 120px;
    color: white;
    font-size: 12px;
    font-weight: 700;
	text-align: center;
    letter-spacing: 0.2em;
    margin-right: 15px;
    background: #ff7c00;
    padding: 0.2em 0.5em;
}

.head_c {
	font-family: "montserrat", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
    text-align: center;
    color: #131313;
    margin-bottom: 1em;
 line-height: 1.8;
}

.head_c span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
	letter-spacing: 0.2em;
}

.search-box {
    display: none;
}

#site-navigation ul li:first-child,
#site-navigation li {
    border: none;
}

.news-head {
	font-family: "montserrat", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-align: center;
    margin-bottom: 40px;
}

.news-head .ja:before, .news-head .ja:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
}

.news-head .ja{
    display: inline-block;
    line-height: 1.35;
    position: relative;
}

.news-head .ja:before {
    right: calc(100% + 25px);
}

.news-head .ja:after {
    left: calc(100% + 25px);
}

.news-head .en {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.0;
    margin-top: 10px;
}






/* .news-head {
    margin: 1em 0;
	color: #2a3d57;
	font-size: 19.8px;
	font-weight: bold;
    line-height: 1.5;
	letter-spacing: 0.07em;
}

.news-head span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffe000;
} */

/* .news-head {
	margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
	font-size: 19.8px;
	color: #2a3d57;
	letter-spacing: 0.07em;
}

.news-head::before,
.news-head::after {
  content: '';
  flex-grow: 0.05;
  height: 1px;
  background: #131313;
}

.news-head::before {
  margin-right: 20px;
}

.news-head::after {
  margin-left: 20px;
} */



.bg-shop_g {
	background: #eee;
}

.arrow_right {
  position: relative;
  padding-left: 25px;
}

.arrow_right::before { 
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px; 
  height: 6px; 
  border-top: 2px solid #2a3d57;
  border-right: 2px solid #2a3d57; 
  transform: rotate(45deg); 
	transition: 0.3s;
}

.arrow_right a:hover:before{
	right: 15px;
	transition: 0.3s;
}

.arrow_left {
  position: relative;
  padding-left: 25px;
}

.arrow_left::before { 
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px; 
  height: 5px; 
  border-top: 2px solid #2a3d57; 
  border-right: 2px solid #2a3d57; 
  transform: rotate(45deg); 
	transition: 0.3s;
}

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

.small {
	font-size: 12px;
}


/* =header
-------------------------------------------------------------- */
header {
    margin-bottom: 0;
}
.menu-main-container {
    background: #ff7c00;
}
ul#menu-global-menu,
ul#menu-main {
    display: flex;
    justify-content: space-between;
}

/* -- .site-title -- */


/* =front-page.php
-------------------------------------------------------------- */
/* -- main-image -- */
.main-image {
	margin: 0 auto 3em;
}

.main-image img {
	width: 100%;
}

/* -- .front-il -- */
.front-il {
    letter-spacing: 0;
}
.front-il article {
	padding-top: 0;
    margin: 0;
	width: 90%;
    margin-bottom: 3em!important;
}

.rank_box,
.reco_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.front-il .rnkloop {
	position: relative;
}

.front-il article:nth-of-type(even){
    /* margin: 0; */
}

.front-il .rnkloop:first-of-type::after {
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;
	height: 50px;
  background: url(/wp-content/themes/ichikawa_ec/images/rank1.png)no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.front-il .rnkloop:nth-of-type(2)::after {
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;
	height: 50px;
  background: url(/wp-content/themes/ichikawa_ec/images/rank2.png)no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.front-il .rnkloop:nth-of-type(3)::after {
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;
  height: 50px;
  background: url(/wp-content/themes/ichikawa_ec/images/rank3.png)no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.front-il .rnkloop:nth-of-type(4)::after {
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;
  height: 50px;
  background: url(/wp-content/themes/ichikawa_ec/images/rank4.png)no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.front-il .itemname {
	color: #131313;
	font-weight: bold;
}

.front-il .itemname a {
	color: #131313;
}

.front-il .itemprice {
	font-weight: normal;
	text-align: left;
}

.front-il .itemimg {
    margin: 0 auto .357143em;
}
.front-il .news-list {
	width: 100%;
}

.news {
	margin: 5em 0;
	padding: 3em 1.5em;
	background: #f7f7f7;
/* 	border-top: 5px solid #2a3d57; */
}

.news .news-list li {
	letter-spacing: 0.07em;
    border-radius: 15px;
    background: #fff;
}

.news .news-list li a {
	padding: 1em;
	display: block;
	color: #4B6D99;
}

.news .news-list li .date {
	color: #999;
    display: block;
}
span.news_date {
    padding-right: 1em;
}


/* =contact
-------------------------------------------------------------- */
.contact-table {
	width: 100%;
}

.contact-table p {
	margin-bottom: 0;
}

.contact-table th {
	width: 30% !important;
}


span.emphasis {
	padding: 0.2em;
	font-size: 12px;
	color: #fff;
	background: #DE5D50;
	border-radius: 2px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
}








/*---- widget_welcart_calendar ----*/
.widget_welcart_calendar table {
	width: 46%;
	margin: 0 2% 2%;
	border: none;
	border-collapse: collapse;
	float: left;
}
.widget_welcart_calendar th {
	padding: 3px 0;
	color: #131313;
	background-color: #f3f3f3;
	border: none;
	font-weight: bold;
	text-align: center;
}

.widget_welcart_calendar th:first-child {
	color: #DE5D50;
}

.widget_welcart_calendar th:last-child {
	color: #0179f5;
}

.widget_welcart_calendar td {
	padding: 3px 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	border-right: none;
	border-left: none;
}

.widget_welcart_calendar .businessday {
	background-color: #f3b9c5;
}

/* = .entry-content,item-description
-------------------------------------------------------------- */
/* -- table -- */
.entry-content table,
.item-description table {
	margin-bottom: 2em;
}

.detail-box {
	color: #131313;
}

.detail-box table {
	width: 100%;
	border: none;
}

.detail-box table th, .detail-box table td {
	padding: 8px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.detail-box table th {
	width: 35%;
	text-align: left;
}



/* -- h1,h2,h3,h4,h5 -- */
.entry-content h2, .item-description h2 {
	border-bottom: 3px solid #2a3d57;
	color: #2a3d57;
}
.entry-content h3,
.item-description h3 {
	border-left: 5px solid #2a3d57;
	color: #2a3d57;
}

.item-description h3.ttl {
	margin-bottom: 0.5em;
	padding-left: 0;
	border-left: none;
	font-weight: bold;
	font-size: 16px;
}

h2.item-name {
	color: #2a3d57;
	font-size: 18px;
	line-height: 1.5;
} 


/* =footer-guide
-------------------------------------------------------------- */
.footer-guide {
	width: 100%;
	padding: 2.5vh 15px;
	margin: 0 auto;
}

.footer-guide h3 {
	margin-bottom: 1em;
	padding: 0.55em 0 0.55em 0;
	border-bottom: 1px dashed #4B6D99;
	color: #2a3d57;
	font-size: 16px;
}

.footer-guide h4 {
	position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 15px;
    border: none;
    margin-bottom: 1em;
    color: #777777;
}

.footer-guide h4::before {
    content: '';
    background: #dddddd;
	width: 8px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-guide .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.footer-guide .inner .box {
	margin: 0 0 40px 0;
	width: 100%;
}



.footer-guide .inner .box .text {
	font-size: 14px;
	line-height: 1.5;
}


.footer-guide .inner .list {
	margin: 1em 0;
    list-style:  none;
    padding: 0;
}

.footer-guide .inner .list .item {
    padding-left: 1em;
    text-indent: -0.6em;
	line-height: 1.5;
}
 
.footer-guide .inner .list .item:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #2a3d57;
    border-radius: 50%;
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.footer-guide .guide-btn {
    padding: 5px 5px 5px 20px;
    margin: 1em 0 0 0;
    display: block;
	color: #2a3d57;
    text-decoration: underline;
	transition: 0.3s;
}

.footer-guide .guide-btn:hover {
	color: #777777;
	transition: 0.3s;
}
.widget img {
    margin-right: 10px;
}




/* =footer
-------------------------------------------------------------- */
footer {
	padding: .714286em 1.07143em;
	background-color: #000;
    color: #ff7c00;
}

/* -- a -- */
footer a {
	color: #ff7c00;
	font-size: 14px;
}
footer a:hover {
	color: #777777;
	text-decoration: underline;
}

/* -- nav -- */
.footer-menu {
	display: flex;
    justify-content: center;
	flex-direction: column;
    text-align: center;
}

footer nav li {
	float: none;
	width: auto;
}


/* =contetns
-------------------------------------------------------------- */
/* -- contetns -- */
section.contetns {
	margin-bottom: 3em;
}

.privacy-policy section {
	margin: 2em 0;
}


.side-bnr img {
	width:100%;
	margin: 0 auto 3em ;
	padding: 1em;
}


@media screen and (min-width: 62.5em) {
	
.sp {
	display: none;
}

	/* =header
	-------------------------------------------------------------- */
    h1.site-title, div.site-title {
        padding: 0 0.5em;
    }
    #menu-main li.current-menu-item > a, #menu-main li.current-menu-ancestor > a {
        background-color: #ffa500;
    }
    #menu-main li a:hover {
        background-color: #ffa500;
        color: #fff;
        text-decoration: none;
    }

	/* =front-page.php
	-------------------------------------------------------------- */
	/* -- .front-il -- */
	.front-il article{
	    width: 22% !important;
		margin-bottom: 0 !important;
	}
	.front-il article:last-child {
		margin-right: 0;
	}
    .rank_box, .reco_box {
        flex-direction: row;
    }
    .news .news-list li .date {
        color: #999;
        display: inline-block;
    }
	
	/* = .entry-content,item-description
	-------------------------------------------------------------- */
	/* -- table -- */
	.entry-content th, .item-description th {
	    padding: 20px;
		width: 20%;
		text-align: center;
		background: #f3f3f3;
	    vertical-align: middle;
	}
	
	.entry-content td, .item-description td {
		padding: 20px;
		vertical-align: middle;
	}
	
	
	
	/* =footer-guide
	-------------------------------------------------------------- */
	.footer-guide {
		padding: 5vh 15px;
		width: 1000px;
	}
		
	.footer-guide .inner {
		flex-direction: initial;
	}

	.footer-guide .inner .box {
		margin: 0 20px 0 0;
		width: 22%;
	}
	
	
		/* =footer-guide
	-------------------------------------------------------------- */
	/* -- nav -- */
    .footer-menu {
        flex-direction: initial;
    }
        
        .side-bnr img {
        width: 100%;
        margin: 0 auto 3em ;
            padding: 0;
    }

    	/* =footer-guide
	-------------------------------------------------------------- */

}
