/*
Theme Name: iijimaseitaro
Author: Piece
Description: company site
Version: 1.0
*/



/* INFORMATION ================================================

【飯島清太郎商店】：2026/03


 * CSS NAME      : style.css
 
 01. reset
 02. common
 03. top
 04. 商品一覧
 05. 私たちについて
 06. うめメモ
 07. レスポンシブ
 08. カスタマイズ
  
==============================================================*/


/* 				  */
/*	  01.reset 　 */
/*				  */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
 
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
 
html{
  overflow-y: scroll;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
 
*, *:before, *:after {
  box-sizing: border-box;
}
 
blockquote, q {
  quotes: none;
}
 
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
 
input, textarea {
  margin: 0;
  padding: 0;
}
 
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
  -webkit-appearance: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
 
ol, ul{
  list-style: none;
}
 
table{
  border-collapse: collapse; 
  border-spacing: 0;
  width: 100%;
}
 
caption, th{
  text-align: left;
}
 
a:focus {
  outline:none;
}
 
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
 
img {
  max-width:100%;
}

/* WP用reset */

form input[type="text"], form input[type="email"], form textarea{
	border: none;
	display:block;
	font-size:1.2em;
	padding:1em;
	width:100%;
}
.form_check{
	font-size: 12px;
	margin-top: 40px;
}
input[type="checkbox"]{
	margin: 0 1em 0 0.5em;
}
form input[type="text"]:focus, form input[type="email"]:focus, form select:focus, form textarea:focus{
	background: #f2edec;
}
.wpcf7-form table tr th, .wpcf7-form table tr td{
	vertical-align:middle;
	font-size: 15px;
}
.wpcf7-submit, #goback, #confirmation{
    cursor: pointer;
}

#wpcf7-f93-o1 form p{
    text-align: left;
}
.wpcf7-validates-as-number{
    font-size: 21px;
    vertical-align: -1px;
}

.acceptance_div{
    text-align: center;
    font-size: 16px;
    margin-bottom: 3em;
}

#submit input + span{
    display: block;
}

#wpcf7-f7-o1{
    background: #fff;
    padding: 2em;
    margin: 2em 0;
}
.wpcf7-form dl dt, .wpcf7-form dl dd{
    display: inline;
}
.wpcf7-form dl dt small{
    font-size: 12px;
    color: #ca4e26;
    margin-left: 0.3em;
}
.wpcf7-form > p{
    text-align: center;
}
.wpcf7-submit{
    background: #ca4e26;
    color: #fff;
    padding: 1em 2em;
    margin: 1em;
}

/* iOS用reset */

textarea, input[type="text"], input[type="email"] {
    border-radius : 0;
}

/* 				  */
/*	  02.common   */
/*				  */


	body {
		background: #f7f4e9;
		font-size: 14px;
		line-height: 1.5;
        color: #403320;
	}

header,article{
    width: 960px;
    margin: 0 auto;
}
footer{
    width: 100%;
}

/* リンクスタイル */

	a {
		color: #403320;
		text-decoration: none;
	}
a, a img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover, a img:hover{
	opacity: .7;
}

.nav_order a{
    color: #ca4e26;
}
.nav_global a:hover, .nav_order a, .nav_sns a:hover{
    text-decoration: underline;
}

.link{
    font-size: 13px;
}
.link::after{
    content:"\f105";
	font-family: 'FontAwesome';
	padding-left: 3em;
    color: #ca4e26;
}

/* 見出しスタイル */

#catch{
    padding-top: 7em;
}
.ptitle{
    padding-top: 5em;
}
#umeboshi ul li h3{
    font-size:21px;
    font-family:"Noto Serif JP";
    color:#ca4e26;
    font-weight:500;
    margin-left: 1em;
}
#pic_recipe h3{
    margin-top:-50px;
}
#contact h3, #privacy h3{
    font-size: 24px;
    letter-spacing: 0.2em;
    font-family:"Noto Serif JP";
}

/* リストスタイル */

.product_list{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin: 6em 0;
}
.product_list > figure{
    width: 50%;
}
.product_list > figure > img{
    width: 100%;
    height:auto;
}
.product_list > div{
    width: 36%;
    margin: 0 70px;
}
.product_list > div strong{
    display: block;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP";
    font-weight: 600;
}
.product_list > div small{
    font-family: "Noto Serif JP";
    display: block;
    font-size: 12px;
    text-align: right;
}
.product_list > div p{
    line-height: 2;
    margin: 2.4em 0;
}
.product_list > div div{
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
}
.product_list > div div dl{
    margin-bottom: 1em;
    line-height: 2;
}

/*---------------
    header
---------------*/

#top_header_container{
    height: 1100px;
    background-image:url("img/mainimg_umeboshi@2x.jpg"),url("img/mainimg_bg@2x.jpg");
    background-repeat:no-repeat, no-repeat;
    background-position:top center,top center;
    background-size: 490px,cover;
    padding: 1.5em;
    text-shadow:0 0 10px #fff;
}
#top_header{
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse;
}

#about_header_container{
    height: 1100px;
    background-image:url("img/mainimg_about@2x.jpg");
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    padding: 1.5em;
    text-shadow:0 0 10px #fff;
}
#product_header_container{
    height: 385px;
    background-image:url("img/mainimg_product@2x.jpg");
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    padding: 1.5em;
    text-shadow:0 0 10px #fff;
}
#recipe_header_container{
    height: 385px;
    background-image:url("img/mainimg_recipe@2x.jpg");
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    padding: 1.5em;
    text-shadow:0 0 10px #fff;
}

nav{
  font-family: "Noto Serif", serif;
    font-size: 12px;
    letter-spacing:0.05em;
    line-height: 2.5;
}
.nav_order{
    margin: 2em 0;
}
.nav_sns li::before{
    content:"\f16d";
	font-family: 'FontAwesome';
	padding-right: 0.2em;
}

/*---------------
    footer
---------------*/

/* コピーライト */

footer p{
    font-size: 12px;
    text-align: center;
    margin: 2em 0 0.2em;
}
.pagetop{
    right: 10px;
    position: fixed;
}

#sb_instagram{
    background: #f1ebdf;
}
#instabox{
    width: 90%;
    margin: 0 auto;
}

/* 				  */
/*	   03.top     */
/*				  */

/*-----------------------
　このまちのこと
-----------------------*/
#town{
    width: 500px;
    margin: 0 auto;
    padding: 80px 2em;
}
#town figure{
    display: flex;
    flex-direction:row-reverse;
    justify-content:space-between;
}
#town figure strong + img{
    padding: 80px 0;
}
/*-----------------------
　私たちの梅干しのこと
-----------------------*/
#umeboshi ul{
    width: 500px;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
}
#umeboshi ul li{
    display: flex;
    flex-direction:row-reverse;
    justify-content: space-between;
    width:430px;
    margin-top:4em;
}
#umeboshi ul li:nth-child(odd){
    justify-content: flex-end;
}
#umeboshi ul li:nth-child(even){
    justify-content: flex-start;
}
#umeboshi ul li h3, #umeboshi ul li div{
    writing-mode:vertical-rl;
}
#umeboshi ul li div{
    line-height:2;
    letter-spacing:0.05em;
}
#umeboshi ul li div p{
    margin: 2em;
}
/*-----------------------
　うめメモ
-----------------------*/
#pic_recipe{
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: 6em auto;
    background:#f1ebdf;
}
#pic_recipe > div{
    padding: 2em 1em 0;
}
#pic_recipe > div > ul{
    margin:2em 0;
    line-height:2.4;
}
#pic_recipe > div > ul li::before{
    content:"\f00c";
	font-family: 'FontAwesome';
	padding-right: 0.2em;
    color: #ca4e26;
}
/*-----------------------
　商品一覧
-----------------------*/
#pic_product{
    width: 865px;
    margin: 5em auto;
}
.pic_product_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pic_product_list > li > figure{
    width:100%;
}
.pic_product_list li{
    width: 45%;
}
.pic_product_list > li > figure > img{
    width: 100%;
    height:auto;
}
.pic_product_list li div{
    padding: 0.7em;
}
.pic_product_list li div strong{
    display: block;
    font-size: 21px;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP";
    font-weight: 600;
}
.pic_product_list li div small{
    font-family: "Noto Serif JP";
    display: block;
    font-size: 12px;
    text-align: right;
}
.pic_product_list li div p{
    font-size: 13px;
    margin: 2em 0;
    line-height: 2;
}

/* 				  　　　　　　*/
/*	   04.商品一覧　　　　　　　*/
/*				　　　　　　  */

.product_list div strong a{
    font-size: 12px;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    letter-spacing: 0.05em;
    background: #fff;
    display: inline-block;
    border-radius:25px;
    padding: 0 1em;
    line-height: 2;
    vertical-align:middle;
    margin-left: 1em;
}
.product_list .link{
    text-align: right;
}

/* 				  　　　　　　*/
/*	   05.私たちについて　　　 */
/*				　　　　　　  */

#about{
    padding: 10em 2em 0;
}
#about figure{
    display: flex;
    flex-direction:row-reverse;
}
#about figure strong + img{
    padding: 80px;
}
#outline dl{
    display: table;
    line-height: 1.9;
}
#outline dl dt, #outline dl dd{
    display: table-cell;
    font-family: "Noto Serif", serif;
    font-size: 12px;
    letter-spacing:0.05em;
}
#outline dl dt{
    width: 100px;
}
#outline dl dd::before{
    content: ":";
    margin-right: 1em;
}

/*-----------------------
　お問合せ
-----------------------*/
#contact, #privacy{
    width: 700px;
    margin: 5em auto;
}
#contact h3 + div, #privacy h3 + p, #privacy > ol > li{
    margin: 2em 0;
}
#contact h3 + div p{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 0.5em;
}
#contact > ul{
    display: flex;
    width: 520px;
}
#contact > ul > li{
    padding: 2em 4em;
    letter-spacing: 0.04em;
}
#contact > ul > li:first-child{
    border-right: 1px solid #403320;
}
#contact > ul > li a{
    font-size: 15px;
    font-family: "Noto Serif", serif;
    color: #ca4e26;
}

#privacy h3 + p, #privacy > ol > li, #privacy > ol + ul{
    font-size: 12px;
}
#privacy > ol > li dl dd ul li{
    list-style:inside;
}

/* 				  　　　　　　*/
/*	   06.うめメモ　　　　　    */
/*				　　　　　　  */

#recipe{
    width: 865px;
    margin: 5em auto;
}
#recipe > div{
    display: flex;
    justify-content: space-between;
    margin-bottom:4em;
}
#recipe > div > figure{
    width: 30%;
    overflow:hidden;
    border-radius:20px;
}
#recipe > div > figure > img{
    width: auto;
    height: 100%;
}
#recipe > div > div{
    width: 70%;
    margin: 0 40px;
}
#recipe > div > div strong{
    display: block;
    font-size: 24px;
    letter-spacing: 0.025em;
    font-weight: 600;
}
#recipe > div > div strong::before{
    content:"\f00c";
	font-family: 'FontAwesome';
	padding-right: 0.4em;
    color: #ca4e26;
}
#recipe > div > div span{
    display: block;
    text-align: right;
}
#recipe > div > div p{
    line-height: 2;
    margin: 2.4em 0;
}
#recipe .link{
    text-align: right;
}


/* 		    		  　*/
/*	  07.レスポンシブ     */
/*				 　     */

@media screen and (max-width:1024px ){
    header, article, footer, #pic_product, #recipe{
        width: 100%;
    }
}
@media screen and (max-width:740px ){
    #pic_recipe, .product_list, .pic_product_list, #contact, #privacy, #recipe > div{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    #recipe > div > div, #recipe > div > figure{
        width: 100%;
        margin: 0;
    }
    .product_list{
        padding-bottom: 2em;
    }
    #contact, #privacy{
        padding: 2em 0;
    }
    #pic_recipe{
        text-align: center;
    }
    .product_list > figure, .product_list > div, .pic_product_list li, #umeboshi ul, #town{
        width: 100%;
    }
    .product_list > div{
        margin: 0;
    }
    .product_list > div div dl{
        line-height: 1.5;
    }
    .product_list > div div dl dt, .product_list > div div dl dd{
        display: inline;
        margin: 0 1em;
    }
    .pic_product_list li{
        margin: 3em 0;
    }
    #umeboshi ul, #umeboshi ul li{
        width: 100%;
        display:block;
        text-align: center;
    }
    #umeboshi ul li h3{
        margin-left: 48%;
    }
    #umeboshi ul li img{
        margin-top:1em;
    }
    #umeboshi ul li div{
        writing-mode:horizontal-tb;
    }
    aside{
        margin-top:5em;
    }
    .link{
        text-align: center;
    }
    header{
        background-size:70%,cover;
    }
    #recipe > div{
        margin-bottom: 5em;
    }
}
@media screen and (max-width:520px ){
    #top_header_container nav li a, #top_header nav .nav_sns li::before{
        color: #fff;
    }
    #about figure{
        display: block;
        text-align: center;
    }
    #about figure strong + img{
        padding: 44px;
    }
    #contact > ul{
        width: 100%;
        display: block;
    }
    #contact > ul > li:first-child{
        border-right:none;
    }
    #contact > ul > li{
        padding: 0;
    }
}

/* 		    		  　*/
/*	  08.カスタマイズ     */
/*				 　     */

/*-----------------------
　Instagram
-----------------------*/

.sbi_load_btn:hover{
    cursor: pointer;
}