@charset "utf-8";

/*----------------------------------------------------
    PC・SP共通css
----------------------------------------------------*/
/*20210702*/
.official{
  margin:0 auto;
  margin-top:50px;
  background:#f5f5f559;
  border-radius: 30px 30px 30px 30px;
}

.official ul {
    display: block;
    margin: auto;
    padding: 20px;
    max-height: 300px;
    overflow-y: scroll;
    border: 3px double #ffe2b8;
    margin-bottom: 15px;
    background: #fff6ea;
    border-radius: 10px;
}

.official ul li{
  display:block;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
  padding:0px 0px 5px 0px;
  text-align:left;
}

.official ul li span{
    font-size:0.8em;
    display:block;
    background:none;
    color:#000;
    margin:0px;
    font-weight: bold;
}

.official ul div {
    padding: 0rem 1rem;
    border-left: 6px double #333;
    font-weight: bold;
}

.official h4 {
   font-size: 1.3em;
   border-bottom: 3px double #333;
   padding-left: 10px;
}

.official h5 {
   font-size: 1.2em;
   border-bottom: 1px dashed #333;
}

.official h6 {
    font-size: 1.1em;
}

.official h4,
.official h5,
.official h6{
   font-weight: bold;
   margin: 20px 0;
}

.official h4:before,
.official h5:before,
.official h6{
   content:none;
}

.center{
  text-align:center;
}

.right{
  text-align:right;
}
.addCont01{
	    background: url(img/bg_orange.jpg);
    padding: 0 0 60px;
}

.kanren-a{
	margin:2rem auto;
}

.kanren{
	border:1px solid #ccc;
	padding:20px;
	margin:5rem auto;
	font-size:90%;
	text-align:left;
	width:500px;
	
}

.kanren-p{
	font-size: 125%;
	font-weight:bold;
	color: black;
	padding: 0 0 2px 7px;
	border-left: 5px solid black;
	line-height: 1;
	margin: 0 0 15px 0;
}

p.bnr a {
    position: fixed;
    width: 36rem;
    height: auto;
    right: 0;
    background-color: #2baea8;
    background-image: url();
    background-size: 12px 12px;
    background-position: 0 0, 6px 6px;
    bottom: 10rem;
    font-weight: bold;
    text-align: center;
    padding: 3rem 0 3rem;
    z-index: 10000;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    line-height: 1.3;
}

p.bnr a span {
    display: block;
    margin: -4px auto 5px;
    color: #5f3700;
    font-size: 14px;
    width: fit-content;
    background: linear-gradient(transparent 70%, #ffcf49 0%);
}

/* 20220128	 */
.btn-web.second a{
	border-radius: 27px;
	background-color: #C55A11;
	box-shadow: 3px 6px 0 #FF9900;
}

/* 20220526	 */
.kanren.itiran {
	position: relative;
    border:none;
    background-color: #fff4e1;
    border-radius: 20px;
    width: 100%;
}

.contents .kanren.itiran ul{
    padding-left:0;
}

.contents .kanren.itiran ul li{
	padding: 0 0 10px 20px;
	color: inherit;
	font-size: 1.3rem;
	background: url(https://www.specialty-orderedhouse.net/wp/wp-content/themes/SE038/img/listdot.png) 0 6px no-repeat;
	background-size: 10px;
}


.midasi {
	border-bottom:2px dotted #ab916b;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:15px;
}

.readmore{
    position: relative;
    box-sizing: border-box;
  margin-bottom: 50px;
    padding: 20px;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    height: 150px;
}

.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    background-color: #e48900;
    border-radius: 10px;
    color: #FFF;
    margin-top:10px;
}

.readmore-label:hover{
    opacity:0.7;
}

.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check{
    display: none;
}

.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.readmore-check:checked ~ .readmore-label:before{
    content: "\9589\3058\308B";
}

.readmore-check:checked ~ .readmore-content{
    height: auto;
}

.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
/* 20220526	 end */
.thBoxArea.cf.blind {
    display: none;
}
#headNoteArea .sitename:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  line-height: 1.4;
  margin-right: 1rem;
  padding: 0 1rem;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
div.float-img div.flame {
    text-align: center;
}

div.float-img div.caption {
    text-align: center;
}
.index .addCont01 .thBoxArea .sBox .sTit  {
    text-align: center;
}
/*20210702*/
.official{
  width:80%;
  padding: 20px 50px;
}
	
/* 20220128	 */
	.index .addCont01 .thBoxArea .sBox .btn-web.second{
		margin: 40px 0;
   		width: 100%;
	}
	
/* 	20220214 */
	.pc-only{
		display:block;
	}
.official h6 {
    padding: 0 0 0 10px;
    border-left: 5px solid #5f3700;		
}	
.category .addCont01 .wi1000 {
    width: 100%;
}

.category .addCont01 .wi1000 .sBox {
    width: 32.2%;
    margin: 0 auto;
    padding: 1rem;
}

.category .index .addCont01 .thBoxArea .sBox:nth-child(3n) {
    margin: 0 auto;
}

.category .index .addCont01 .thBoxArea {
    display: flex;
    width: 98%;
    margin: 0 auto;
}

.category .index .addCont01 .thBoxArea .sBox .sTit {
    font-size: 14px;
}

.category .index .addCont01 .thBoxArea .sBox h3 {
    font-size: 24px;
}

.category .index .addCont01 .thBoxArea .sBox .caption {
    line-height: 1.1;
    min-height: 3.5rem;
}

.category .index .addCont01 .thBoxArea .sBox .btn-web.second a {
    padding: 1.5rem 0 1.5rem 2rem;
    font-size: 16px;
    background-position: 7%;
}	
.category .index .addCont01 .thBoxArea .sBox .comdesc span.big {
    font-size: 22px;
}

.category .index .addCont01 .thBoxArea .sBox .comdesc {
    font-size: 15px;
}

.category .index .addCont01 .thBoxArea .sBox .comdesc span.small {
    font-size: 10px;
}
.category .equiplist {line-height: 1.2;}

.category .equiplist5 br {
    display: none;
}
	
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
div.float-img div.flame {
    text-align: center;
}

div.float-img div.caption {
    text-align: center;
}
.index .addCont01 .thBoxArea .sBox .sTit  {
    text-align: center;
}
.equiplist.big {
	width: 29%;
    font-size: 1.2rem;
    padding: 0 0 0 55px;
}
	/*20210702*/
.official{
    width: 100%;
    background: #f5f5f559;
    border-radius: 30px;
    padding: 5% 0;
    margin-top: 50px;
}

.official ul {
  width:auto;
  padding:15px;
}

/* 20210824	 */
iframe.instagram-media {
    min-width: initial !important;
}	
p.bnr a {
    width: 100%;
    bottom: 0;
    line-height: 1.3;
    font-size: 14px;
    padding: 2rem 0;
}	
p.bnr a span {
    display: block;
    position: absolute;
    left: 3rem;
    top: 2.5rem;
    font-size: 12px;
}	
		
/* 20220131 LP	 */
	
	.index .addCont01 .thBoxArea.horizontal{
		flex-direction: row;
	}
	.index .addCont01 .thBoxArea.horizontal .sBox{
		padding:0;
		margin:0;
		border-radius:0;
	}
	
	.index .addCont01 .thBoxArea.horizontal .sBox.sBox02{
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
	
	.index .addCont01 .thBoxArea.horizontal .sBox::before{
		width: auto;
		top: -29px;
	}
	.index .addCont01 .thBoxArea.horizontal .sBox .comName{
		font-size:1.7rem
	}
	.index .addCont01 .thBoxArea.horizontal .sBox .sTit{
		font-size:1.4rem
	}
	
	.index .addCont01 .thBoxArea.horizontal .sBox .ph{
		padding: 4px;
	}
	
	.thBoxArea.horizontal .equiplist{
		width:50%;
	}
	
	.index .addCont01 .thBoxArea .sBox .btn-web.second{
		margin: 40px auto 10px;
	}
	
	.thBoxArea.horizontal .btn-web.second a,.thBoxArea.horizontal .btn-tel a{
		padding: 10px;
    	padding-left: 35px;
	}
	.thBoxArea.horizontal .tsubotan{
		height: 14rem;
	}
	
	.kanren{
		width:80%;
}
	
	
	/* 	20220214 */
	.pc-only{
		display:none;
	}
	
iframe {
    width: auto;
}	
	
/*20220526*/
.kanren.itiran {
    width: auto;
}
.official h6 {
    padding: 0 0 0 10px;
    border-left: 5px solid #5f3700;		
}	
	
.index .addCont01 .thBoxArea {
    flex-direction: unset;
}
.index .addCont01 .thBoxArea .sBox::before {
   width: 100%;
   top: -29px;
}
.index .addCont01 .thBoxArea .sBox {
    padding: 10px 6px 20px;
	border-radius: 0px;
	border-width: 1px;
	margin-bottom: 0;
}
.sBox.sBox02 {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
.equiplist {
    width: 50%;
}
.index .addCont01 .thBoxArea .sBox .comName {
    font-size: 1.7rem;
    margin-bottom: 0;
}
.index .addCont01 .thBoxArea .sBox .sTit {
    font-size: 1.4rem;
}
.thBoxArea.horizontal .tsubotan {
    height: 14rem;
}	
.tsubotan {
    height: 14rem;
}	
.index .addCont01 .thBoxArea .sBox .btn-web.second {
    margin: 10px auto 10px;
}
.index .addCont01 .thBoxArea .sBox .btn-web.second,
.index .addCont01 .thBoxArea .sBox .btn-tel {
        width: 100%;
}
.index .addCont01 .thBoxArea .sBox .btn-web.second a,
.index .addCont01 .thBoxArea .sBox .btn-tel a {
    padding: 10px;
    padding-left: 22px;
    border-radius: 20px;
    background-position: left 8px top 50%;
}
#page-top {
    bottom: 10%;
}	
footer p.copy {
    padding-bottom: 90px;
}	
.category .index .addCont01 .thBoxArea .sBox .sTit {
    font-size: 13px;
}	
	
	
	
	
	
	
	
}