<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  border: none;
  outline: none;
  line-height: 100%;
}

audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;

  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  overflow-y: scroll;

  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
:after,
:before {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:after,
:before {
  vertical-align: inherit; 
  text-decoration: inherit;
}

*,
:after,
:before {
  border-width: 0; 
  border-style: solid;
}

* {
  margin: 0;
  padding: 0; 
  background-repeat: no-repeat;
}

:root {
  box-sizing: border-box;
  cursor: default;
  color: #000;

  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: inherit; 
  font-style: inherit;
}

[type=button],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
button,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-spacing: 0; 
  border-collapse: collapse;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #eee;
  color: #68accb;
  text-shadow: none;
}

::selection {
  background-color: #eee;
  color: #68accb;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  display: inherit;
  clip: rect(0 0 0 0);
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

img {
  display: block;
}

li {
  list-style: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

html {
  position: relative; 
  min-height: 100%;
}

body {
  background: url(../img/common/common.png) center center repeat; 
  font-family: "Helvetica", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;

  -webkit-font-kerning: normal;

          font-kerning: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: underline; 
  color: #000;
}
a:hover {
  text-decoration: none;
}

/*header*/
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  border-bottom: #68accb 1px solid;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.header .menu {
  overflow: hidden;
  margin: 10px auto; 
  width: 900px;
}
.header .menu li {
  float: left; 
  margin: 0 15px 0 15px;
  width: 150px;
}
.header .menu li a {
  display: block;
  height: 30px;
  transition: background-color 0.1s cubic-bezier(0.535, 0.29, 0.36, 0.955) 0s; 
  text-align: center;
  line-height: 28px;
}
.header .menu li a img {
  display: inline-block;
  width: auto;
  height: 13px;
  transition: opacity 0.1s cubic-bezier(0.535, 0.29, 0.36, 0.955) 0s;
}
.header .menu li a:hover img {
  opacity: 0.5;

  -ms-filter: "alpha(opacity=50)";
}
.header .menu li a.current:hover img {
  opacity: 1;

  -ms-filter: "alpha(opacity=100)";
}

/* contents */
.main {
  position: relative;
  z-index: 0; 
  margin: 0 auto;
  width: 1000px;
  background-color: #fff;
}
.main:before {
  content: "";
  position: fixed;
  z-index: -1; 
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -250px;
  width: 500px;
  height: 497px;
  background: url(../img/common/camon.png) center center no-repeat;
  pointer-events: none;
}

/* footer */
.footer {
  position: absolute;
  z-index: 10; 
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #68accb;
  text-align: center;
}
.footer .copyright {
  display: block;
  padding: 10px 0 0 0;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 120%;
}
.footer .contact-footer {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 12px;
  left: 50%;
  margin-left: 150px;
  width: 200px;
  height: 220px;
  background: url(../img/page/contact_img01.png) 0 0 no-repeat;
}
.footer .contact-footer:hover {
  background-position: 0 -220px;
}

/* page small logo */
.page {
  margin-bottom: 50px;
}
.page .main {
  padding-bottom: 50px;
  min-height: calc(100vh - 50px);
}
.page .page-header {
  position: relative;
  z-index: 1; 
  margin-bottom: 30px;
  padding: 50px 0 0 0;
  border-bottom: #68accb 4px solid;
}
.page .page-logo {
  position: absolute;
  z-index: 1;
  top: 159px;
  right: 23px;
  width: 120px;
  height: 202px;
}

/* Index -------------------*/
.home {
  height: 100%;
}
.home .footer {
  display: none;
}
.home .main {
  position: relative;
  width: 100%; 
  height: 100%;
}
.home .main .logo {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50px;
  margin-top: -340px; 
  height: 0;
}
.home .main .note {
  position: absolute;
  z-index: 2; 
  top: 60px;
  right: 30px;
}
.home .main .mainimage {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.home .main .mainimage #mainslide {
  opacity: 0;
  position: relative;

  -ms-filter: "alpha(opacity=0)";
}
.home .main .mainimage #mainslide li {
  opacity: 0;
  position: absolute;
  z-index: 0; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -ms-filter: "alpha(opacity=0)";
}
.home .main .mainimage #mainslide li img {
  display: block;
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

/* About -------------------*/
.page-template-page-about .main .left {
  box-sizing: border-box;
  padding-left: 50px; 
  width: 540px;
}
.page-template-page-about .main .left .name {
  font-size: 17px;
  line-height: 1.5;
}
.page-template-page-about .main .left .name span {
  font-size: 12px;
}
.page-template-page-about .main .left dl {
  overflow: hidden; 
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.75;
}
.page-template-page-about .main .left dl dt {
  float: left;
  width: 70px; 
  color: #68accb;
}
.page-template-page-about .main .left dl dd {
  margin-left: 80px;
}

.page-template-page-about .main .right {
  width: 425px;
}
.page-template-page-about .main .right .cap {
  padding-top: 10px; 
  font-size: 13px;
}

/* Contact -------------------*/
.page-template-page-contact .main .note {
  margin-bottom: 30px;
  padding-left: 50px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.75;
}

.page-template-page-contact .main .link {
  margin-bottom: 30px; 
  padding-left: 50px;
}
.page-template-page-contact .main .link a {
  display: block;
  box-sizing: border-box;
  border: #68accb 2px solid;
  width: 242px;
  height: 42px;
  transition: all 0.1s cubic-bezier(0.535, 0.29, 0.36, 0.955) 0s; 
  background-color: #68accb;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
.page-template-page-contact .main .link a:hover {
  background-color: #fff;
  color: #68accb;
}

.page-template-page-contact .main .text {
  padding-left: 50px;
  font-size: 13px;
  line-height: 1.75;
}

/* 落語会 -------------------*/
.page-template-page-rakugo .contents {
  padding-right: 160px;
  padding-left: 50px;
  /* filter */
  /* .jouseki */
  /* .rakugokai */
}
.page-template-page-rakugo .contents .filter ul {
  overflow: hidden;
}
.page-template-page-rakugo .contents .filter ul li {
  float: left;
  margin-right: 30px;
}
.page-template-page-rakugo .contents .filter ul li a {
  border-bottom: transparent 1px solid; 
  text-decoration: none;
  color: #68accb;
  font-weight: bold;
}
.page-template-page-rakugo .contents .filter ul li a img {
  opacity: 1;
  padding-bottom: 3px;
  transition: all 0.2s cubic-bezier(0.535, 0.29, 0.36, 0.955) 0s;

  -ms-filter: "alpha(opacity=100)";
}
.page-template-page-rakugo .contents .filter ul li a:hover {
  border-bottom: #68accb 1px solid;
}
.page-template-page-rakugo .contents .filter ul li a:hover img {
  opacity: 0.5;

  -ms-filter: "alpha(opacity=50)";
}
.page-template-page-rakugo .contents .filter ul li a.current {
  border-bottom: #68accb 1px solid;
}
.page-template-page-rakugo .contents .filter ul li a.current img {
  opacity: 1;
  border-bottom: #68accb 1px solid; 

  -ms-filter: "alpha(opacity=100)";
}
.page-template-page-rakugo .contents .jouseki {
  margin-top: 30px;
}
.page-template-page-rakugo .contents .jouseki .title {
  margin-bottom: 10px;
}
.page-template-page-rakugo .contents .jouseki table {
  box-sizing: border-box; 
  width: 100%;
}
.page-template-page-rakugo .contents .jouseki table tr.data {
  display: none;
  /*@include opacity(0);*/
}
.page-template-page-rakugo .contents .jouseki table tr.data th,
.page-template-page-rakugo .contents .jouseki table tr.data td {
  padding: 10px 0 10px 0;
  border-bottom: #b3d5e5 1px solid;
  text-align: left;
  color: #000;
  font-size: 13px;
  line-height: 150%;
}
.page-template-page-rakugo .contents .jouseki table tr.data .date {
  width: 85px;
  font-weight: normal;
}
.page-template-page-rakugo .contents .jouseki table tr.data .yose {
  width: 280px;
  font-weight: bold;
}
.page-template-page-rakugo .contents .jouseki table tr.data .yose .space {
  display: inline-block; 
  width: 110px;
}
.page-template-page-rakugo .contents .jouseki table tr.data .yose .bu {
  display: inline-block; 
  width: 80px;
}
.page-template-page-rakugo .contents .jouseki table tr.data .agari {
  width: auto;
}
.page-template-page-rakugo .contents .jouseki table tr.data .web {
  width: 100px;
}
.page-template-page-rakugo .contents .jouseki table tr.data .web a {
  text-decoration: none; 
  color: #68accb;
  font-weight: bold;
}
.page-template-page-rakugo .contents .jouseki table tr.data .web a:hover {
  text-decoration: underline;
}
.page-template-page-rakugo .contents .jouseki table tr.data .note {
  width: 200px;
}
.page-template-page-rakugo .contents .jouseki table .head &gt; th,
.page-template-page-rakugo .contents .jouseki table .head &gt; td {
  padding: 5px 0 5px 0;
  border-top: #b3d5e5 1px solid;
  border-bottom: #b3d5e5 1px solid;
  background-color: #e1eef5;
  text-align: left; 
  color: #68accb;
  font-size: 13px;
}
.page-template-page-rakugo .contents .rakugokai {
  margin-top: 30px;
}
.page-template-page-rakugo .contents .rakugokai .title {
  margin-bottom: 10px;
}
.page-template-page-rakugo .contents .rakugokai table {
  box-sizing: border-box; 
  width: 100%;
}
.page-template-page-rakugo .contents .rakugokai table tr.data {
  display: none;
  /*@include opacity(0);*/
}
.page-template-page-rakugo .contents .rakugokai table tr.data th,
.page-template-page-rakugo .contents .rakugokai table tr.data td {
  padding: 10px 0 10px 0;
  border-bottom: #b3d5e5 1px solid;
  text-align: left;
  color: #000;
  font-size: 13px;
  line-height: 150%;
}
.page-template-page-rakugo .contents .rakugokai table tr.data .date {
  width: 160px;
  font-weight: normal;
}
.page-template-page-rakugo .contents .rakugokai table tr.data .date .kaien strong {
  display: inline-block;
  padding-right: 10px; 
  color: #68accb;
  font-weight: normal;
}
.page-template-page-rakugo .contents .rakugokai table tr.data .name {
  padding-right: 20px;
  width: 290px;
  font-weight: bold;
}
.page-template-page-rakugo .contents .rakugokai table tr.data .place {
  padding-right: 20px; 
  width: auto;
}
.page-template-page-rakugo .contents .rakugokai table tr.data .web {
  width: 130px;
}
.page-template-page-rakugo .contents .rakugokai table tr.data .web a {
  text-decoration: none; 
  color: #68accb;
  font-weight: bold;
}
.page-template-page-rakugo .contents .rakugokai table tr.data .web a:hover {
  text-decoration: underline;
}
.page-template-page-rakugo .contents .rakugokai table .head &gt; th,
.page-template-page-rakugo .contents .rakugokai table .head &gt; td {
  padding: 5px 0 5px 0;
  border-top: #b3d5e5 1px solid;
  border-bottom: #b3d5e5 1px solid;
  background-color: #e1eef5;
  text-align: left; 
  color: #68accb;
  font-size: 13px;
}
.page-template-page-rakugo .contents .no-data {
  display: none;
  margin-top: 20px; 
  padding: 20px;
  border: #b3d5e5 1px solid;
  text-align: center;
  color: #68accb;
  font-size: 13px;
}
.page-template-page-rakugo .contents .note {
  margin-top: 30px;
  color: #555;
  font-size: 13px;
}

.contact-order__item {
  margin-bottom: 0.5rem; 
  font-weight: bold;
}
.contact-order__item strong {
  color: #68accb;
}

/* 出演実績 */
.contents__performance {
  padding-left: 50px;
}
.contents__performance__sec {
  margin-bottom: 2rem;
  font-size: 13px; 
  line-height: 1.8;
}
.contents__performance__sec__subject {
  color: #68accb;
}
.contents__performance__sec__list__item {
  margin-bottom: 0.5rem;
}

/* news */
.news {
  opacity: 0;
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: 50px;
  border: #68accb 1px solid; 
  width: 320px;
  background-color: rgba(0, 0, 0, 0.75);
}
.news__inner {
  padding: 15px 15px 0 15px;
}
.news__inner .title {
  margin-bottom: 15px; 
  padding-bottom: 13px;
  border-bottom: #68accb 1px solid;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.news__inner .newslist {
  display: flex;
  position: relative;
  width: 100%; 
  line-height: 1.5;

  flex-wrap: wrap;
  align-items: flex-start;
}
.news__inner .newslist__dt {
  width: 70px;
  color: #68accb;
  font-size: 13px;
}
.news__inner .newslist__dd {
  padding-bottom: 13px;
  width: calc(100% - 70px);
  color: #fff;
  font-size: 14px;
}
.news__inner .newslist__dd a {
  text-decoration: underline; 
  color: #fff;
}

.footer__menu {
  display: none;
}

#navi_btn {
  display: none;
}

/*--------------------------------------------------------------
# Smartphone
--------------------------------------------------------------*/
body.sp {
  margin-bottom: 0; 
  padding: 0;
}
body.sp.shownavi #header {
  display: block;
}
body.sp.shownavi #navi_btn .js-naviToggle span.i1 {
  top: 19px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
body.sp.shownavi #navi_btn .js-naviToggle span.i2 {
  display: none;
}
body.sp.shownavi #navi_btn .js-naviToggle span.i3 {
  top: 19px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
body.sp #navi_btn {
  display: block;
  position: fixed;
  z-index: 11; 
  top: 15px;
  right: 15px;
}
body.sp #navi_btn .js-naviToggle {
  display: block; 
  border: none;
  border-radius: 2px;
  outline: none;
  width: 40px;
  height: 40px;
}
body.sp #navi_btn .js-naviToggle span {
  display: block;
  position: absolute;
  left: 5px; 
  border-radius: 1px;
  width: 30px;
  height: 2px;
  background: #68accb;
}
body.sp #navi_btn .js-naviToggle span.i1 {
  top: 10px;
}
body.sp #navi_btn .js-naviToggle span.i2 {
  top: 19px;
}
body.sp #navi_btn .js-naviToggle span.i3 {
  top: 28px;
}
body.sp #header {
  display: none; 
  border-bottom: none;
  width: 100%;
  height: 100%;
}
body.sp #header .menu {
  overflow: hidden;
  position: absolute;
  top: calc(50% - 100px);
  left: 0;
  margin: 0;
  width: 100%;
}
body.sp #header .menu li {
  float: none;
  margin: auto;
  margin-bottom: 10px; 
  width: 100%;
}
body.sp #header .menu li a {
  display: block;
  height: 30px;
  transition: background-color 0.1s cubic-bezier(0.535, 0.29, 0.36, 0.955) 0s;
  text-align: center;
  line-height: 28px;
}
body.sp #header .menu li a img {
  display: inline-block;
  width: auto;
  height: 13px;
  transition: opacity 0.1s cubic-bezier(0.535, 0.29, 0.36, 0.955) 0s;
}
body.sp .page-logo {
  display: none;
}
body.sp .main {
  padding-bottom: 150px;
  width: 100%;
}
body.sp .main::before {
  background-size: 300px auto;
}
body.sp .main .page-header {
  padding-top: 0;
}
body.sp .main .contents {
  padding-right: 15px; 
  padding-left: 15px;
}
body.sp .main .contents__performance {
  padding-left: 0;
}
body.sp.page-template-page-performance {
  overflow: hidden; 
  width: 100%;
}
body.sp.page-template-page-performance .page-header h1 {
  background: url(../img/page/performance_header_sp.jpg) -40px top no-repeat;
  background-size: auto 100%;
}
body.sp.page-template-page-performance .page-header h1 img {
  opacity: 0;
}
body.sp.page-template-page-rakugo {
  overflow: hidden; 
  width: 100%;
}
body.sp.page-template-page-rakugo .page-header h1 {
  background: url(../img/page/rakugo_header_sp.jpg) -40px top no-repeat;
  background-size: auto 100%;
}
body.sp.page-template-page-rakugo .page-header h1 img {
  opacity: 0;
}
body.sp.page-template-page-rakugo .contents {
  /* .jouseki */
}
body.sp.page-template-page-rakugo .contents .filter ul {
  display: flex;
  width: 100%; 

  flex-wrap: wrap;
}
body.sp.page-template-page-rakugo .contents .filter ul li {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
  width: 50%;
}
body.sp.page-template-page-rakugo .contents .jouseki table {
  border-top: #68accb 1px solid;
}
body.sp.page-template-page-rakugo .contents .jouseki table tr.data {
  display: none;
  border-bottom: #68accb 1px solid;
}
body.sp.page-template-page-rakugo .contents .jouseki table tr.data .date {
  display: block;
  margin: 10px 0; 
  padding: 0;
  border: none;
  width: 100%;
}
body.sp.page-template-page-rakugo .contents .jouseki table tr.data .yose {
  display: block;
  margin: 10px 0;
  padding: 0;
  border: none;
  width: 100%;
  font-weight: bold;
}
body.sp.page-template-page-rakugo .contents .jouseki table tr.data .yose .space {
  width: auto;
  font-weight: bold;
}
body.sp.page-template-page-rakugo .contents .jouseki table tr.data .yose .bu {
  width: auto;
  font-weight: bold;
}
body.sp.page-template-page-rakugo .contents .jouseki table tr.data .agari {
  display: block;
  margin: 10px 0; 
  padding: 0;
  border: none;
  width: 100%;
}
body.sp.page-template-page-rakugo .contents .jouseki table tr.data .web {
  display: block;
  margin: 10px 0; 
  padding: 0;
  border: none;
  width: 100%;
}
body.sp.page-template-page-rakugo .contents .jouseki table tr.data .note {
  display: block;
  margin: 10px 0; 
  padding: 0;
  border: none;
  width: 100%;
}
body.sp.page-template-page-rakugo .contents .jouseki table .head {
  display: none;
}
body.sp.page-template-page-rakugo .contents .rakugokai table {
  border-top: #68accb 1px solid;
}
body.sp.page-template-page-rakugo .contents .rakugokai table tr.head {
  display: none;
}
body.sp.page-template-page-rakugo .contents .rakugokai table tr.data {
  margin: 0; 
  border-bottom: #68accb 1px solid;
  width: 100%;
}
body.sp.page-template-page-rakugo .contents .rakugokai table tr.data .date {
  display: block;
  margin: 0;
  padding: 10px 0;
  border: none; 
  width: 100%;
}
body.sp.page-template-page-rakugo .contents .rakugokai table tr.data .name {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  border: none; 
  width: 100%;
}
body.sp.page-template-page-rakugo .contents .rakugokai table tr.data .place {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  border: none; 
  width: 100%;
}
body.sp.page-template-page-rakugo .contents .rakugokai table tr.data .web {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  border: none; 
  width: 100%;
}
body.sp.page-template-page-about {
  overflow: hidden; 
  width: 100%;
}
body.sp.page-template-page-about .page-header h1 {
  background: url(../img/page/about_header_sp.jpg) -40px top no-repeat;
  background-size: auto 100%;
}
body.sp.page-template-page-about .page-header h1 img {
  opacity: 0;
}
body.sp.page-template-page-about .main .left {
  float: none;
  padding-left: 0;
  width: auto;
}
body.sp.page-template-page-about .main .left h2 img {
  display: block;
  width: 100%;
  max-width: 281px;
  height: auto;
}
body.sp.page-template-page-about .main .left dl dt {
  width: 60px;
}
body.sp.page-template-page-about .main .left dl dd {
  margin-left: 70px;
}
body.sp.page-template-page-about .main .right {
  float: none;
  width: auto;
}
body.sp.page-template-page-about .main .right .img {
  padding-top: 50px; 
  padding-right: 70px;
  padding-left: 70px;
}
body.sp.page-template-page-about .main .right .img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: auto;
}
body.sp.page-template-page-contact {
  overflow: hidden; 
  width: 100%;
}
body.sp.page-template-page-contact .page-header h1 {
  background: url(../img/page/contact_header_sp.jpg) -40px top no-repeat;
  background-size: auto 100%;
}
body.sp.page-template-page-contact .page-header h1 img {
  opacity: 0;
}
body.sp.page-template-page-contact .main {
  padding-bottom: 220px;
}
body.sp.page-template-page-contact .main .note {
  padding-left: 0;
}
body.sp.page-template-page-contact .main .link {
  padding-left: 0;
}
body.sp.page-template-page-contact .main .link a {
  width: 100%;
  max-width: 350px;
}
body.sp.page-template-page-contact .main .text {
  padding-left: 0;
}
body.sp.home #footer {
  display: block;
}
body.sp.home .main .logo {
  top: -35px;
  left: -15px;
  margin-top: 0;
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}
body.sp.home .news {
  right: auto;
  bottom: 15px;
  left: 15px;
  width: calc(100vw - 30px);
}
body.sp.home .news__inner {
  padding: 10px 10px 0 10px;
}
body.sp.home .news__inner .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
body.sp.home .news__inner .newslist__dt {
  font-size: 12px;
}
body.sp.home .news__inner .newslist__dd {
  font-size: 12px;
}
body.sp #footer {
  position: relative;
  z-index: 8;
  bottom: auto;
  left: auto; 
  padding-top: 30px;
  padding-bottom: 50px;
  height: auto;
}
body.sp #footer .contact-footer {
  top: -140px;
  bottom: auto;
  left: 0;
  margin-left: 0;
  width: 100%;
  height: 165px;
  background: url(../img/page/contact_img01.png) top center no-repeat;
  background-size: 150px auto;
}
body.sp #footer .footer__menu {
  display: block;
  margin-bottom: 40px; 
  padding: 0 0 0 30px;
}
body.sp #footer .footer__menu.menu li {
  margin-bottom: 20px;
}
body.sp #footer .footer__menu.menu li a img {
  display: block; 
  width: auto;
  height: 12px;
}
body.sp #footer .footer__menu.sns {
  display: flex;
  flex-direction: row;

  flex-wrap: nowrap;
  justify-content: flex-start;
}
body.sp #footer .footer__menu.sns li {
  margin-right: 20px;
}
body.sp #footer .footer__menu.sns li a img {
  display: block; 
  width: auto;
  height: 15px;
}</pre></body></html>