/***************************スマホ版　テキストリンクデザイン001*************************************/

#slashTemplate_sp001{
	border-top:1px solid #dadada;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0;
	margin-bottom: 12px;
}
#slashTemplate_sp001 .item{
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	min-height:82px;
	height:82px;
	box-sizing:border-box;
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	list-style:none;
}
#slashTemplate_sp001 .item:last-child{
	border-right-color:transparent;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
}
#slashTemplate_sp001 .item:nth-child(even){
border-right-color:transparent
}
#slashTemplate_sp001 .item:nth-child(odd)+.item:last-child{
	border-right-color:transparent;
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
}
#slashTemplate_sp001 .inner{
	flex-direction:column;
	height:100%;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:9px 8%;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
}
#slashTemplate_sp001-borderNone {
    border-bottom: 0;

}
#slashTemplate_sp001 .st001-title{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}


/***************************スマホ版　テキストリンクデザイン001　END*************************************/


/***************************スマホ版　テキストリンクデザイン002*************************************/


#slashTemplate_sp002 .TextList2,.TextList3{
	width: 100%;
	margin:10px auto;
}

#slashTemplate_sp002 .TextList2 ul{
	text-align:center;
	margin: 5px 0 5px 1%;
	font-weight:bold;
}


#slashTemplate_sp002 .TextList3 ul{
	text-align:center;
	margin: 5px 0 0 3%;
	font-weight:bold;
}

#slashTemplate_sp002 .TextList2 a,
#slashTemplate_sp002 .TextList3 a,
#slashTemplate_sp002 .TextList2 a:link,
#slashTemplate_sp002 .TextList3 a:link,
#slashTemplate_sp002 .TextList2 a:visited,
#slashTemplate_sp002 .TextList3 a:visited{
	color: #4f4f4f;
	text-decoration:none;
	display:inline-block;
	position:relative;
	padding:10px 0;
	width:  100%;
}




#slashTemplate_sp002 .TextList2 > ul > li:last-child,
#slashTemplate_sp002 .TextList3 > ul > li:last-child{
	border-left:none !important;
}
#slashTemplate_sp002 .TextList3 > ul > li:first-child{
	border-right:none !important;
}


#slashTemplate_sp002 .TextList2 li{
	width: 49%;
	margin: 0;
	float: left;
	background-color: #ffffff;
	border: 1px solid #dadada;
	font-size:16px;
	position:relative;
}


#slashTemplate_sp002 .TextList3 li{
	width: 32%;
	float: left;
	background-color: #ffffff;
	border: 1px solid #dadada;
	font-size:13px;
	position:relative;
}


#slashTemplate_sp002 .TextList2 li::after,
#slashTemplate_sp002 .TextList3 li::after{
	position:absolute;
	content:"";
	border:5px solid transparent;
	border-left:8px solid #ff9600;
	top:50%;
	margin-top:-5px;
	left:5%;
}

#slashTemplate_sp002 .TextList2 li.s-red::after,#slashTemplate_sp003 .TextList2 li.s-red::after{
	border-left:8px solid #e61c01;
}
#slashTemplate_sp002 .TextList2 li.s-blue::after,#slashTemplate_sp002 .TextList3 li.s-blue::after{
	border-left:8px solid #429bcc;
}
#slashTemplate_sp002 .TextList2 li.s-black::after,#slashTemplate_sp002 .TextList3 li.s-black::after{
	border-left:8px solid #2b2b2b;
}
#slashTemplate_sp002 .TextList2 li.s-green::after,#slashTemplate_sp002 .TextList3 li.s-green::after{
	border-left:8px solid #73c255;
}
#slashTemplate_sp002 .TextList2 li.s-pink::after{
	border-left:8px solid #fba499;
}



/***************************スマホ版　テキストリンクデザイン002　END*************************************/


/***************************スマホ版　テキストリンクデザイン003*************************************/


#slashTemplate_sp003{
	width:100%;
	margin:5% auto;
	height:  auto;
}
#slashTemplate_sp003 a{
	text-decoration:none;	
}

#slashTemplate_sp003 ul{
	width: 96%;
	border:1px solid #ccc;
	margin:0 auto 2%;
	position: relative;
	overflow:  hidden;
}


#slashTemplate_sp003 .ImageBox{
	width:30%;
	max-width:150px;
	min-width:70px;
	float:left;
	padding:1%;
}

#slashTemplate_sp003 .ImageBox img{
	width:100%;
	display:block;
}


#slashTemplate_sp003 .TextBox{
	float:left;
	width:55%;
	padding:1% 9% 1% 2%;
	height: 100%;
}

#slashTemplate_sp003 .TextBox h6{
	font-size:16px;
	margin:2% 0 5% 2%
}

#slashTemplate_sp003 .TextBox p{
	font-size:14px;
	margin:2% 0 2% 2%;
}

#slashTemplate_sp003 .TextBox::before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background-color:#ff9600;
	border-radius:100%;
	right: 5px;
	top: 53%;
	margin-top: -3%;
}

#slashTemplate_sp003 .s-red::before{
	background-color:#e61c01;
}

#slashTemplate_sp003 .s-blue::before{
	background-color:#429bcc;
}

#slashTemplate_sp003 .s-black::before{
	background-color:#2b2b2b;
}

#slashTemplate_sp003 .s-green::before{
	background-color:#73c255;
}

#slashTemplate_sp003 .s-pink::before{
	background-color:#fba499
}


#slashTemplate_sp003 .TextBox::after{
	position:absolute;
	content:"";
	width:0px;
	height:0px;
	right: 4px;
	top: 50%;
	border: 5px solid transparent;
	border-left: 9px solid #fff;
	margin-top:-8px;
}

@media screen and (max-width: 540px) {
#slashTemplate_sp003 .TextBox::after{
	top: 50%;
	margin-top:-5px;
}
}

@media screen and (max-width: 400px) {
#slashTemplate_sp003 .TextBox::after{
	top: 50%;
	margin-top:-3px;
}
}

/***************************スマホ版　テキストリンクデザイン003　END*************************************/


/***************************スマホ版　フォームデザイン*************************************/

.content form .formDl-1 dt {
    margin: 10px 10px 20px;
    font-size: 17px;
}
.content form .txt1 {
    width: 90%;
    padding: 16px 3px;
}
.content form .txt2 {
    padding: 7px 3px;
}
.content form input[type="text"] {
    padding: 7px 3px;
}
.content input,.content select,.content textarea,.content text {
    font-size: 130%;
}
.content input[type="submit"] {
    font-size: 110%;
}
.content input[name="email"],
.content input[name="tel"],
.content input[name="address"], 
.content input[name="fax"] {
    width: 100%;
}
.content form dd {
    font-size: 14px;
}
.content form ul.list label{
    font-size:19px;
}


.content form input[name="name_kj_1"],
.content form input[name="name_kj_2"],
.content form input[name="name_kn_1"],
.content form input[name="name_kn_2"]{
    box-sizing: border-box;
    width: 48%;
    font-size: 14px;
    padding: 8px;
}

.content form input[name="tell_1"],
.content form input[name="tell_2"],
.content form input[name="tell_3"] {
    box-sizing: border-box;
    width: 30%;
    font-size: 14px;
    padding: 8px;
}
.content form input[name="fax_1"],
.content form input[name="fax_2"],
.content form input[name="fax_3"] {
    box-sizing: border-box;
    width: 30%;
    font-size: 14px;
    padding: 8px;
}

.content form input[name="address_1"],
.content form input[name="address_2"]{
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px;
    margin:8px 0 4px;
}
.content form select[name="price1"],
.content form select[name="price2"]{
    font-size:14px!important;
    padding:10px 0;
}



/***************************スマホ版　フォームデザイン END*************************************/
/***************************スマホ版　デザイン変更*************************************/

.shop li:nth-child(odd) {
    background-color: #f1f1f1;
}

.shop ul {
    margin-top: 20px;
}

p.btn_option_link.btn {
    margin: 15px 0 10px 0;
    width: 210px;
}
.build_midashi {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.btnLi-1 li.noLink {
    background: #e2e2e2;
    padding: 5px 0;
    font-size: 17px;
}

.content .plDows dt span {
    padding: 5px 31px 5px 5px!important;
    line-height: 1.2em;
}


.content .ttl_h3 dt,
.content .ttl_h3 dt em{
	min-height: 25px;
	height:  auto;
	line-height: 1.3em;
}
.content .ttl_h3 dt em{
	padding-top: 12px;
	padding-bottom:6px;}
	
.content .ttl_h3 dt em,
.content h2 em{
    background-position: 10px center;

}
.content h2 em{
	    padding: 9px 3px 8px 40px;
}

table.build_room_list {
    margin-top: 5px;
}

.category_icon_list {
    margin:  2px;
}

/***************************スマホ版　デザイン変更*************************************/