@charset "utf-8";
/*
Theme Name: https://www.inoyoshi.info/
Description:https://www.inoyoshi.info/オリジナルテーマ
Theme URI: https://www.inoyoshi.info/
Author: https://www.inoyoshi.info/
Author URI: https://www.inoyoshi.info/
Version: 1
*/


/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration: none;
	color:#FFF;
}
a:link{
	transition:0.3s;
	text-decoration: none;
}
a:visited{
	color:#FFF;
	text-decoration: none;
}
a:hover{
	transition:0.3s;
	opacity:0.5;
	color:#FFF;
	text-decoration: none;
}
section a, section a:visited{
	color:#FFF;
	text-decoration: underline;
}

/* layout */
body{
	font-size:10.5pt;
	line-height:1.8;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	text-align:center;
    background: #000;
	color:#FFF;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 90%;
	overflow-x: hidden;
}
.wrapper{
    overflow: hidden;
}
header{
    background: url("images/header_bg.jpg") repeat-x bottom;
}
.container{
	max-width:1100px;
	margin: auto;
    text-align: left;
}
.container img{
	max-width:100%;
	height: auto;
}
/* header */
.header_in{
	margin:0 auto 0;
	max-width: 1100px;
    padding: 10px 0  15px;
    color: #FFF;
}
.h_text{
    float: right;
    font-size: 80%;
    text-align: right;
}

.h_text h3{
    font-weight: normal;
    margin-bottom: 10px;
}
.logo{
    margin-top: 20px;
    float: left;
}

/*-----------------------------------*/

/* footer */
footer{
	clear:both;
    margin-top: 100px;
}


.copy{
	text-align: center;
	padding: 10px 20px;
    border-top: solid 1px #FFF;
}

/*-----------------------------------------*/

/*-----------------------
	トップへ戻るボタン
-------------------------*/

.page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:9999;
}
.page_top a {
	display: block;
}
.page_top a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.page_top img{
    border: solid 1px #FFF;
	box-shadow:0px 0px 4px 2px rgba(0,0,0,0.1);
}

/*-----------------------------------------*/


/* main */

.pagetitle {
	margin: auto;
}
.pagetitle h2, .pagetitle h1{
	font-size:220%;
	font-weight: normal;
	margin: 0 auto;
	font-family: "Sawarabi Mincho";
}

.page{
}

section{
	clear:both;
    margin-bottom: 60px;
}
section h1, section h2{
	font-size:140%;
	margin: 0 auto 20px;
	font-family: "Sawarabi Mincho";
    background: url("images/title_bg.jpg") no-repeat left bottom;
    min-height: 41px;
    box-sizing: border-box;
    font-weight: normal;
    padding: 0 0 10px 33px;
}
section h2 span{
    font-size: 70%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 30px;
}
section h3{
	font-size:120%;
    padding: 0 0 10px;
	margin: 0 0 20px;
	font-family: "Sawarabi Mincho";
	line-height:1.6em;
    background: url("images/title_bg02.jpg") no-repeat right bottom;
}

section h4{
	margin: 0 0 20px;
	font-size:150%;
	line-height:2.0em;
	font-family: "Sawarabi Mincho";
	font-weight: normal;
	color: #0355a6;
	text-align: center;
}
section h5{
	background: #d9edf8;
	padding: 15px 20px;
	font-size:140%;
	margin: 0 0 20px;
	font-family: "Sawarabi Mincho";
	font-weight: normal;
	line-height:1.4em;
	color: #eb6109;
	border-top:5px solid #eb6109;
	border-bottom:5px solid #eb6109;
}

.lead01{
	font-size:130%;
	margin: 0 0 10px;
}
.min{
	font-family: "Sawarabi Mincho";
	font-weight:bold;
	font-size: 120%;
}
section p{
	margin-bottom:20px;
}

.font_red{
	color:#C00;
	font-weight:bold;
}
.font_black{
	color:#000;
}
.font_color{
	color:#eb6109;
}
.scroll{}


.table01{
	margin-bottom:20px;
	width:100%;
	border-collapse:collapse;
	text-align:left;
	border-top: solid 1px #592e0a;
}
.table01 th{
	padding:10px 20px;
	font-weight: normal;
	border: solid 1px #42210b;
    background: #42210b;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
}
.table01 td{
	padding:20px 20px;
	border: solid 1px #42210b;
    background: #FFF;
    color: #000;
}

hr{
	border: 0;
	border-top: 1px solid #FFF;
	margin:20px 0 0;
	padding: 0
}



/*-----------------------------------*/

ul.line2 li,ul.line2_2 li{
	width:48%;
	box-sizing:border-box;
}
ul.line2 li:nth-child(even), ul.line2_2 li:nth-child(even){
	float:left;
}
ul.line2 li:nth-child(odd), ul.line2_2 li:nth-child(odd){
	float:left;
	clear:both;
	margin-right: 4%;
}
ul.line3 li, ul.line3_2 li, ul.line3_3 li{
	width:32%;
	float:left;
	margin-right:2%;
	box-sizing:border-box;
	margin-bottom: 20px;
}
ul.line3 li:nth-child(3n), ul.line3_2 li:nth-child(3n), ul.line3_3 li:nth-child(3n){
	margin-right:0;
}
ul.line3 li:nth-child(3n+1), ul.line3_2 li:nth-child(3n+1), ul.line3_3 li:nth-child(3n+1){
	clear:both;
}

ul.line4 li, ul.line4_2 li, ul.line4_4 li{
	width:23.5%;
	float:left;
	margin-right:2%;
}
ul.line4 li:nth-child(4n), ul.line4_2 li:nth-child(4n), ul.line4_4 li:nth-child(4n){
	margin-right:0;
}
ul.line4 li:nth-child(4n+1), ul.line4_2 li:nth-child(4n+1), ul.line4_4 li:nth-child(4n+1){
	clear:both;
}
ul.line5 li{
	width:18.4%;
	float:left;
	margin-right:2%;
}
ul.line5 li:nth-child(5n){
	margin-right:0;
}
ul.line5 li:nth-child(5n+1){
	clear:both;
}
ul.line2_nomargin li{
	width:50%;
	box-sizing:border-box;
	float:left;
}
ul.line2_nomargin li img{
	max-width:100%;
	height:auto;
}
ul.line3_nomargin li{
	width:33.33%;
	box-sizing:border-box;
	float:left;
}
ul.line3_nomargin li:nth-child(3n+1){
	clear:both;
}
ul.line3_nomargin li img{
	width:100%;
	height:auto;
}
ul.line4_nomargin li{
	width:25%;
	box-sizing:border-box;
	float:left;
}
ul.line4_nomargin li img{
	max-width:100%;
	height:auto;
}

ul.line2_37 li{
	box-sizing:border-box;
}
ul.line2_37 li:nth-child(even){
	float:left;
	width:68%;
}
ul.line2_37 li:nth-child(odd){
	float:left;
	clear:both;
	margin-right: 2%;
	width:30%;
}
ul.line2_37 li img{
	max-width:100%;
	height:auto;
}

ul.line, ul.line2, ul.line2_3, ul.line3, ul.line3_2, ul.line3_3, ul.line4, ul.line4_2, ul.line4_4, ul.line2_nomargin, ul.line3_nomargin, ul.line4_nomargin, ul.line2_37{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 100%!important;
	padding: 0!important;
	margin: 0!important;
}
ul.line li, ul.line2 li, ul.line3 li, ul.line4 li, ul.line4_2 li{
	margin-bottom:20px;
}
ul.line img, ul.line2 li img, ul.line3 li img, ul.line4 li img, ul.line4_2 li img{
	max-width:100%;
	height:auto;
}


/*-----------------------------------*/

/* contact */

.btn01 a, .btn01 input{
	display: inline-block;
	background: #eb6109;
	padding: 15px 30px;
	margin:20px auto;
	color: #FFF;
	text-decoration:none;
	text-align:center;
	transition:0.3s;
	box-sizing: border-box;
	font-size: 110%;
	border-radius: 0;
}
.btn01 a:hover, .btn01 input:hover{
	color:#FFF;
	transition:0.3s;
	opacity:0.8;
}
.btn01 a:visited{
	color:#FFF;
}
.btn02 a{
	display: inline-block;
	background: #000;
	padding: 15px 30px;
	margin:20px auto;
	text-decoration:none;
	text-align:center;
	transition:0.3s;
	box-sizing: border-box;
	font-size: 110%;
}

.btn03 a{
	text-decoration:none;
	text-align:center;
	transition:0.3s;
	box-sizing: border-box;
	font-size: 110%;
	border-radius: 30px;    
	display: block;
	padding: 5px 15px;
	background: #eb6109;
	color: #FFF!important;
	margin: 0 20px 20px;	
}
.btn04 a{
	display: block;
	background: #eb6109;
	color: #FFF!important;
	padding: 15px 30px;
	margin:20px auto 0;
	text-decoration:none;
	text-align:center;
	transition:0.3s;
	box-sizing: border-box;
	font-size: 110%;
	border-radius: 30px;
    max-width: 700px;
}

.btn05 a{
	text-decoration:none;
	text-align:center;
	transition:0.3s;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 15px;
    min-width: 100px;
	background: #eb6109;
	color: #FFF!important;	
}
input{
	font-size:100%;	
}
input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
	border: none;
}
textarea{
	width: 100%;
	font-size:100%;	
}
table.formTable{
	width:100%;
	margin:auto;
	border-collapse:collapse;
	margin-bottom: 20px;
}
table.formTable tr{
}
table.formTable th{
	text-align:right;
	padding:20px;
	font-weight:normal;
}
table.formTable td{
	text-align:left;
	padding:20px;
}
table.formTable td input[type="text"], table.formTable td input[type="tel"], table.formTable td input[type="email"], table.formTable td textarea, table.formTable td select{
	width: 100%;
	padding: 15px;
	border: solid 2px #CCC;
	box-sizing: border-box;
}
span.wpcf7-list-item {
display: block!important;
	padding-bottom: 10px;
}
.need{
	background:#C00;
	color:#FFF;
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align: center;
	margin-left:10px;
	display:inline-block;
	border-radius:10px;
	font-size: 70%;
}


.privacy{
	margin-bottom:20px;
	overflow:auto;
}
.privacy_title{
	font-weight:bold;
	font-size:150%;
}
.privacy dl{
	}
.privacy dt{
	margin-bottom:20px;
	padding: 5px 0;
	border-bottom: solid 1px #FFF;
	font-size: 120%;
}
.privacy dd{
	margin-bottom:40px;
	font-size: 95%;
}


/*-----------------------------------*/

/* wp */
.breadcrumbs{
	margin:10px auto 30px;
    max-width: 1100px;
    padding: 0 5%;
	font-size: 90%; 
	text-align: right;
}
.breadcrumbs a{
	text-decoration: none;
	color: #FFF;
	max-height: 21px;
	overflow: hidden;
}
.pager{
	text-align:center;
	margin-bottom: 20px;
	padding: 20px 0;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
	text-decoration: none;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}
.single{
	margin:0 auto 20px;
	border-bottom: solid 1px #CCC;
	padding-bottom:20px;
	max-width:800px;
}
.single img{
	max-width:100%;
	height:auto;
}
ul.post_list li{
	text-align:left;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: solid 1px #CCC;
	clear: both;
}
.thum{
	overflow:hidden;
}
.thum img{
	width:100%;
    object-fit: cover;
	display: inline-block;
}
.post_list .thum{
	width: 20%;
	margin: 0 20px -7px 0;
	float: left;
}
.nav-below{
	text-align:center;
	margin-bottom: 40px;
}
.nav-previous{
}
.nav-next{
}
.nav-below a{
	padding:5px 10px;
	color:#FFF;
}
.nav-below a:hover{
	opacity:1.0;
}
.more{
	text-align:right;
	margin-top: 20px;
}
.more a{
	color:#eb6109;
}

.widgettitle{
	font-size:140%;
	margin: 0 auto 20px;
	font-family: "Sawarabi Mincho";
    background: url("images/title_bg.jpg") no-repeat left bottom;
    min-height: 41px;
    box-sizing: border-box;
    font-weight: normal;
    padding: 0 0 10px 33px;
}
li.widget{
	list-style:none;
	margin-bottom:40px;
    clear: both;
    text-align: left;
}

/* wp-calendar */
table#wp-calendar{
	width:100%;
	border-collapse:collapse;
}
table#wp-calendar th, table#wp-calendar td{
	padding:2px;
	text-align:center;
	border-bottom:solid 1px #CCC;
	font-size:90%;
}
table#wp-calendar a{
    display: block;
    background: #eb6109;
    color: #000!important;
}

/* category list */
li.widget_categories ul {
	padding:0.5em;
	list-style-type:none;
}
li.widget_categories ul li {
	position:relative;
}
li.widget_categories ul li a{
}
li.widget_categories ul li::before {
	content: '⇒';
    padding-right: 10px;
}

.widget_recent_entries ul li a{
    display: block;
    padding: 10px 0px ;
}

/*-----------------------------------*/


/* index */
#coupon {
	background-color: #FFFFFF;
	color: #000000;
}

iframe#info {
	width: 728px;
	height:100px;
	overflow:visible;
	border: solid 1px #FFFFFF;
	border-top:none;
	margin-bottom:20px;
	background-color:#000000;
}



#wrapper {
	background-repeat: no-repeat;
	background-position: center 108px;
}

#container{
	text-align:center;
	width:1000px;
	margin:auto;
}
#header{
}

/* header */

#navi1 {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 210px;
	background-position: 0px 0px;
}
#navi2 {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 120px;
	background-position: -210px 0px;
}
#navi3 {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 210px;
	background-position: -330px 0px;
}
#navi4 {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 140px;
	background-position: -540px 0px;
}
#navi5 {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 320px;
	background-position: -680px 0px;
}
#navi1:hover {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 210px;
	background-position: 0px -72px;
}
#navi2:hover {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 120px;
	background-position: -210px -72px;
}
#navi3:hover {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 210px;
	background-position: -330px -72px;
}
#navi4:hover {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 140px;
	background-position: -540px -72px;
}
#navi5:hover {
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 320px;
	background-position: -680px -72px;
}
/* side */
ul.s_navi{
    margin-bottom: 40px;
}
ul.s_navi li a{
    display: block;
    border-bottom: dotted 1px #FFF;
    padding: 5px 10px;
	font-family: "Sawarabi Mincho";
    color: #FFF;
    font-size: 120%;
}
ul.s_navi li a:hover{
    color: #eb6109;
}
#shopinfo {
	border: 1px solid #FFFFFF;
	padding: 20px 25px;
	margin: 0 0px 40px;
	text-align:left;
}
#shopinfo p {
	text-align: left;
	margin-top: 15px;
}
#shopinfo2 {
	border: 1px solid #000000;
	padding: 20px 25px;
	margin: 15px 0px;
	text-align:left;
}
#shopinfo2 p {
	text-align: left;
	margin-top: 15px;
}
#side-navi{
    margin-bottom: 40px;
}
#side-navi em{
    display: none;
}
#s-navi1 {
	background-image: url(images/btn_sidemenu.jpg);
	height: 40px;
	width: 250px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#s-navi2 {
	background-image: url(images/btn_sidemenu.jpg);
	height: 40px;
	width: 250px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#s-navi3 {
	background-image: url(images/btn_sidemenu.jpg);
	height: 40px;
	width: 250px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -80px;
}
#s-navi4 {
	background-image: url(images/btn_sidemenu.jpg);
	height: 40px;
	width: 250px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -120px;
}
#s-navi5 {
	background-image: url(images/btn_sidemenu.jpg);
	height: 40px;
	width: 250px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -160px;
}
#s-navi1:hover {
	background-position: -250px 0px; opacity: 1.0;
}
#s-navi2:hover {
	background-position: -250px -40px; opacity: 1.0;
}
#s-navi3:hover {
	background-position: -250px -80px; opacity: 1.0;
}
#s-navi4:hover {
	background-position: -250px -120px; opacity: 1.0;
}
#s-navi5:hover {
	background-position: -250px -160px; opacity: 1.0;
}
/* main */

.line01 {
    margin: 40px 0;
    height: 24px;
	background-image: url("images/line01.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    clear: both;
}
.line02 {
    margin: 30px 0;
    height: 24px;
    clear: both;
}
.shoplink {
	background-image: url(images/btn_shop_01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	width: 730px;
}
.shoplink em{
    display: none;
}
.shoplink:hover {
	background-position: 0px -41px;
}
.border01 {
border-bottom:dotted 1px;
border-top:none;
margin:15px 0px 0px 0px;
}
.news{
text-align:left;
margin:5px 20px 0px 20px;
}
.news p{
border-bottom:dotted 1px;
margin-bottom:10px;
}
.price{
    color: #eb6109;
    font-size: 120%;
    font-weight: bold;
    text-align: right;
	line-height: 1em
}
.price span{
    font-size: 80%;
    font-weight: normal;
}
.coupon_bg{
    background-image: url(images/coupon_bg.jpg);
    background-size: cover;
    padding: 40px;
}
.coupon{
    background: rgba(255,255,255,0.8);
    padding: 30px;
    border-radius: 30px;
	font-family: "Sawarabi Mincho";
    color: #000;
}
.coupon_title{
    color: #C00;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 20px;
}
.coupon_subject{
    font-size: 140%;
    margin-bottom: 20px;
}

/*-----------------------------------*/
