@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPミディアム*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*Zen Old Minchoボールド*/
  font-family: "Zen Old Mincho";
  src: url('../fonts/font/ZenOldMincho-Bold.ttf');
  src:
  url('../fonts/font/ZenOldMincho-Bold.woff2') format('woff2'),
  url('../fonts/font/ZenOldMincho-Bold.woff') format('woff'),
  url('../fonts/font/ZenOldMincho-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*Zen Old Minchoブラック*/
  font-family: "Zen Old Mincho";
  src: url('../fonts/font/ZenOldMincho-Black.ttf');
  src:
  url('../fonts/font/ZenOldMincho-Black.woff2') format('woff2'),
  url('../fonts/font/ZenOldMincho-Black.woff') format('woff'),
  url('../fonts/font/ZenOldMincho-Black.ttf') format('truetype');
	font-weight: 900;
}
@font-face {/*Poppinsボールド*/
  font-family: "Poppins";
  src: url('../fonts/font/Poppins-Bold.ttf');
  src:
  url('../fonts/font/Poppins-Bold.woff2') format('woff2'),
  url('../fonts/font/Poppins-Bold.woff') format('woff'),
  url('../fonts/font/Poppins-Bold.ttf') format('truetype');
	font-weight: 700;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #000000;text-decoration: none;
}
a:hover, a:active {
	color: #000000;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #000000;
	background: url("../img/common/bg01.jpg") repeat top left;
	background-size: contain;
	font-size:18px;
	line-height:1.45;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 420px;height: 80px;margin: 60px auto 0;}
.btn01 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 0 65px;box-sizing: border-box;position: relative;background: #4D473D;border-radius: 60px;}
.btn01 a .btn-text {color: #FFFFFF;text-align: center;}
.btn01 a .arrow {width: 32px;height: 32px;background: url("../img/common/btn_arrow01.svg") no-repeat center;background-size: 8px;border: 2px solid #FFFFFF;box-sizing: border-box;border-radius: 50%;position: absolute;top: 50%;right: 24px;transform: translateY(-50%);}
.btn01 a:hover {text-decoration: none;background: #51ACC4;}

.title01 {font-family: "Zen Old Mincho";margin-bottom: 40px;}
.title01 .en {display: block;font-size: 20px;line-height: 1.45;letter-spacing: 0.04em;color: #3B8FA5;margin-bottom: 8px;text-transform: uppercase;}
.title01 .ja {display: block;font-size: 52px;line-height: 1.44;}

.title01.tate {margin-top: -20px;margin-bottom: 0;}
.title01.tate .en {margin: 20px 0 0 15px;}
.title01.tate .ja {line-height: 1;letter-spacing: -0.3em;}
.safari .title01.tate {margin-top: 0;}
.safari .title01.tate .en {margin-top: 5px;}
.safari .title01.tate .ja {letter-spacing: 0.1em;}
@-moz-document url-prefix(){
	.title01.tate {margin-top: 0;}
	.title01.tate .en {margin-top: 5px;}
    .title01.tate .ja {letter-spacing: 0.1em;}
}

.title02 {margin-bottom: 40px;}
.title02 .sub {display: block;padding-left: 76px;box-sizing: border-box;font-size: 21px;line-height: 1.43;font-weight: 500;color: #51ACC4;margin-bottom: 16px;position: relative;}
.title02 .sub::before {content: "";display: block;width: 60px;height: 1px;background: #51ACC4;position: absolute;top: 16px;left: 0;}
.title02 .title {display: block;font-family: "Zen Old Mincho";font-size: 40px;line-height: 1.44;}

.tel_box {}
.tel_box .tel {}
.tel_box .tel .num {font-size: 36px;font-weight: 700;line-height: 51px;}
.tel_box .tel-text {font-size: 16px;line-height: 24px;}
.tel_box .tel-text span {display: inline-block;font-size: 16px;line-height: 24px;padding: 0 4px;border: 1px solid #FFFFFF;box-sizing: border-box;margin-right: 8px;}

.under-cont > section {padding: 120px 0;}
.under-cont > section:first-child {padding-top: 50px;}
.under-cont > section:nth-child(2n) {background: url("../img/common/bg02.jpg") repeat top left;background-size: contain;}

/*ウェブフォント*/
.normal{font-weight: 400;}
.medium {font-weight: 500;}
.bold{font-weight: 700;}
.black{font-weight: 900;}

.common_text {line-height: 2;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.min {font-family: "Zen Old Mincho";}
.pop {font-family: "Poppins";}

.text_uppercase {text-transform: uppercase;}
.text_capitalize {text-transform: capitalize;}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.safari .tate {letter-spacing: 0.1em;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
}

/*色*/
.shiro {color:#fff;}
.kuro {color: #000000;}
.cha {color: #4D473D;}
.mizu {color: #3B8FA5;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    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;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 110px;min-width:1100px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;}
.fixed #header {background: #fff;}
#header .header_inner {height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;}
#header .header_inner .logo_box {width: auto;margin-left: 20px;position: relative;z-index: 1;}
#header .header_inner .logo {width: 360px;}
#header .header_inner .logo a {display: flex;align-items: center;width: 100%;}
#header .header_inner .logo a img {width: 172px;margin-right: 16px;}
#header .header_inner .logo a .logo-text {display: inline-block;font-size: 13px;line-height: 19px;font-weight: 500;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .right {height: 100%;justify-content: flex-end;padding-top: 12px;box-sizing: border-box;margin-right: 20px;}
#header .header_inner .right .right_top {height: 50px;margin-bottom: 10px;justify-content: flex-end;}
#header .header_inner .right .right_top .tel_box {padding-left: 62px;position: relative;}
#header .header_inner .right .right_top .tel_box .tel .num {font-family: 'NotoSansJP';font-size: 24px;line-height: 33px;padding-left: 20px;position: relative;}
#header .header_inner .right .right_top .tel_box .tel .num::before {content: "";display: block;width: 16px;height: 16px;background: url("../img/common/tel_icon.svg") no-repeat center;background-size: contain;position: absolute;top: 11px;left: 0;}
#header .header_inner .right .right_top .tel_box .tel-text {margin-top: -6px;text-align: right;}
#header .header_inner .right .right_top .tel_box .tel-text span {width: 46px;height: 46px;line-height: 21px;padding: 1px 6px 2px;border: 1px solid #4A4A49;margin-right: 0;text-align: center;position: absolute;bottom: 0;left: 0;}

#header .header_inner .right .right_top .btn01.contact_btn {width: 200px;height: 48px;margin: 0 0 0 24px;}
#header .header_inner .right .right_top .btn01.contact_btn a {padding: 0 30px;}
#header .header_inner .right .right_top .btn01.contact_btn a .btn-text {padding-left: 32px;position: relative;}
#header .header_inner .right .right_top .btn01.contact_btn a .btn-text::before {content: "";display: block;width: 24px;height: 18px;background: url("../img/common/mail_icon.svg") no-repeat center;background-size: contain;position: absolute;top: 5px;left: 0;}

/*gnav*/
.gnav {height: 38px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 24px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: flex;flex-wrap: nowrap;height: 100%;justify-content: center;width: auto;max-width: 100%;}
.gnav > ul > li > a > span {line-height: 26px;transition: 0.3s;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;color: #51ACC4;}

.gnav .gnav_first {position: relative;}
.gnav .gnav_first > p {display: flex;height: 100%;line-height: 26px;padding-right: 20px;position: relative;white-space: nowrap;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 14px;height: 10px;background: url("../img/common/nav_arrow.svg") no-repeat center;background-size: contain;transition: 0.3s;position: absolute;top: 10px;right: 0;}
.gnav .gnav_first:hover > p {color: #51ACC4;}
.gnav .gnav_first:hover > p::after {transform: rotate(180deg);background: url("../img/common/nav_arrow_h.svg") no-repeat center;background-size: contain;}
.gnav_bg {
	position: absolute;
	left: 0;
	padding-top: 20px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	box-sizing: border-box;
}
.gnav_second {
	background: #fff;
	padding: 20px 16px;
	box-sizing: border-box;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_first .gnav_second li {
	white-space: nowrap;
	border-bottom: 1px solid #E3E3E1;
}
.gnav_first .gnav_second li.title {
	padding: 0 8px 16px;
}
.gnav_first .gnav_second li:first-child a {
	padding-top: 0;
}
.gnav_first .gnav_second li:last-child {
	border-bottom: none;
}
.gnav_first .gnav_second li:last-child a {
	padding-bottom: 0;
}
.gnav_first .gnav_second li a {
	display: block;
	width:100%;
	padding: 16px 8px;
	box-sizing: border-box;
}
.gnav_first .gnav_second li a:hover {
	text-decoration: none;
	color: #51ACC4;
}

/* main */
/*-------------------------------------------*/
#main {margin-top:140px;}
#main.home_main {display: flex;align-items: center;justify-content: center;width: 100%;padding-bottom: 50px;position: relative;box-sizing: border-box;}
#main.home_main .main-img_box {width: calc((100% - 560px) / 2);height: 480px;position: absolute;top: 0;}
#main.home_main .main-img_box .main-img {width: 100%;height: 100%;overflow: hidden;position: absolute;top: 0;left: 0;opacity: 0;animation: image-switch-animation 20s infinite;}
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  55%{ opacity: 1;}
  60%{ opacity: 0;}
  100%{ opacity: 0;}
}
#main.home_main .main-img_box .main-img:nth-of-type(1) {animation-delay: 0s;}
#main.home_main .main-img_box .main-img:nth-of-type(2) {animation-delay: 10s;}
#main.home_main .main-img_box .main-img.main-img01 {background: url("../img/main/main_img01.jpg") no-repeat center;background-size: cover;}
#main.home_main .main-img_box .main-img.main-img02 {background: url("../img/main/main_img02.jpg") no-repeat center;background-size: cover;}
#main.home_main .main-img_box01 {left: 0;}
#main.home_main .main-img_box01::before {content: "";display: block;width: 670px;height: 590px;background: url("../img/main/main_bg01.png") no-repeat center right;background-size: contain;position: absolute;top: -60px;right: 40px;}
#main.home_main .main-img_box01 .main-img {border-radius: 0 20px 20px 0;}
#main.home_main .main-img_box02 {right: 0;}
#main.home_main .main-img_box02::before {content: "";display: block;width: 720px;height: 570px;background: url("../img/main/main_bg02.png") no-repeat center left;background-size: contain;position: absolute;top: -30px;left: -30px;}
#main.home_main .main-img_box02::after {content: "";display: block;width: 154px;height: 172px;background: url("../img/main/il01.png") no-repeat center;background-size: contain;position: absolute;bottom: -10px;left: 32px;}
#main.home_main .main-img_box02 .main-img {border-radius: 20px 0 0 20px;}
#main.home_main .main-text_box {width: 500px;margin: 0 auto;text-align: center;position: relative;margin-top: 50px;}
#main.home_main .main-text_box .main-hukidashi {width: 170px;height: 170px;padding-top: 23px;box-sizing: border-box;background: url("../img/main/hukidashi.png") no-repeat center bottom;background-size: contain;position: absolute;top: -20px;left: -150px;z-index: 1;}
#main.home_main .main-text_box .main-hukidashi > span {display: block;font-size: 20px;line-height: 1.45;}
#main.home_main .main-text_box .main-hukidashi > span.big {font-size: 22px;margin-bottom: -12px;}
#main.home_main .main-text_box .main-hukidashi > span.big .tate {line-height: 1;}
#main.home_main .main-text_box .main-hukidashi > span.big em {display: inline-block;font-size: 60px;font-weight: 700;letter-spacing: -0.04em;margin: 0 2px 0 5px;}
#main.home_main .main-text_box .main_title {font-size: 40px;line-height: 1.45;font-weight: 900;letter-spacing: -0.04em;margin-bottom: 32px;}
#main.home_main .main-text_box .main_title em {font-size: 52px;font-weight: 700;letter-spacing: 0;margin-right: 7px;}
#main.home_main .main-text_box .main_title em.mr0 {margin-right: 0;}
#main.home_main .main-text_box .main_title em.big {font-size: 48px;font-weight: 900;color: #3B8FA5;position: relative;}
#main.home_main .main-text_box .main_title em.big::before {content: "";display: block;width: 94px;height: 16px;background: url("../img/main/line.png") no-repeat center;background-size: contain;position: absolute;bottom: -8px;left: 50%;transform: translateX(-50%);}
#main.home_main .main-text_box .main_text {font-size: 20px;letter-spacing: 0.024em;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 200px;box-sizing: border-box;}
#main.kasou .wrap {display: table;width: 1200px;height: 100%;background: #F2F1EF;border-radius: 100px;}
#main.kasou .main_title {display: table-cell;font-family: "Zen Old Mincho";font-size: 40px;line-height: 1.45;vertical-align: middle;text-align: center;}

body.single-page_works #main.kasou, body.single-page_graveyard #main.kasou {height: auto;}
body.single-page_works #main.kasou .wrap, body.single-page_graveyard #main.kasou .wrap {display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 30px;box-sizing: border-box;min-height: 200px;}
body.single-page_works #main.kasou ul.cate-list02, body.single-page_graveyard #main.kasou ul.cate-list02 {justify-content: center;}
body.single-page_works #main.kasou .main_title, body.single-page_graveyard #main.kasou .main_title {display: block;}

/*パンくず*/
div#bread {width: 100%;padding-top: 8px;}
ul.bread-list {font-size:13px;justify-content: flex-end;}
ul.bread-list li {line-height: 19px;}
ul.bread-list li a {text-decoration:none;line-height: 19px;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"＞";margin: 0 8px;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#contact-sec {background: #51ACC4;padding: 104px 0;text-align: center;}
#contact-sec .title_box {margin-bottom: 24px;position: relative;}
#contact-sec .title_box .title01 {margin-bottom: 0;}
#contact-sec .title_box .title01 .ja {font-size: 56px;}
#contact-sec .title_box img {display: block;width: 243px;position: absolute;top: -46px;left: 214px;}
#contact-sec .box-list {justify-content: space-between;}
#contact-sec .box-list .box {width: 350px;padding: 40px 0;box-sizing: border-box;background: #3AA2BE;border-radius: 20px;}
#contact-sec .box-list .box > img {width: 50px;margin-bottom: 8px;}
#contact-sec .box-list .box h3 {font-size: 24px;font-weight: 500;}
#contact-sec .box-list .box01 .tel_box {margin-top: 12px;}
#contact-sec .box-list .box01 .tel_box .tel .num {color: #FFFFFF;}
#contact-sec .box-list .box01 .tel_box .tel-text {color: #FFFFFF;}
#contact-sec .box-list .box02 .btn01 {width: 280px;height: 64px;margin-top: 16px;}
#contact-sec .box-list .box02 .btn01 a {padding: 0 40px;background: #FFFFFF;border: 1px solid #FFFFFF;}
#contact-sec .box-list .box02 .btn01 a .btn-text {color: #5097AA;margin-bottom: 2px;}
#contact-sec .box-list .box02 .btn01 a .arrow {width: 10px;height: 14px;background: url("../img/common/btn_arrow02.svg") no-repeat center;background-size: contain;border: none;right: 30px;}
#contact-sec .box-list .box02 .btn01 a:hover {background: #3AA2BE;}
#contact-sec .box-list .box02 .btn01 a:hover .btn-text {color: #FFFFFF;}
#contact-sec .box-list .box02 .btn01 a:hover .arrow {filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(286%) hue-rotate(48deg) brightness(114%) contrast(100%);}
#contact-sec .box-list .box03 .qr-img {width: 64px;margin: 16px auto 0;}

#map-sec {width: 100%;height: 480px;position: relative;}
#map-sec iframe {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}

#footer {padding: 100px 0 40px;background: #FFFFFF;}
#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;flex-direction: row-reverse;margin-bottom: 60px;}
#footer .footer_box .left {width: 290px;}
#footer .footer_box .left .logo {width: 240px;margin-bottom: 40px;}
#footer .footer_box .left .logo a {display: block;width: 100%;}
#footer .footer_box .left .logo a img {width: 100%;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}
#footer .footer_box .left .address {margin-bottom: 8px;}
#footer .footer_box .left .address02 {margin-bottom: 40px;}
#footer .footer_box .left .tel_box {padding-left: 60px;box-sizing: border-box;position: relative;margin-bottom: 40px;}
#footer .footer_box .left .tel_box .tel .num {font-family: 'NotoSansJP';font-size: 18px;font-weight: 500;line-height: 1.45;}
#footer .footer_box .left .tel_box .tel .num::before {content: "TEL：";}
#footer .footer_box .left .tel_box .tel-text {margin-top: 2px;}
#footer .footer_box .left .tel_box .tel-text span {display: block;width: 51px;line-height: 20px;text-align: center;padding: 3px 7px 4px;border: 1px solid #000000;box-sizing: border-box;margin-right: 0;position: absolute;top: 3px;left: 0;}

#footer .footer_box .left .line-link {display: inline-block;}
#footer .footer_box .left .line-link a {display: flex;align-items: center;}
#footer .footer_box .left .line-link a .icon {display: block;width: 50px;height: 50px;background: url("../img/common/line_img02.png") no-repeat center;background-size: contain;margin-right: 10px;}
#footer .footer_box .left .line-link a .text {text-decoration: underline;transition: 0.3s;}
#footer .footer_box .left .line-link a:hover {text-decoration: none;}
#footer .footer_box .left .line-link a:hover .text {color: #51ACC4;}

#footer .footer_box .right {width: 642px;}
#footer .footer_box .right .navs-list {align-items: flex-start;}
#footer .footer_box .right .navs-list .navs-list00 {width: 302px;margin-right: 40px;}
#footer .footer_box .right .navs-list .navs-list02 {width: 300px;margin-right: 0;}
#footer .footer_box .right .navs-list .navs-list00 > li {padding: 24px 0;border-bottom: 1px solid #DEDEDE;}
#footer .footer_box .right .navs-list .navs-list00 > li:first-child {padding-top: 0;}
#footer .footer_box .right .navs-list .navs-list01 > li:last-child {padding-bottom: 0;border-bottom: none;}
#footer .footer_box .right .navs-list .navs-list00 > li > a, #footer .footer_box .right .navs-list .navs-list00 .nav-midashi {font-size: 20px;}
#footer .footer_box .right .navs-list .navs-list00 > li > a {padding-left: 32px;box-sizing: border-box;position: relative;}
#footer .footer_box .right .navs-list .navs-list00 > li > a::before {content: "";width: 24px;height: 24px;background-color: #4D473D;background-image: url(../img/common/btn_arrow01.svg);background-repeat: no-repeat;background-position: center;background-size: 6px;border-radius: 50%;position: absolute;top: 5px;left: 0;transition: 0.3s;}
#footer .footer_box .right .navs-list .navs-list00 > li a:hover {text-decoration: none;color:#51ACC4; }
#footer .footer_box .right .navs-list .navs-list00 > li > a:hover::before {background-color: #51ACC4;}
#footer .footer_box .right .navs-list .navs-list00 .sp-nav {padding-left: 16px;box-sizing: border-box;}
#footer .footer_box .right .navs-list .navs-list00 .sp-nav li {margin-top: 8px;}
#footer .footer_box .right .navs-list .navs-list00 .sp-nav li.title {position: relative;}
#footer .footer_box .right .navs-list .navs-list00 .sp-nav li.title::before {content: "―";display: block;position: absolute;top: 0;left: -28px;}

#footer .bottom_box {border-top: 1px solid #DEDEDE;padding-top: 40px;}
#footer .bottom_box .bottom_box_in {justify-content: space-between;align-items: center;flex-direction: row-reverse;}
#footer .bottom_box .link_list {width: auto;}
#footer .bottom_box .link_list li {font-size: 14px;line-height: 20px;margin-right: 16px;}
#footer .bottom_box .link_list li:last-child {margin-right: 0;}
#footer .bottom_box .copyright {font-size: 14px;line-height: 20px;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
