@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/


/*
==================================================

   ブログ用スタイル

==================================================
*/



/*
==================================================
  Cocoonの設定を上書き
==================================================
*/

/* カード内の行の高さ */
.entry-card-snippet, .related-entry-card-snippet {
  line-height: 1.6;
}



/*
==================================================
  基本設定
==================================================
*/

/* ----- 背景・テキスト ----- */
body {
min-width: 900px;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

body {
min-width: 0;
}
body.active {
width: 100%;
height: 100vh;
overflow: hidden;
}

}
/* ----- /834 ----- */

/* ----- 印刷用 ----- */
@media print {

body {
width: 1000px;
}

}



/*
==================================================
  レイアウト
==================================================
*/

div.limit {
max-width: 1000px;
margin: 0 auto;
padding: 0 65px;
box-sizing: content-box;
}

#content {
margin: 24px 0 0 40px;
}

.breadcrumb.wrap {
width: auto;
margin: 12px 5px 0;
padding: .6em 1em .6em 60px;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

div.limit {
padding: 0 8px;
}

#content {
margin: 0;
}

.breadcrumb.wrap {
padding: .6em 1em;
}

}
/* ----- /834 ----- */



/*
==================================================
  ヘッダ
==================================================
*/

#header {
background-color: #ffffff;
}

/* ----- プレート ----- */
#header div.plate {
display: table;
border-collapse: separate;
table-layout: fixed;
width: 100%;
margin: 0 0 20px;
padding: 10px 0 0;
line-height: 100%;
}

/* ----- サイトタイトル ----- */
#header div.plate div.logo {
display: table-cell;
width: 30%;
text-align: left;
vertical-align: bottom;
}
#header div.plate div.logo a {
display: inline-block;
text-decoration: none;
}
#header div.plate div.logo span {
display: block;
line-height: 100%;
}
#header div.plate div.logo span.site {
margin: 0 0 3px;
}
#header div.plate div.logo span.sub {
font-size: 11px;
font-weight: normal;
color: #2a2a2a;
text-align: center;
}

/* ----- 連絡先 ----- */
#header div.info {
display: table-cell;
width: 70%;
padding: 0;
background-color: transparent;
text-align: right;
}
#header div.info address {
font-style: normal;
}
#header div.info address.tel,
#header div.info div.control {
display: inline-block;
vertical-align: middle;
}
#header div.info address.tel {
padding: 0 20px 0 0;
}
#header div.info address.tel span {
display: block;
text-align: center;
line-height: 100%;
}
#header div.info address.tel span.msg {
font-size: 11px;
color: #7f7f7f;
}
#header div.info address.tel span.no {
margin: 4px 0 1px;
padding: 0 0 0 40px;
background: url(https://www.hashimoto-express.co.jp/image/design/freedial.png) no-repeat 0;
font-size: 26px;
font-weight: bold;
color: #236ab1;
}
#header div.info address.tel span.time {
padding: 4px;
background-color: #f0f0f0;
font-size: 12px;
}
#header div.info div.control address {
display: inline-block;
width: 140px;
border-radius: 5px;
opacity: 1;
}
#header div.info div.control address:hover {
opacity: 0.8;
}
#header div.info div.control address a {
display: block;
height: 60px;
font-size: 15px;
font-weight: bold;
color: #f9f9f9;
text-align: center;
text-decoration: none;
line-height: 60px;
}
#header div.info div.control address.contact {
background-color: #7fb24c;
}
#header div.info div.control address.entry {
background-color: #7fb24c;
}
#header div.info div.control address a span {
display: inline-block;
line-height: 100%;
}
#header div.info div.control address.contact a span {
padding: 5px 0 5px 25px;
background: url(https://www.hashimoto-express.co.jp/image/design/mail.png) no-repeat 0 3px;
}
#header div.info div.control address.entry a span {
padding: 5px 0 5px 25px;
background: url(https://www.hashimoto-express.co.jp/image/design/recruit.png) no-repeat 0 0;
}
#toggle {
display: none;
}

/* ----- メニュー ----- */
#menu {
line-height: 100%;
}
#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#gnav > li {
float: left;
position: relative;
width: 16.6%;
background: url(https://www.hashimoto-express.co.jp/image/design/menu.png) no-repeat right;
}
#gnav > li:last-child {
width: 17%;
background: none;
}
#gnav > li > a {
display: block;
padding: 18px 0 18px;
border-bottom: 3px #ffffff solid;
font-size: 15px;
font-weight: bold;
color: #2a2a2a;
text-align: center;
text-decoration: none;
line-height: 100%;
}
#gnav > li:hover > a {
border-bottom: 3px #236ab1 solid;
}
#gnav > li.active > a {
border-bottom: 3px #236ab1 solid;
}
#close {
display: none;
}
#gnav ul.child {
display: none;
position: absolute;
width: 120%;
background-color: #0066cc;
z-index: 100;
}
#gnav ul.child li a {
display: block;
padding: 12px 2px 10px 14px;
border-top: 1px #f9f9f9 dotted;
font-size: 14px;
color: #f9f9f9;
text-align: left;
text-decoration: none;
line-height: 140%;
}
#gnav ul.child li:first-child a {
border-top: 1px #f9f9f9 solid;
}
#gnav ul.child li:hover a {
background-color: #004c99;
}

/* ----- ページタイトル ----- */
#header div.cover {
margin: 0;
border-top: 1px #ffffff solid;
color: #ffffff;
text-align: center;
text-shadow: 0 0 1px #000000;
}
#header div.cover div.limit {
position: relative;
height: 350px;
}
#header div.cover div.hgroup {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
}
#header div.cover div.hgroup p {
margin: 0 0 10px;
font-size: 55px;
font-weight: bold;
line-height: 100%;
}
#header div.cover div.hgroup .logo {
margin: 0;
font-size: 30px;
line-height: 100%;
}
#header div.cover div.hgroup .logo a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
.logo-text {
padding: 0;
}

/* ----- タイトル背景 ----- */
#header div.blog {
background: #555555 url(https://www.hashimoto-express.co.jp/image/header/blog.jpg) no-repeat center/cover;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

#header > div.limit {
padding: 0;
}

#header div.plate {
display: block;
margin: 0;
padding: 0;
}

#header div.plate div.logo {
display: block;
width: auto;
text-align: center;
}
#header div.plate div.logo a {
width: 135px;
margin: 8px 0 4px;
}
#header div.plate div.logo span.site {
margin: 0;
}
#header div.plate div.logo span.sub {
display: none;
}

#header div.info {
display: block;
text-align: center;
margin: 0;
}
#header div.info address.tel {
display: none;
}
#header div.info div.control {
display: table;
border-collapse: collapse;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
border-top: 1px #f9f9f9 solid;
z-index: 999;
}
#header div.info div.control address {
display: table-cell;
width: auto;
border-radius: 0;
}
#header div.info div.control address:hover {
opacity: 1;
}
#header div.info div.control address a {
height: 50px;
border-right: 1px #f9f9f9 solid;
font-size: 14px;
font-weight: normal;
line-height: 50px;
}
#header div.info div.control address.contact {
background-color: #e57f19;
}
#header div.info div.control address.entry {
background-color: #e57f19;
}
#header div.info div.control address.contact a span {
padding: 5px 0 5px 27px;
background: url(https://www.hashimoto-express.co.jp/image/design/mail_sp.png) no-repeat 0 2px;
}
#header div.info div.control address.entry a span {
margin: 0 16px;
padding: 5px 0 5px 25px;
background: url(https://www.hashimoto-express.co.jp/image/design/recruit_sp.png) no-repeat 0 0;
}

/* チャットボットの位置調整 */
div.siq_bR {
bottom: 55px;
}

#toggle {
display: block;
position: fixed;
top: 0;
right: 0;
width: 45px;
height: 41px;
background-color: #236ab1;
color: #f9f9f9;
cursor: pointer;
}
#toggle span.line {
display: inline-block;
position: absolute;
left: 11px;
width: 50%;
height: 3px;
background-color: #f9f9f9;
border-radius: 2px;
transition: all 0.4s;
}
#toggle span.line:nth-of-type(1) {
top: 11px;
}
#toggle span.line:nth-of-type(2) {
top: 19px;
}
#toggle span.line:nth-of-type(3) {
top: 27px;
}
#toggle.active span.line:nth-of-type(1) {
top: 13px;
left: 11px;
width: 50%;
transform: translateY(6px) rotate(-45deg);
}
#toggle.active span.line:nth-of-type(2) {
opacity: 0;
}
#toggle.active span.line:nth-of-type(3){
top: 25px;
left: 11px;
width: 50%;
transform: translateY(-6px) rotate(45deg);
}
#toggle span.menu {
/* display: block; */
display: none;
position: absolute;
bottom: 4px;
width: 100%;
font-size: 10px;
text-align: center;
line-height: 100%;
}

body.active #unit {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
transition: background-color 0.3s linear;
background-color: rgba(0, 0, 0, 0.3);
z-index: 997;
}

#menu {
position: fixed;
bottom: 50px;
right: -120%;
width: 260px;
height: calc(100vh - 50px);
transition: all 0.4s;
overflow: auto;
z-index: 998;
background-color: #4c7fb2;
}
#menu ul#gnav {
margin: 41px 0 0;
border-top: 1px #f9f9f9 solid;
}
#menu.active {
right: 0;
}
#menu div.limit {
padding: 0;
}
#gnav {
background-color: #236ab1;
z-index: 998;
}
#gnav > li {
float: none;
width: auto;
background: none;
}
#gnav > li:last-child {
width: auto;
}
#gnav > li > a {
margin: 0;
padding: 13px;
border-bottom: 1px #f9f9f9 solid;
border-left: 4px transparent solid;
font-size: 15px;
font-weight: normal;
color: #f9f9f9;
text-align: left;
line-height: 140%;
}
#gnav > li:hover > a {
border-bottom: 1px #f9f9f9 solid;
}
#gnav > li.active > a {
background-color: #2d88e3;
border-bottom: 1px #f9f9f9 solid;
border-left: 4px #ffcc32 solid;
animation: flash 1s linear infinite;
}

#close {
/* display: list-item; */
display: none;
padding: 10px 0;
border-bottom: 1px #f9f9f9 solid;
cursor: pointer;
}
#close div {
position: relative;
width: 70px;
height: 60px;
margin: 0 auto;
}
#close div span.line {
display: inline-block;
position: absolute;
width: 65%;
height: 5px;
background-color: #f9f9f9;
border-radius: 5px;
}
#close div span.line:nth-of-type(1) {
top: 14px;
left: 12px;
transform: translateY(6px) rotate(-45deg);
}
#close div span.line:nth-of-type(2) {
top: 26px;
left: 12px;
transform: translateY(-6px) rotate(45deg);
}
#close div span.close {
display: block;
position: absolute;
bottom: 0;
width: 100%;
font-size: 13px;
color: #f9f9f9;
text-align: center;
}

#gnav ul.child {
display: block;
position: static;
width: 100%;
background-color: #1e5a97;
border-bottom: 1px #f9f9f9 solid;
z-index: 998;
}
#gnav ul.child li a {
display: block;
padding: 13px 13px 11px 30px;
border-top: none;
border-bottom: 1px #f9f9f9 dotted;
border-left: 4px transparent solid;
font-size: 15px;
font-weight: normal;
color: #f9f9f9;
text-align: left;
line-height: 140%;
}
#gnav ul.child li:first-child a {
border-top: none;
}
#gnav ul.child li:last-child a {
border-bottom: none;
}
#gnav ul.child li:hover a {
background-color: #1e5a97;
}
#gnav ul.child li.active a {
background-color: #2d88e3;
border-left: 4px #ffcc32 solid;
animation: flash 1s linear infinite;
}

@keyframes flash {
0%, 100% { border-left: 4px #ffcc32 solid; }
50% { border-left: 4px transparent solid; }
}

#header div.cover div.limit {
height: 200px;
}
#header div.cover div.hgroup p {
padding: 0 5px;
font-size: 30px;
line-height: 110%;
}
#header div.cover div.hgroup .logo {
padding: 0 5px;
font-size: 18px;
}

}
/* ----- /834 ----- */



/*
==================================================
  コンテンツ
==================================================
*/

.content {
  margin-bottom: 20px;
}

.sidebar h3 {
  margin: 0 0 16px;
  padding:  5px 12px 4px;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

}
/* ----- /834 ----- */



/*
==================================================
  お問い合わせ
==================================================
*/

#contact {
margin: 0 0 2px;
padding: 100px 0 50px;
background: url(https://www.hashimoto-express.co.jp/image/design/contact_back.jpg) no-repeat center/cover;
}

/* ----- バナー ----- */
#contact div.banner {
max-width: 720px;
margin: 0 auto;
padding: 0 10px;
background-color: #4799ea;
border: 2px #ffffff solid;
box-sizing: content-box;
}
#contact div.banner div.msg {
position: relative;
padding: 22px 180px 17px 18px;
font-size: 25px;
font-weight: bold;
color: #f9f9f9;
line-height: 160%;
}
#contact div.banner div.img {
position: absolute;
bottom: -50px;
right: 20px;
width: 100%;
width: calc(100% - 20px);
height: 200px;
background: url(https://www.hashimoto-express.co.jp/image/design/guide.png) no-repeat right top/contain;
}

#contact div.banner address {
display: table;
position: relative;
border-collapse: separate;
border-spacing: 15px 0;
table-layout: fixed;
padding: 0 0 25px;
width: 100%;
font-style: normal;
z-index: 2;
}
#contact div.banner address dl {
display: table-cell;
width: 50%;
padding: 20px 0 18px;
background-color: #ffffff;
text-align: center;
}
#contact div.banner address dl dt {
margin: 0 0 14px;
font-size: 14px;
font-weight: bold;
line-height: 100%;
}
#contact div.banner address dl.tel dt span {
padding: 3px 0 3px 20px;
background: url(https://www.hashimoto-express.co.jp/image/design/contact_phone.png) no-repeat 0 4px;
}
#contact div.banner address dl.form dt span {
padding: 3px 0 3px 24px;
background: url(https://www.hashimoto-express.co.jp/image/design/contact_mail.png) no-repeat 0 5px;
}
#contact div.banner address dl dd {
margin: 0;
}

#contact div.banner address dl.tel dd div.no {
font-weight: bold;
line-height: 100%;
}
#contact div.banner address dl.tel dd div.pc {
margin: 20px 0 10px;
font-size: 36px;
color: #1466b7;
}
#contact div.banner address dl.tel dd div.sp {
display: none;
}
#contact div.banner address dl.tel dd div.time {
margin: 0 20px;
padding: 9px 0 8px;
background-color: #f0f0f0;
font-size: 14px;
line-height: 100%;
}

#contact div.banner address dl.form dd div {
width: 80%;
border-radius: 5px;
opacity: 1;
transition: opacity 0.2s;
}
#contact div.banner address dl.form dd div:hover {
opacity: 0.8;
}
#contact div.banner address dl.form dd div a {
display: block;
padding: 12px 0 11px;
font-size: 17px;
font-weight: bold;
color: #f9f9f9;
text-align: center;
text-decoration: none;
line-height: 100%;
}
#contact div.banner address dl.form dd div.contact {
margin: 0 auto 8px;
background-color: #7fb24c;
line-height: 100%;
}
#contact div.banner address dl.form dd div.entry {
margin: 0 auto;
background-color: #7fb24c;
line-height: 100%;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

#contact {
margin: 0 0 40px;
padding: 40px 0 30px;
}

#contact div.banner {
max-width: 450px;
padding: 0;
}
#contact div.banner div.msg {
padding: 15px 104px 15px 10px;
font-size: 17px;
line-height: 150%;
}
#contact div.banner div.img {
bottom: -10px;
right: 10px;
width: 100%;
width: calc(100% - 10px);
height: 100px;
background: url(https://www.hashimoto-express.co.jp/image/design/guide.png) no-repeat right top/contain;
}

#contact div.banner address {
display: block;
padding: 0 0 20px;
}
#contact div.banner address dl {
display: block;
width: auto;
margin: 0 10px 10px;
padding: 20px 0 18px;
}
#contact div.banner address dl dt {
font-size: 15px;
}

#contact div.banner address dl.tel dd div.pc {
display: none;
}
#contact div.banner address dl.tel dd div.sp {
display: block;
margin: 18px 0 10px;
font-size: 28px;
}
#contact div.banner address dl.tel dd div.time {
margin: 0 10px;
}

#contact div.banner address dl.form dd div {
width: 90%;
max-width: 300px;
}
#contact div.banner address dl.form dd div:hover {
opacity: 1;
}
#contact div.banner address dl.form dd div a {
padding: 15px 0 14px;
font-size: 16px;
}
#contact div.banner address dl.form dd div.contact {
margin: 0 auto 10px;
}

}
/* ----- /834 ----- */



/*
==================================================
  フッタ
==================================================
*/

#footer {
margin: 0;
padding: 35px 0 0;
background-color: #236ab1;
font-size: 14px;
color: #f9f9f9;
}
#footer a {
color: #f9f9f9;
text-decoration: none;
}
#footer a:hover {
background-color: transparent;
text-decoration: underline;
}

#footer div.limit {
position: relative;
}
#footer div.limit div.img {
position: absolute;
top: -94px;
left: 0;
width: 99%;
height: 99px;
background: url(https://www.hashimoto-express.co.jp/image/design/foot_bee.png) no-repeat right top;
}

#footer div.plate {
width: 100%;
margin: 0 0 10px;
}

/* ----- メニュー ----- */
#footer div.fnav {
width: 50%;
float: left;
padding: 2px 0 0;
}
#footer div.fnav nav ul {
width: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}
#footer div.fnav nav ul li {
line-height: 140%;
}
#footer div.fnav nav > ul > li {
width: 50%;
float: left;
margin: 0 0 25px;
font-size: 16px;
font-weight: bold;
}
#footer div.fnav nav > ul > li > a {
padding: 3px 0 3px 17px;
background: url(https://www.hashimoto-express.co.jp/image/design/foot_arrow.png) no-repeat 0 5px;
}
#footer div.fnav nav ul ul li {
margin: 6px 0 0 10px;
font-size: 14px;
font-weight: normal;
}
#footer div.fnav nav ul ul li a {
padding: 0 0 0 14px;
background: url(https://www.hashimoto-express.co.jp/image/design/foot_dash.png) no-repeat 0 5px;
}

/* ----- 連絡先 ----- */
#footer div.address {
width: 50%;
float: right;
}
#footer div.address address {
margin: 0 0 20px;
font-style: normal;
}
#footer div.address dl {
margin: 0;
}
#footer div.address dl dt {
margin: 0 0 12px;
line-height: 100%;
}
#footer div.address dl dd {
margin: 0 0 10px;
line-height: 100%;
}
#footer div.address dl dd p {
margin: 0;
line-height: 160%;
}
#footer div.address dl dd span.company::after {
content: "：";
}
#footer div.address dl dd span.tel::after {
content: " /";
}
#footer div.address dl dd span.tel span.sp {
display: none;
}

/* ----- ソーシャル ----- */
/* 旧 */
#footer div.address ul.social {
margin: 0;
padding: 0;
list-style-type: none;
}
#footer div.address ul.social li {
display: inline-block;
margin: 0 25px 0 0;
}
#footer div.address ul.social li img {
margin: 0 0 0 -5px;
vertical-align: -0.5em;
}
/* 新 */
#footer div.address ul.sns {
margin: 0;
padding: 0;
list-style-type: none;
}
#footer div.address ul.sns li {
display: inline-block;
margin: 0 10px 5px 0;
}
#footer div.address ul.sns li img {
margin: 0 3px 0 0;
vertical-align: -0.3em;
}

/* ----- 認証マーク ----- */
#footer div.address ul.mark {
margin: 20px 0 0;
padding: 0;
list-style-type: none;
}
#footer div.address ul.mark li {
display: inline-block;
width: 80px;
margin: 0 3px 0 0;
padding: 7px 0 4px;
background-color: #ffffff;
border-radius: 5px;
text-align: center;
line-height: 100%;
}
#footer div.address ul.mark li:last-child {
margin: 0;
}
#footer div.address ul.mark li img {
width: inherit;
max-width: 100%;
width /***/:auto;
height: 60px;
}

/* ----- ボトム ----- */
#footer div.bottom {
padding: 20px 0 30px;
background-color: #1e5a97;
}
#footer div.bottom div.limit {
line-height: 100%;
}
#footer div.bottom ul {
width: 50%;
float: left;
margin: 0;
padding: 0;
list-style-type: none;
font-size: 13px;
line-height: 100%;
}
#footer div.bottom ul li {
display: inline-block;
margin: 0 15px 0 5px;
}
#footer div.bottom ul li a {
background-color: transparent;
}

/* ----- コピーライト ----- */
#footer div.bottom div.copy {
font-size: 13px;
color: #b8d5f1;
text-align: right;
line-height: 100%;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

#footer {
font-size: 16px;
}
#footer a:hover {
text-decoration: none;
}

#footer div.limit div.img {
top: -65px;
left: 0;
width: 98%;
height: 50px;
background-size: contain;
}

#footer div.plate {
margin: 0 0 30px;
}

#footer div.fnav {
width: 100%;
float: none;
margin: 0 0 40px;
padding: 0 0 25px;
border-bottom: 2px #f9f9f9 dotted;
}
#footer div.fnav nav ul li {
line-height: 160%;
}
#footer div.fnav nav > ul > li {
width: 48%;
margin: 0 1% 20px;
padding: 20px 0 0;
border-top: 1px #f9f9f9 solid;
font-size: 16px;
}
#footer div.fnav nav ul ul li {
margin: 7px 0 7px 5px;
font-size: 15px;
}
#footer div.fnav nav ul ul li:last-child {
margin: 7px 0 0 7px;
}
#footer div.fnav nav ul ul li a {
padding: 0 0 0 14px;
background: url(https://www.hashimoto-express.co.jp/image/design/foot_dash.png) no-repeat 0 6px;
}

#footer div.address {
width: 100%;
float: none;
text-align: center;
}
#footer div.address address {
margin: 0;
}
#footer div.address dl {
padding: 0;
background: none;
}
#footer div.address dl dt {
margin: 0 0 30px;
}
#footer div.address dl dd {
margin: 0 0 30px;
}
#footer div.address dl dd:last-child {
margin: 0;
}
#footer div.address dl dd p span {
display: block;
margin: 0 0 10px;
}
#footer div.address dl dd span.company {
margin: 0 0 15px;
font-size: 17px;
font-weight: bold;
}
#footer div.address dl dd span.company:after {
content: "";
}
#footer div.address dl dd span.tel:after {
content: "";
}
#footer div.address dl dd span.tel span.sp {
display: inline;
}
#footer div.address dl dd span.tel span.pc {
display: none;
}

#footer div.address ul.sns li {
display: block;
margin: 0 0 10px;
}
#footer div.address ul.sns li img {
vertical-align: -0.2em;
}

#footer div.address ul.mark {
margin: 30px 0 0;
}

#footer div.bottom {
padding: 30px 0 100px;
}
#footer div.bottom ul {
width: auto;
float: none;
margin: 0 0 20px;
font-size: 14px;
text-align: center;
}
#footer div.bottom ul li {
margin: 0 15px 5px;
}

#footer div.bottom div.copy {
text-align: center;
}

}
/* ----- 834 ----- */



/*
==================================================
  その他
==================================================
*/

/* ----- LINE ----- */
#line-main {
margin: 50px 0 50px;
text-align: center;
}
#line-main img {
border: 1px #06c755 solid;
}

#line-side {
position: fixed;
top: 140px;
left: 0;
z-index: 1000;
}

#line-sp {
display: none;
}

/* ----- Back to Top ----- */
#backtop {
display: none;
position: fixed;
z-index: 996;
/* bottom: 45px; */
bottom: 80px;
right: 15px;
margin: 0;
}
#backtop a {
display: block;
width: 46px;
height: 50px;
background-color: #2b80d5;
border: 1px #ffffff solid;
border-radius: 5px;
text-align: center;
line-height: 50px;
box-sizing: content-box;
}
#backtop a:hover {
background-color: #2b80d5;
opacity: 1;
}

/* ----- 画像の境界線 ----- */
img.border {
box-sizing: border-box;
border: 1px #dfdfdf solid;
}

/* ----- フロートのクリア ----- */
.multi::after {
content: "";
clear: both;
display: block;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

#line-main {
margin: 30px 0 30px;
}

#line-side {
display: none;
}

#line-sp {
display: inline-block;
position: fixed;
bottom: 50px;
left: 5px;
z-index: 1000;
}

#backtop {
bottom: 55px;
right: 5px;
margin: 0;
}
#backtop a {
display: none;
width: 70px;
height: 34px;
border-radius: 3px;
line-height: 34px;
}

}
/* ----- 834 ----- */












