/*
Theme Name:Himawariya 2020

*/

html{
	font-size: 62.5%;
	overflow: auto;
}
body{
  margin:0;
  padding:0;
	font-size: 22px;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1920px;
}


h1{	font-size: 2.6rem;
	line-height: 1.4em;
}
h2{	font-size: 2.2rem;}
h3{	font-size: 2.0rem;}
h4{	font-size: 1.8rem;}
h5{	font-size: 1.6rem;}
p{	font-size: 1.4rem;}
li{	font-size: 1.6rem;}

h1, h2, h3, h4{
	font-style: normal;
	font-weight: normal;
}

.br-pc{ display:none; }

#top_slide img{
	text-align: center;
	margin: 0 auto;
	width: 60%;
	height: auto;
}

#logo_container{
	padding: 30px 0 40px 0;
	border-bottom: solid 10px #FF0004;
	margin-top: 10px;
	text-align: center;
	margin: 0 auto;
}

#logo_container img{
	width: 15%;
	max-width: 500px;
	height: auto;
}



#news_conatainer{
	border-bottom: solid 30px #FF0004;
	padding: 40px 0 40px 0;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 4px;
}

#news_conatainer h2{
	margin-bottom: 30px;
}

#news_conatainer table{
	width: 60%;
	text-align: left;
	margin: 0 auto;
	padding-left: 20%;
	
}

#news_conatainer table tr td:nth-child(odd){
	width: 10%;
	line-height: 1.5em;
	font-size: 1.4rem;
}

#news_conatainer table tr td:nth-child(even){
	width: 50%;
	line-height: 1.5em;
	font-size: 1.4rem;
}

#top_main_contents{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.top_large_box{
	position:	relative;	/* 相対位置指定 */
	width: 50%;
	height: auto;
	padding: 0;
	margin: 0;
	margin-top: -4px;
}

.top_large_box img{
	width: 100%;
	height: auto;
}

.top_midium_box{
	position:	relative;	/* 相対位置指定 */
	width: 25%;
	height: auto;
	padding: 0;
	margin: 0;
	margin-top: -4px;
}

.top_midium_box img{
	position:	relative;	/* 相対位置指定 */
	width: 100%;
	height: auto;
}

.top_small_box{
	position:	relative;	/* 相対位置指定 */
	width: 25%;
	height: auto;
	margin-top: -4px;
}

.top_small_box img{
	width: 100%;
	height: auto;
}


.mask{
	opacity: 0.0;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	transition:		all 0.6s ease;
	padding: 0;
}

.mask:hover{
	opacity:		1;	/* マスクを表示する */
}

#instagram_container{
	margin: 40px 0 60px 0;
}

#instagram_container h1{
	padding-bottom: 30px;
}

#insta_gallery_box{
	width: 66%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: flex-start;

}

#insta_gallery_box img{
	width: 30%;
	height: auto;
	align-self: flex-start;

	margin-bottom: 30px;
}

#footer_menu{
	text-align: right;
	padding-right: 10%;
	font-size: 1.2rem;
	padding-bottom: 30px;
	}

#footer_menu a{
	text-decoration: none;
	color: #000000;
	padding:  0 10px;
}

footer{
	background-color: #ff0004;
	padding: 20px 0;
	color: #FFFFFF;
}


/* プロフィールページ */
#page_container h1{
	padding: 40px 0;
}

#profile_text{
	width: 60%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 60px 0;
}

#profile_text p{
	text-align: left;
	line-height: 1.5em;
}

#page_container h2{
	padding: 40px 0;
}

#profile_table{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
}

#profile_table table tr td:nth-child(odd){
	font-size: 1.6rem;
	text-align: left;
	width: 17%;
	padding-right: 3%;
}

#profile_table table tr td:nth-child(even){
	font-size: 1.6rem;
	text-align: left;
	width: 60%;
	line-height: 1.5em;
}

#gallery_flex{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 80px;
}

#gallery_flex img{
	width: 20%;
	align-self: flex-start;
	height: auto;
}

.border_red{
	width: 40%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	border-bottom: solid #FE2B2F 6px;
}

#gallery_cat_container{
	width: 80%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#gallery_cat_container h1{
	font-size: 3.0rem;
	padding: 50px 0 16px 0;
}

#gallery_cat_container h2{
	font-size: 2.0rem;
	padding-bottom: 40px;
}

#gallery_cat {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	width: 100%;
	height: auto;
}

#gallery_cat a{
	width: 26%;
	height: auto;
	padding-bottom: 30px;
}

#gallery_cat a img{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	align-self: flex-start;

}

/* ギャラリー詳細ページ */
#gallery_container{
	padding-top: 30px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;	
}

#gallery_container h1{
	padding: 10px 0 10px 0;
}

#gallery_text{
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

#gallery_text p{
	text-align: left;
	line-height: 1.5em;
	padding: 30px 0 50px 0;
}

#gallery_list{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	width: 70%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#gallery_list .pum-trigger{
	width: 30%;
	height: auto;
	align-self: flex-start;
	margin-bottom: 40px;
	padding: 0 15px;
}

#gallery_list img{
	width: 300px;
	height: 300px;
	object-fit: cover;
}

/* ニュース一覧ページ */
#news_container{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
}

.news_top h1{
	margin-bottom: 20px;
}

.news_top h2{
	padding-bottom: 30px;
}

#news_list {
	width: 60%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 70px 0 ;
}

.news_contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 70px 0 ;
}

.news_contents_left{
	width: 35%;
	height: auto;
	padding-left: 5%;
}

.news_contents_left img{
	width: 100%;
	height: auto;
}

.news_contents_right{
	width: 55%;
	margin-left: 5%;
}

.news_contents_right h1, .news_contents_right h4, .news_contents_right p{
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.news_contents_right a{
	text-decoration: none;
	color: #000000;
}

.news_contents_right h1{
	font-size: 1.8rem;
}


/* ニュース詳細ページ */
#news_page_container{
	padding: 100px 0;
	width: 60%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	}
#news_page_container p img{
	margin-bottom: 30px;
	width: 50%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#news_page_container h1{
	margin-bottom: 20px;
	line-height: 1.2em;
	}

#news_page_container h4, #news_page_container p{
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.5em
}

/* 会社概要　採用情報ページ */
#company_page_container{
	width: 50%;
	text-align: center;
	margin: 0 auto;
	height: auto;
	padding: 60px 0;
	line-height: 1.2em;
}

#company_page_container h1, #company_page_container h2, #company_page_container h3{
	padding: 20px 0;
}

#company_page_container h2{
	padding: 10px 0;
}

#company_page_container h3{
	text-align: left;
}

#company_page_container p{
	text-align: left;
	padding-bottom: 20px;
}

#company_page_container table{
	width: 90%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin: 30px auto;
}

#company_page_container table tr td:nth-child(odd){
	width: 15%;
	line-height: 1.5em;
	font-size: 1.8rem;
	text-align: left;
}

#company_page_container table tr td:nth-child(even){
	width: 83%;
	line-height: 1.5em;
	padding-left: 2%;
	font-size: 1.8rem;
	text-align: left;
}



#map{
	margin: 20px 0 50px 0;
}


#saiyou_container{
	width: 60%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}


#saiyou_container table{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin: 30px auto;
}



#saiyou_container table tr td:nth-child(odd){
	width: 12%;
	line-height: 1.5em;
	font-size: 1.8rem;
	text-align: left;
}

#saiyou_container table tr td:nth-child(even){
	width: 86%;
	line-height: 1.5em;
	padding-left: 2%;
	font-size: 1.8rem;
	text-align: left;
}



#saiyou_container h2{
	margin-bottom: 20px;
}

#saiyou_text{
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#saiyou_text p{
	
	line-height: 1.5em;
	text-align: left;
}


#logo_himawari{
	padding: 0 0 20px 0;
	margin-top: 6px;
	text-align: center;
	margin: 0 auto;
}

#logo_himawari img{
	width: 15%;
	max-width: 500px;
	height: auto;
}

/* 取り扱い先紹介ページ */
#dealer_container{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0;
}

#dealer_text{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#dealer_text p{
	text-align: left;
	line-height: 1.5em;
}

#dealer_container h2, #dealer_container h3, #dealer_container h4, #dealer_container h5, #dealer_container p{
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
}

#dealer_container h3{
	font-weight: bold;
}

#dealer_container h2{
	margin-top: 50px;
}

#dealer_container h3{
	margin-top: 24px;
}

#dealer_container h5{
	margin-bottom: 20px;
}

.border_dealer{
	width: 100%;
	height: auto;
	text-align: left;
	border-bottom: solid #FE2B2F 2px;
	margin: 10px 0;
}


/* オーダーページ */

#order_container{
	width: 60%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0 50px 0;
}

#order_top_container h1{
	margin-bottom: 26px;
}

#order_top_container h2{
	margin-bottom: 60px;
}

#order_top_container img{
	width: 100%;
	height: auto;
}

#order_top_container p{
	text-align: left;
	margin: 40px 0;
	line-height: 1.5em;
}

#order_item_container h1{
	margin-bottom: 30px;
}

#order_item_box{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}

.order_item{
	width: 31%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	}

.order_item img{
	width: 70%;
	height: auto;
	align-self: flex-start;

}

.order_item table{
	margin: 20px 0 40px 0;
	border: solid 1px #E2E0E0;
}


.order_item table tr:nth-child(odd) td{
	background-color: #eee;
	}

.order_item table tr td{
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 5px 0;
}

.order_item table tr td:nth-child(odd){
	width: 26%;
	padding-left: 2%;
}

.order_item table tr td:nth-child(even){
	width: 56%;
	padding-left: 3%;
	padding-right: 3%;
}

.arrow3{
  width: 100px;
	text-align: center;
	margin: 0 auto;
}
.arrow3::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 70px;
  background: #cee6fe;
}
.arrow3::after{
  content: "";
  display:block;
  border-top: 100px solid #cee6fe;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}

#order_flow{
	width: 40%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
	line-height: 1.5em;
}

.flow_box{
	padding: 30px;
	background-color: #F7F7F7;
	border-radius: 10px;
}


.flow_box p{
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 50px;
	margin-top: 30px;
}

.order_contact{
	padding: 26px;
	margin: 40px 0;
	background-color: #9AA0F7;
	border-radius: 10px;
}

.order_contact a{
	color: #FFFFFF;
	text-decoration: none;
}

#reprint_blouse{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 70px;
}

#blouse_text{
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

#blouse_text h1, #reprint_blouse h1{
	margin-bottom: 30px;
}

#blouse_text p{
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 70px;
}

#blouse_box{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#blouse_box img{
	width: 26%;
	height: auto;
	padding-bottom: 30px;
	align-self: flex-start;

}

/* オーダーページ */
#store_page_container{
	width: 100%;
	height: auto;
}

#store_page_container h1{
	margin: 50px 0 60px 0;
}

#store_intro{
	width: 60%;
	height: auto;
	text-align: center;
	margin: 60px auto;
}

#store_intro p{
	text-align: left;
	line-height: 1.5em;
}

#store_page_container img{
	width: 100%;
	height: auto;
}

#store_list{
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 100px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content:space-around;	
}

#store_list img{
	width: 55%;
	height: auto;
	padding-bottom: 60px;
	align-self: flex-start;
}

#store_list  p img{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	align-self: flex-start;
}

.store_box{
	text-align: left;
	line-height: 1.2em;
	width: 40%;
	padding-top: 0px;
	padding-bottom: 70px;
}

.store_box p{
	font-size: 1.4rem;
} 

.none_sp{
	text-align: right;
}

#store_info_container{
	margin-bottom: 100px;
}

#store_info_container h1{
	padding: 60px 0 40px 0;
}

#store_info_text{
	width: 30%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5em;
	
}

#store_info_text p{
	text-align: left;
	padding-bottom: 0px;
}

#store_info_container img{
	margin: 20px 0 50px;
}

#store_sns{
	text-align: right;
	padding-right: 15%;
}

#store_sns img{
	width: 5%;
	height: auto;
}

#store_sns_bottom{
	text-align: center;
	margin: 0;
}

#store_sns_bottom img{
	width: 10%;
	height: auto;
	margin: 0;
}

/* 取り扱い本について */
#book_container{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0;
}

#book_text{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 60px 0;
}

#book_text p{
	text-align: left;
	line-height: 1.5em;
}

#book_container table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#book_container thead th{
	font-size: 1.0rem;
	vertical-align: middle;
	border: #696969 solid 1px;
	padding: 10px;
}

#book_container table tr td{
	font-size: 1.0rem;
	vertical-align: middle;
	border: #696969 solid 1px;
	padding: 10px;
}



#book_container table tr td img{
	width: 30%;
	height: auto;
}


/* BtoBページ */
#business_page_container{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: auto;
	padding: 60px 0;
	line-height: 1.2em;
}

#business_page_container h1, #business_page_container h2{
	padding: 20px 0;
}

#company_page_container h2{
	padding: 10px 0;
}

#company_page_container p{
	text-align: left;
	padding-bottom: 20px;
}

.business_box{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding-top: 40px;
}

.business_box p{
	text-align:left;
	}

.business_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: baseline;
	padding: 30px 0 60px 0;
	margin-bottom: 60px;
}

.business_flex img{
	width: 22%;
	height: 22%;
	margin-bottom: 30px;
}


.business_contact{
	width: 40%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 100px;
}

.breadcrumb{
	text-align: left;line-height: 1.2em;
	font-size: 1.4rem;
	padding: 20px 0;
	padding-left: 10%;
}

.breadcrumb a{
	color: #000000;
	text-decoration: none;
}

#contact_container {
	text-align: center;
	width: 40%;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 100px 0;
	line-height: 1.2em;
}

#contact_container h1{
	padding-bottom: 20px;
}

#contact_container h2{
	font-size: 1.4rem;
	padding-bottom: 40px;
}

#contact_form_box {
	text-align: left;
}

#contact_form_box p:nth-child(even){
	padding-bottom: 10px;
}

.form_button{
	padding: 20px 40px;
	background-color: #e4e4e4;
	color: #000000;
	text-decoration: none;
	border: none;
	margin-top: 30px;
	border-radius: 10px;
}

#sns_icon {
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}

#sns_icon ul {
	margin-right: 0%;
}

#sns_icon ul li{
	display: inline;
	
}

#sns_icon img{
	width: 2.5%;
}

.page_navi{
	padding-bottom: 30px;
}

.date_navi{
	padding-bottom: 30px;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}
