@charset "utf-8";
/* CSS Document */
img { max-width: 100%;}

/* ----------------------------------------------------------------
    Structure= Frame
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
#frame{
	max-width:768px;
	width:100%;
	}
}


/* ----------------------------------------------------------------
    Structure= Header
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
#header{
	height: 55px;
    background: #fff;
    border-top: solid 3px #009849;
	border-bottom:1px solid #dcdcdc;
	}
	
#header #ci {
	width: 165px;
    height: auto;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	margin:auto;
	}

#header #ci img {
	width:100%;
	height:auto;
	}

#header ul#utilityNav {
    width: auto;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}

#header ul#utilityNav li {
	width:50px;
    float: none;
    margin-left: 0;
	}

#header #logo,
#header #group,
#header ul#utilityNav li:first-child,
#globalNav {
	display:none;
	}
}

@media only screen and (max-width: 320px) {
#header #ci {
    width: 158px;
	}

#header ul#utilityNav {
    right: 12px;
	}
}


/* ----------------------------------------------------------------
    Structure= Col-M
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
#globalNav {
	display: none;
	}

#menuOverlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
	position: fixed;
	z-index: 9997;
	}

#switchBtnArea {
	width: 100%;
	position: relative;
	}

#switchBtnArea #switchBtn {
    width: 24px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 9998;
	}

#switchBtnArea #switchBtn span {
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	background-color: #009849;
	transition: all 0.2s linear;
	}
	
#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	}
	
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 9px;
	-webkit-transform: scale(1);
	transform: scale(1);
	}
	
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	}

#switchBtnArea #switchBtn.btnClose {
	background: transparent;
	}
	
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fafafa;
	}
	
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
	}
	
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fafafa;
	}

#rwdMenuWrap {
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #dcdcdc;
	overflow: auto;
	position: fixed;
	z-index: 9999;
	}

#rwdMenuWrap ul {
	width: 100%;
	}

#rwdMenuWrap ul li {
	width: 100%;
	border-bottom: #dcdcdc 1px solid;
	margin: 0;
	}

#rwdMenuWrap ul li a {
	padding: 15px;
	text-align: left;
	display: block;
	background: #fafafa;
	position: relative;
	}

#rwdMenuWrap ul li a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

#rwdMenuWrap ul li a,
#rwdMenuWrap ul li a:visited,
#rwdMenuWrap ul li a:hover,
#rwdMenuWrap ul li a:active {
	color:#333;
	text-decoration:none;
	}
}

@media only screen and (max-width: 480px) {
#rwdMenuWrap {
	left: -220px;
	width: 220px;
	}
}

@media only screen and (max-width: 320px) {
#switchBtnArea #switchBtn {
    left: 12px;
	}
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#globalNav > ul:before,
#globalNav > ul:after {
    content: " ";
    display: table;
}
#globalNav > ul:after {clear: both;}
#globalNav > ul {*zoom: 1;}

.cf:before,.cf:after{content: "";display: table}
.cf:after{clear: both}
.cf{zoom:1}


/* ----------------------------------------------------------------
    Structure= Col-M
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
body #main {
    float: none;
	}

body.col-m #main{
	max-width:768px;
    width: 95%;
    padding: 0;
    margin:0 auto 0;
	}

body.col-m #main p {
	margin-right: 0;
	}
}

@media only screen and (max-width: 480px) {
body.col-m #main{
    width: 90%;
	}
}



/* ----------------------------------------------------------------
    Structure= contact
----------------------------------------------------------------- */
#contact * {
	box-sizing:border-box;
	color:#333;
	letter-spacing: .06em;
	}

#contact a {
	transition:.5s;
	}

#contact {
	width:776px;
	}

#contact .greeting {
	font-size:14px;
	text-align: center;
    line-height: 1.8em;
	}

#contact h2 {
	position:relative;
	font-size:14px;
	border:1px solid #ccc;
	border-radius:3px;
	padding:4px 16px;
    margin: 0 0 18px;
	}

#contact h2:before {
	content: " ";
	background:#ff7800 no-repeat;
	background-size:100% auto;
	width:3px;
	height:15px;
	position: absolute;
    top: 50%;
    left: 7px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}

#contact .contactInner {
	padding: 0 24px;
	margin:0 auto 30px;
	}

#contact .contactInner .faq {
	margin:0 0 25px;
	}
	
#contact .contactInner h3 {
	position:relative;
	font-size:15px;
	color:#ff7800;
	padding:0 0 0 48px;
	margin:0 0 15px;
	}

#contact .contactInner h3:before {
	content: " ";
	background:url(/7fs/contact/images/contact-serif.png) no-repeat 0 50%;
	background-size:100% auto;
	width:40px;
	height:33px;
	position: absolute;
    top: 50%;
    left: 0;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}

/* faq -----------------------*/
#contact .contactInner dl.faqInner {
	margin:0 0 10px 48px;
	}
	
#contact .contactInner dl.faqInner dt {
	position:relative;
	background:#f0f0f0 url(/7fs/contact/images/contact-plus.png) 98% 50% no-repeat;
	background-size:14px;
    padding: 12px 30px 12px 35px;
	border-radius:3px;
	}
	
#contact .contactInner dl.faqInner dt:hover {
	cursor: pointer;
	}
		
#contact .contactInner dl.faqInner dt.active {
	position:relative;
	background:#f0f0f0 url(/7fs/contact/images/contact-arrow.png) 98% 50% no-repeat;
	background-size:14px;
	padding: 12px 30px 12px 35px;
	border-radius:3px;
	}

#contact .contactInner dl.faqInner dt:before {
	content: " ";
	background:url(/7fs/contact/images/contact-icon-q.png) no-repeat 0 50%;
	background-size:100% auto;
	width:19px;
	height:19px;
	position: absolute;
    top: 50%;
    left: 10px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	
#contact .contactInner dl.faqInner dd {
	position:relative;
	display:none;
	line-height:1.7em;
	padding:12px 12px 12px 35px;
	}

#contact .contactInner dl.faqInner dd:before {
	content: " ";
	background:url(/7fs/contact/images/contact-icon-a.png) no-repeat;
	background-size:19px;
	background-size:100% auto;
	width:19px;
	height:19px;
	position: absolute;
    top: 13px;
    left: 10px;
	}

#contact .contactInner dl.faqInner dd span.txt_red {
    color: #ff0000;
}

#contact .contactInner dl.faqInner dd ol {
	margin: 8px 0 0;
	}
	
#contact .contactInner dl.faqInner dd ol li {
	text-indent: -1em;
    margin-left: 1em;
	list-style: none;
	}

#contact .contactInner dl.faqInner dd ol li:before {
	content: '※';
	}

#contact .contactInner .link {
    margin: 8px 0 0;
	}
	
#contact .contactInner .link a {
	background:url(/7fs/contact/images/contact-link.png) no-repeat 0 50%;
	background-size:13px;
	padding:0 0 0 18px;
	}

/* お問い合わせ2カラム -----------------------*/
#contact .contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#contact .contact.app {
	padding-top: 30px;
	}

#contact .contact li {
	width: calc((100% - 3%) / 2);
	border-radius:3px;
	padding: 15px;
	}

#contact .contact li .title {
    position: relative;
    font-size: 15px;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 30px;
	}

#contact .contact li .title:after {
	content: "";
	background: #f01a23;
	width: 25px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-12px;
	margin: 0 auto;
	}

#contact .contact li.green .title:after {
	background: #009849;
	}

#contact .contact li .title:before {
	display: none;
	}

#contact .contact li.green .title {
	color: #009849;
	}

#contact .contact li.red .title {
	color: #f01a23;
	}

#contact .contact li.green {
	border: 1px solid #009849;
	}

#contact .contact li.red {
	border: 1px solid #f01a23;
	}

#contact .faqBox p {
	margin: 0 0 6px 0 !important;
	}

#contact .faqBox span.txt_org,
#contact .faqBox span.txt_org a,
#contact .faqBox span.txt_org a:hover {
	color: #f01a23;
	font-weight: bold;
	text-decoration: none;
	}

#contact li.green .faqBox span.txt_org,
#contact li.green .faqBox span.txt_org a,
#contact li.green .faqBox span.txt_org a:hover {
	color: #009849;
	}

#contact .faqBox span.txt_org a.fs {
	font-size: 24px;
	}

#contact .contactBtn2 {
    margin: 0 0 10px 0 !important;
	}
	
#contact .contactBtn2 a {
	width:100%;
	display:block;
	border-radius:5px;
	text-decoration:none;
	padding:12px;
	margin:auto;
	}

#contact .contactBtn2 a span {
	display: block;
	background:url(/7fs/contact/images/contact-link-red.png) no-repeat left center;
	background-size:19px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
    padding: 0 0 0 25px;
	}

#contact .contact li.green .contactBtn2 a span {
	background:url(/7fs/contact/images/contact-link-green.png) no-repeat left center;
	background-size: 19px;
	}

#contact .contact li.green .contactBtn2 a {
	background:#009849;
	}

#contact .contact li.red .contactBtn2 a {
	background:#f01a23;
	}

#contact .contactBtn2 a,
#contact .contactBtn2 a:hover {
	text-decoration:none;
	}

#contact ul.annotation2 {
	display: block;
	border-top:1px solid #e6e6e6;
	padding-top: 15px;
	margin-top: 15px;
	}

#contact ul.annotation2 li {
    width: auto;
    font-size: 11px;
    list-style: none;
    text-indent: -11px;
    margin-left: 11px;
    margin-bottom: 5px;
    padding: 0;
	}

#contact ul.annotation2 li:last-child {
	margin-bottom: 0;
	}

#contact ul.annotation2 li:before {
	content: '・';
	}

/* 240726 追加 */
#contact .faq .fapSubtitle {
	font-size: 14px;
    color: #ff7800;
    font-weight: bold;
    margin: 15px 0 5px 48px;
	}

#contact .inrNav{
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto 30px;
}
#contact .inrNav li{
    width: 31.3333%;
    margin: 0 1% 2%;
}
#contact .inrNav li a{
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 1;
    padding: 10px 10px 15px;
    transition: .5s;
    text-decoration: none;
}
#contact .inrNav li a::after{
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #ff7800;
    border-right: 1px solid #ff7800;
    transform: translateY(-52%) rotate(45deg);
}
#contact .inrNav li a:hover{
    opacity: 0.7;
    text-decoration: none;
}
@media only screen and (max-width: 480px) {
    #contact .inrNav li{
        width: 48%;
    }
    #contact .inrNav li a{
        font-size: 11px;
    }
}

/* contactBtn -----------------------*/
#contact .contactInner .contactBtn {
	margin:0 auto 10px;
	}
	
#contact .contactInner .contactBtn a {
	width:90%;
	display:block;
	background:#ff7800;
	border-radius:5px;
	text-align:center;
	text-decoration:none;
	padding:18px;
	margin:auto;
	}

#contact .contactInner .contactBtn a span {
	background:url(/7fs/contact/images/contact-link.png) no-repeat left 50%;
	background-size:19px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
    padding: 0 0 0 23px;
	}

#contact .contactInner .contactBtn a,
#contact .contactInner .contactBtn a:hover {
	text-decoration:none;
	}

#contact .contactInner .note {
	text-align:center;
	margin:0;
	}

/* tel -----------------------*/
#contact .contactInner .telTxt:first-child {
	font-size: 13px;
    font-weight: 100;
	}

#contact .contactInner .telTxt {
	text-align: center;
    font-size: 16px;
    font-weight: bold;
	margin: 0;
	}

#contact .contactInner .telTxtsub {
	text-align: center;
    font-weight: bold;
    margin: 10px 0 0 0;
	color: #ff7800;
	}

#contact .contactInner .tel {
	text-align: center;
    font-size: 38px;
    font-weight: bold;
	margin:0 0 10px;
	}

#contact .contactInner .tel a,
#contact .contactInner .tel a:hover {
	color:#ff7800;
	text-decoration:none;
	}

#contact .contactInner .tel span {
	background: url(/7fs/contact/images/contact-tel.png) no-repeat left 50%;
	background-size:40px auto;
	color:#ff7800;
	padding:0 0 0 48px;
	}

/* annotation -----------------------*/
#contact .contactInner ul.annotation {
	border:1px solid #e6e6e6;
	border-radius:5px;
	padding:15px;
	}

#contact .contactInner ul.annotation li {
	list-style: none;
	text-indent: -1em;
    margin-left: 1em;
	margin-bottom: 5px;
	}

#contact .contactInner ul.annotation li:last-child {
	margin-bottom: 0;
	}

#contact .contactInner ul.annotation li:before {
	content: '・';
	}

/* support -----------------------*/
#contact .contactInner .support {
	font-size: 14px;
    margin: 0 0 6px;
	}

#contact .contactInner .supportTime {
	color:#ff7800;
	font-weight:bold;
	}

@media only screen and (min-width: 769px) {
#contact .contactInner .contactBtn a:hover,
#contact .contact li.green .contactBtn2 a:hover,
#contact .contact li.red .contactBtn2 a:hover {
	background:#777;
	}
}

@media only screen and (max-width: 768px) {
#contact {
	width:100%;
	margin:auto;
	}

#contact .contactInner {
	padding: 0;
	}
}

@media only screen and (max-width: 480px) {
#contact .greeting {
	text-align: left;
	}

#contact h2 {
    font-size: 13px;
    padding: 8px 8px 8px 16px;
    line-height: 1.1em; 
	}
	
/* faq -----------------------*/
#contact .faqDenimoba,
#contact .contactInner dl.faqInner {
	margin:0 0 10px 0;
	}

#contact .contactInner dl.faqInner dt {
    background: #f0f0f0 url(/7fs/contact/images/contact-plus.png) 97% 50% no-repeat;
	background-size:14px;
    padding: 12px 27px 12px 35px;
	}

#contact .contactInner dl.faqInner dt.active {
    background: #f0f0f0 url(/7fs/contact/images/contact-arrow.png) 97% 50% no-repeat;
	background-size:14px;
    padding: 12px 27px 12px 35px;
	}

/* 240726 追加 */
#contact .faq .fapSubtitle {
    margin-left: 0;
	}

/* contactBtn -----------------------*/
#contact .contactInner .contactBtn a {
    width: 100%;
    padding: 16px;
	}

#contact .contactInner .contactBtn a span {
    background-size: 16px;
    font-size: 14px;
	}

/* tel -----------------------*/
#contact .contactInner .telTxt {
    font-size: 15px;
	}

#contact .contactInner .tel {
    font-size: 8.5vw;
	}

#contact .contactInner .tel span {
    background-size: 28px auto;
    padding: 0 0 0 36px;
	}

/* お問い合わせ2カラム -----------------------*/
#contact .contactBtn2 a span,
#contact .contact li.green .contactBtn2 a span {
    background: none;
    background-size: 0;
    font-size: 13px;
    padding: 0;
	}

#contact .contactBtn2 {
    margin: 0 0 15px 0 !important;
	}

#contact .contact li .title {
	line-height: 1.4;
	}

#contact .faqBox p {
    margin: 0 0 10px 0 !important;
	}

#contact .faqBox span.txt_org a.fs {
    font-size: 20px;
	}
}



/* ----------------------------------------------------------------
    Structure= form
----------------------------------------------------------------- */
form .formElement .red {
	color:#ff0000 !important;
	}
	
form .formElement .matter,
form .formElement .any {
	margin-bottom: 12px !important;
	}

form .formElement .txt {
	margin: 5px 0 !important;
	}

form .formElement .fl,
form .formElement .fr {
	width:47%;
	white-space: nowrap;
	}
	
form .formElement .fl {
	float:left;
	}
	
form .formElement .fr {
	float: right;
	}

form .required,
form .any {
	    text-indent: -58px;
    margin-left: 58px;
	}
	
form .required:before {
    width: 26px;
    content: "必須";
    display: inline-block;
    background: #ff0000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    text-indent: 0;
    padding: 5px 14px;
    margin: 0 8px 0 0;
	}

form .any:before {
	width:26px;
	content: "任意";
	display: inline-block;
	background:#0071bc;
	color:#fff;
    text-align: center;
    font-size: 12px;
	border-radius:3px;
	text-indent: 0;
    padding: 5px 14px;
	margin: 0 8px 0 0;
	}

/*------------------ form ------------------*/
form .formElement {
	width:100%;
	margin:0 auto 25px;
	font-size:14px !important;
	}

form .formElement p {
	font-size:14px !important;
	}

form .formElement p span {
	font-size:13px !important;
	}
	
form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
	
form select {
    background: url(/7fs/contact/images/contact-arrow2.png) 90% 50% no-repeat #f0f0f0;
    background-size: 18px auto;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
	}

form select.time {
	width:20%;
	}

form select.prefecture {
	width:55%;
	background: url(/7fs/contact/images/contact-arrow2.png) 96% 50% no-repeat #f0f0f0;
    background-size: 18px auto;
	margin-bottom:5px;
	}

form select::-ms-expand {
	display: none;
	}

form input {
	width:100%;
	border:none;
	border-radius:3px;
    background: #f0f0f0;
	padding:15px;
	}

form input.shop {
	width:90%;
	}

form input.city {
	width:65%;
	}

form textarea {
	width:100%;
	border:none;
	border-radius:3px;
    background: #f0f0f0;
    padding: 15px;
	}

select:focus, input:focus, textarea:focus {
    border:solid 1px #ccc;
	background:#fff;
	}

form .button input {
	display:block;
	text-align:center;
	margin:25px;
	}

form .button input {
	max-width: 400px;
	width:100%;
	background:#ff7800 url(/7fs/contact/images/contact-link.png) no-repeat 22% 50%;
	background-size:18px;
	font-size:15px;
	font-weight:bold;
	color:#fff !important;
	cursor: pointer;
	border-radius:3px;
	border: none;
	transition:.5s;
	padding:15px 0;
	}

select:focus, input:focus, textarea:focus {
    border:solid 1px #99B3D1;
	background:#E5ECF3;
	}


/* ラジオボタン */
.radio01 label{
    width: 24%;
    display: inline-flex;
    white-space: nowrap;
    margin-bottom: 3px;
	}
	
.radio01-input{
	display: none;
	}

.radio01-parts{
	position:relative;
	padding-left: 20px;
	margin-right:20px;
	}

.radio01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	border-radius: 50%;
	margin:auto;
	}

.radio01-input:checked + .radio01-parts{
	color: #00BEFF;
	}

.radio01-input:checked + .radio01-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: #ff7800;
    border-radius: 50%;
    margin: auto;
	}

#answerrequest { display:none;}

@media only screen and (min-width: 769px) {
form .button input:hover{
	background:#666 url(/7fs/contact/images/contact-link.png) no-repeat 22% 50%;
	background-size:18px;
	}
}

@media only screen and (max-width: 480px) {
input,
select,
textarea {
	font-size: 16px;
	}

form .formElement .fl,
form .formElement .fr {
	width:90%;
	float:none;
	}

form .formElement .fl {
	margin-bottom: 5px;
	}

form .any:before,
form .required:before {
    padding: 4px 12px;
	}
	
.radio01 label,
form select.prefecture {
    width: 100%;
	}

form select.time {
    width: 80%;
    margin-bottom: 5px;
	}

form input.name {
    width: 90%;
	margin-bottom: 5px;
	}
}



/* ----------------------------------------------------------------
    Structure= send
----------------------------------------------------------------- */
#contact .contactInner .sendmessage {
	margin: 40px auto;
	}

#contact .contactInner .sendmessage .sendTit {
	color: #ff7800;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	}

#contact .contactInner .sendmessage .sendTxt {
	text-align:center;
	margin:0;
	}
	
@media only screen and (max-width: 480px) {
#contact .contactInner .sendmessage .sendTxt {
	text-align:left;
	}	
}



/* ----------------------------------------------------------------
    Structure= send
----------------------------------------------------------------- */
#contact .contactInner .error {
	width:100%;
	color:#fff;
	font-size:13px;
	background:#C00;
	border-radius: 3px;
	padding:4px;
	margin-bottom: 5px;
	}
	
@media only screen and (max-width: 480px) {
}


/* ----------------------------------------------------------------
    Structure= Footer
----------------------------------------------------------------- */
#footer ul li p,
#footer p#copyright span {
	display:none;
	}
	
@media only screen and (max-width: 768px) {
#footer {
	height:auto;
	padding:10px 0 14px;
	}

#footer ul {
	position: static;
	display:table;
	text-align:center;
	margin: 0 auto 6px;
	}

#footer ul li {
	width: auto;
	float: none;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
	margin-right: 20px;
	}

#footer ul li a {
    display: block;
    background: url(/7fs/contact/images/foot-arrow.png) no-repeat 0 50%;
    background-size: 7px auto;
    padding: 0 0 0 12px;
	}

#footer ul li p,
#footer p#copyright span {
	display: block;
	}

#footer ul li a,
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active {
	color:#333;
	text-decoration:none;
	}

#footer ul li:last-child {
	margin-right: 0;
	}

#footer p#copyright {
	position: static;
	text-align:center;
	font-size: 11px;
    line-height: normal;
	color:#333;
	padding:0;
	margin:0;
	}
	
}


/* ----------------------------------------------------------------
    Modules= Heading
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
#content h1 {
	width:95%;
    margin-bottom: 20px;
    padding: 0;
	margin:0 auto 20px;
	}

#content h1 img {
    width:100%;
	height:auto;
	}
}

@media only screen and (max-width: 480px) {
#content h1 {
	width:90%;
	}
}


/* ----------------------------------------------------------------
    Modules= Link
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
#main p.goPagetop{
	margin-right:0;
    margin-bottom: 15px;
	}
}


/* ----------------------------------------------------------------
    表示非表示
----------------------------------------------------------------- */
.tabnone { display:block !important;}
.pcnone { display:none !important;}

.spnone { display:block !important;}
.pcnone2 { display:none !important;}

@media only screen and (max-width: 768px) {
.tabnone { display:none !important;}
.pcnone { display:block !important;}
}

@media only screen and (max-width: 480px) {
.spnone { display:none !important;}
.pcnone2 { display:block !important;}
}


/* ----------------------------------------------------------------
    電話でのお問い合わせ
----------------------------------------------------------------- */
#contact .contactInner .telAnnotation {
    text-align: center;
    margin: 18px 0;
}

#contact .contactInner p.telNumber {
    margin: 0 0 30px;
    text-align: center;
}

#contact .contactInner .telNumber a {
    color: #ff7800;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}

#contact .contactInner .telNumber span {
    color: #333;
    font-weight: normal;
}

#contact .contactInner ul.annotation.seven-eleven-tel {
	/*text-align: center;*/
    font-size: 120%;
    margin: 0 auto 15px;
}

#contact .contactInner ul.annotation.seven-eleven-tel span {
	color: #ff0000;
}

#contact .contactInner .brands-logo-sp { display:none; }

@media only screen and (max-width: 480px) {
	
#contact .contactInner .brands-logo-pc { display:none; }
#contact .contactInner .brands-logo-sp { display:block; }
	
}



/* ----------------------------------------------------------------
    デニーズアプリホワイトリスト
----------------------------------------------------------------- */
#contact .contactInner .faq.app {
	padding-top: 25px !important;
}

