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

/* ------------------------------------------
サイトベース
------------------------------------------ */

body {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: url(../img/bg.jpg) repeat-y top center;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* WebKit */

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

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

.right {
  text-align: right;
}

/* --------------------------------
	HTML5
-------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* --------------------------------
	共通枠
-------------------------------- */

#frame_header {
  width: 980px;
  height: 107px;
  margin: 40px auto 0px auto;
  position: relative;
}

#frame_header #menu1 {
  display: block;
  width: 130px;
  padding-top: 86px;
  background: url(../img/menu1.png) no-repeat top center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

#frame_header #menu2 {
  display: block;
  width: 130px;
  padding-top: 86px;
  background: url(../img/menu2.png) no-repeat top center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 180px;
}

#frame_header #menu3 {
  display: block;
  width: 221px;
  height: 107px;
  position: absolute;
  top: 0px;
  left: 380px;
}

#frame_header #menu4 {
  display: block;
  width: 130px;
  padding-top: 86px;
  background: url(../img/menu3.png) no-repeat top center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 180px;
}

#frame_header #menu5 {
  display: block;
  width: 130px;
  padding-top: 86px;
  background: url(../img/menu4.png) no-repeat top center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
}

#frame_contents {
  padding-bottom: 56px;
}

#content {
  width: 980px;
  margin: 0px auto;
  font-size: 14px;
  overflow: hidden;
}

#content .block {
  margin-bottom: 40px;
}

#content h1 {
  margin-bottom: 20px;
}

#content h2 {
  margin-bottom: 20px;
}

#content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#content h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

#content p {
  margin-bottom: 20px;
}

#frame_footer {
  text-align: center;
}

#frame_footer nav {
  padding-bottom: 40px;
  font-size: 14px;
}

#frame_footer nav ul {
  margin-bottom: 20px;
}

#frame_footer nav ul li {
  display: inline;
  padding: 0px 10px 0px 10px;
  border-right: 1px solid #ccc;
}

.insta_base {
  margin: 0px auto 60px auto;
}

.insta_top_middle li:last-child {
  display: none;
}

.instafeed ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.instafeed li {
  width: 16.666666%;
  padding-bottom: 16.666666%;
  height: 0;
  float: left;
  text-align: center;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.insta_top_middle li {
  width: 20%;
  padding-bottom: 20%;
  height: 0;
  float: left;
  text-align: center;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.instafeed li a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.instafeed li video {
  min-width: auto !important;
}

.instafeed li img,
.instafeed li video {
  max-height: 200%;
  max-width: 200%;
  height: auto;
  width: 110%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.instafeed li img:hover,
.instafeed li video:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}

/*YouTube*/
#youtube {
  padding: 0 0 60px 0 !important;
}

#youtube #youtube_logo {
  width: 240px;
  margin: 0 auto;
}

#youtube #youtube_logo a {
  display: block;
}

#youtube #youtube_logo img {
  width: 100%;
}

#copy {
  background: #ffd93f;
  font-size: 14px;
  padding: 10px 10px 40px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  position: relative;
}

#copy_snow {
  background: url(../img/f_snow.png) bottom no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 158px;
  left: 0;
  bottom: 0;
}

.entry-header {
  width: 100%;
  height: 272px;
  text-align: center;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-header p {
  font-size: 12px;
  color: #b8b8b8;
  margin-bottom: 36px;
}

.entry-header h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 72px;
}

#pankuzu {
  font-size: 12px;
}

#cource_nav {
  width: 980px;
  margin: 40px auto 0px auto;
}

#cource_nav ul li {
  width: 326px;
  float: left;
  border-right: 1px dotted #aaaaaa;
  text-align: left;
}

#cource_nav1 {
  border-bottom: 6px solid #f2c7c5;
  display: block;
  width: 325px;
  text-align: center;
  padding-bottom: 20px;
}

#cource_nav2 {
  border-bottom: 6px solid #c5d7cd;
  display: block;
  width: 324px;
  text-align: center;
  padding-bottom: 20px;
  margin-left: 1px;
}

#cource_nav3 {
  border-bottom: 6px solid #faedbe;
  display: block;
  width: 325px;
  text-align: center;
  padding-bottom: 20px;
  margin-left: 1px;
}

.cource_nav_ttl {
  font-size: 26px;
  color: #444444;
  font-weight: bold;
}

.cource_nav_txt {
  font-size: 12px;
  color: #848480;
}

/* ------------------------------------------
メイン画像
------------------------------------------ */

#post-5 {
  background: url(../img/privacy/bg_ttl.jpg) center top no-repeat;
}

#post-9 {
  background: url(../img/about/bg_ttl.jpg) center top no-repeat;
}

#post-11 {
  background: url(../img/children/bg_ttl.jpg) center top no-repeat;
}

#post-13 {
  background: url(../img/grownups/bg_ttl.jpg) center top no-repeat;
}

#post-15 {
  background: url(../img/home/bg_ttl.jpg) center top no-repeat;
}

#post-17 {
  background: url(../img/faq/bg_ttl.jpg) center top no-repeat;
}

#post-19 {
  background: url(../img/contact/bg_ttl.jpg) center top no-repeat;
}

#blogttl {
  background: url(../img/blog/bg_ttl.jpg) center top no-repeat;
}

#post-1062 {
  background: url(../img/teach/bg_ttl.jpg) center top no-repeat;
}

#post-3495 {
  background: url(../img/home/bg_ttl.jpg) center top no-repeat;
}

/* ------------------------------------------
トップページ
------------------------------------------ */

#slideshow h1 {
  text-align: center;
  position: absolute;
  top: 220px;
  width: 100%;
  z-index: 10000;
}

p.toptxt {
  font-size: 12px;
  color: #b8b8b8;
  text-align: center;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 10000;
}

p#topmaintxt {
  font-size: 14px;
  color: #333;
  text-align: center;
  position: absolute;
  top: 285px;
  width: 100%;
  z-index: 10000;
  line-height: 200%;
}

#slideshow {
  position: relative;
  width: 100%;
  height: 576px;
  text-align: center;
  background: #fff;
}

#slideshow .btn {
  position: absolute;
  top: 420px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  margin: 0px auto;
  overflow: visible;
  height: 60px;
  padding-left: 50px;
}

#slideshow .btn:before {
  content: url(../img/top/btn_ico.png);
  top: -20px;
  left: 10px;
  position: absolute;
}

#slideshow li {
  position: absolute;
  height: 576px;
  margin: 0;
  padding: 0;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  background-color: #fff;
}

#content_top {
  width: 100%;
  font-size: 14px;
}

#content_top h2 {
  margin-bottom: 40px;
  text-align: center;
}

#content_top h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#content_top h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

#content_top p {
  margin-bottom: 20px;
}

#top h2 {
  text-align: center;
  padding-bottom: 30px;
}

#top_youtube {
  width: 980px;
  margin: 0 auto 60px;
}

#season_lesson {
  width: 980px;
  margin: 40px auto 0px auto;
}

#season_lesson a {
  display: block;
}

/*訪問レッスン*/

#visit_lesson {
  width: 980px;
  margin: 30px auto 10px auto;
}

#visit_lesson a {
  padding: 20px;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff31a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#top_bnr {
  width: 980px;
  margin: 0px auto 60px auto;
}

#top_bnr1 {
  float: left;
  margin-right: 22px;
}

#top_bnr2 {
  float: left;
  margin-right: 22px;
}

#top_bnr3 {
  float: right;
}

#top_movie {
  width: 980px;
  margin: 0px auto 60px auto;
  display: flex;
  justify-content: space-between;
}

#top_movie_item iframe {
  width: 100%;
  height: 169px;
}

#blog_base {
  width: 980px;
  background: url(common/img/base_blog.png) no-repeat;
  margin: 0px auto;
  padding: 40px 0px 20px 0px;
}

#blog_base ul li {
  width: 225px;
  margin: 0px 10px 0px 10px;
  padding: 10px 0px 0px 0px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#blog_base ul li .image img {
  border-radius: 230px;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
}

#blog_base h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 50px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#blog_base h3 a,
#picup a {
  color: #ff8000;
}

#blog_base div {
  text-align: center;
}

#picup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background: #fbfbf0;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #ff8000;
  margin-bottom: 10px;
}

#course {
  width: 100%;
  background: #fbfbf0;
}

#course ul {
  margin-bottom: 30px;
}

#course ul li h3 {
  text-align: center;
  line-height: 100%;
}

#course ul li h3 a {
  font-size: 20px;
  color: #ff7f00;
}

#course ul li img {
  margin-bottom: 10px;
}

#course1 {
  width: 294px;
  float: left;
}

#course2 {
  width: 294px;
  float: left;
  margin-left: 40px;
}

#course3 {
  width: 294px;
  float: right;
}

#content_top .wrap {
  width: 980px;
  margin: 0px auto;
  padding: 40px 0px 60px 0px;
  clear: both;
}

#top_about_l {
  width: 424px;
  float: left;
}

#top_about_r {
  width: 520px;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url(../img/top/bg_about_r2.jpg) no-repeat top left;
  padding-left: 220px;
  height: auto;
}

/* ------------------------------------------
ごあいさつ
------------------------------------------ */

#aboutmain {
  position: absolute;
  z-index: 100;
  top: 420px;
}

#abouttxt {
  margin-top: 465px;
}

.abouttxt {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
  background: #f8faf7;
}

#about_l {
  width: 270px;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

#about_r {
  width: 660px;
  float: right;
}

.about_herf {
  width: 480px;
  margin-bottom: 40px;
}

table#gaiyou {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}

#gaiyou th {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  vertical-align: middle;
}

#gaiyou td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

/* ------------------------------------------
コース共通
------------------------------------------ */

table#lesson_table {
  width: 100%;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  border-collapse: collapse;
  border: 0px;
}

#lesson_table th {
  padding: 10px;
  text-align: center;
  border: 7px solid #eaece9;
  margin: 0px;
  background: #e9facb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px;
  line-height: 100%;
  width: 100px;
}

#lesson_table td {
  padding: 10px;
  text-align: center;
  border: 7px solid #eaece9;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px;
  vertical-align: middle;
}

#lesson_table td p {
  font-size: 14px;
  text-align: left;
}

.voice {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.voice:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.voice:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.voice h4 {
  margin-bottom: 10px;
}

.voice .man {
  text-align: right;
  color: #7faac5;
  font-weight: bold;
}

.voice .woman {
  text-align: right;
  color: #c78182;
  font-weight: bold;
}

.btn_waku2 {
  width: 880px;
  margin: 0px auto 60px auto;
}

a.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 420px;
  background: #fff319;
  border-radius: 30px;
  display: block;
  text-align: center;
  font-size: 26px;
}

a.btn2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 300px;
  background: #fff319;
  border-radius: 30px;
  display: block;
  text-align: center;
  font-size: 22px;
}

.notation {
  padding: 20px;
  border: 4px solid #eaece9;
  width: 980px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.notation h4 {
  font-size: 14px;
  font-weight: bold;
}

.notation ul {
  font-size: 12px;
  margin-bottom: 10px;
}

.notation ul li p {
  padding-left: 20px;
}

.notation ul li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* ------------------------------------------
こどもたち
------------------------------------------ */

#children_img1 {
  background: url(../img/children/img1.jpg) no-repeat top right;
  padding-right: 400px;
  height: auto;
  padding-bottom: 0px;
}

#youtube_txt {
}

#youtube_txt span {
  font-weight: bold;
}

#youtube_block {
  width: 100%;
  margin-bottom: 40px;
}

#youtube_block iframe {
  width: 100%;
  height: 150px;
}

#youtube_block #youtube_block_l {
  float: left;
  width: 230px;
  margin-right: 20px;
}

#youtube_block #youtube_block_r {
  float: right;
  width: 230px;
  margin-right: 0px;
}

#gellary {
  width: 100%;
  margin-bottom: 40px;
}

#gellary img {
  margin-bottom: 20px;
}

#gellary tr {
  vertical-align: baseline;
}

/* ------------------------------------------
おとなたち
------------------------------------------ */

#grownups_img1 {
  background: url(../img/grownups/img1.jpg) no-repeat top right;
  padding-right: 300px;
  height: 280px;
  padding-bottom: 10px;
}

/* ------------------------------------------
かいご・ふくし
------------------------------------------ */

#home_img1 {
  background: url(../img/home/img1.jpg) no-repeat top right;
  padding-right: 300px;
  padding-bottom: 10px;
}

#home_img2 {
  background: url(../img/home/img2.jpg) no-repeat top right;
  padding-right: 300px;
  padding-bottom: 10px;
  height: 425px;
  margin-bottom: 30px;
}

#content .voice h3 {
  margin-bottom: 0px;
}

#content .voice a {
  margin-bottom: 10px;
  display: block;
}

/* ------------------------------------------
よくあるご質問
------------------------------------------ */

#ttl_faq1 {
  border-bottom: 6px solid #f2c7c5;
  padding-bottom: 26px;
  font-weight: bold;
}

#ttl_faq2 {
  border-bottom: 6px solid #c5d7cd;
  padding-bottom: 26px;
  font-weight: bold;
}

#ttl_faq3 {
  border-bottom: 6px solid #faedbe;
  padding-bottom: 26px;
  font-weight: bold;
}

.open dt {
  font-size: 20px;
  text-decoration: underline;
  padding-bottom: 10px;
}

.open dd {
  padding-bottom: 20px;
}

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

#contact {
  text-align: center;
  margin-bottom: 60px;
}

#contact table {
  margin: 0px auto 30px auto;
}

#contact th {
  width: 250px;
  text-align: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
}

#contact th span {
  float: right;
  color: #c00;
  font-weight: bold;
}

#contact td {
  width: 500px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"] {
  border: 1px solid #999;
  width: 480px;
  padding: 10px;
}

#contact label {
  display: block;
}

#contact textarea {
  border: 1px solid #999;
  width: 480px;
  padding: 10px;
}

#contact input[type="submit"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 420px;
  background: #fff319;
  border-radius: 30px;
  display: block;
  text-align: center;
  font-size: 26px;
  border: none;
  margin: 0px auto;
}

/* ------------------------------------------
ブログ
------------------------------------------ */

#left_col {
  width: 680px;
  float: left;
  margin-bottom: 60px;
  line-height: 2em;
}

#right_col {
  width: 240px;
  float: right;
  margin-bottom: 60px;
}

#left_col h1 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

#left_col h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

#left_col img {
  margin-bottom: 30px;
}

#right_col h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#right_col ul {
  margin-bottom: 40px;
  line-height: 2em;
}

#blog_list {
}

#blog_list ul li {
  margin: 0px 10px 20px 10px;
  padding: 10px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
}

#blog_list ul li .image img {
  border-radius: 230px;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  float: left;
  margin-right: 30px;
}

#blog_list h3 {
  font-size: 16px;
  font-weight: bold;
  border: none;
  height: 50px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.entry-content {
  margin-bottom: 40px;
}

#yarpp-related {
  margin-bottom: 40px;
}

#yarpp-related ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.entry-footer {
  padding: 10px;
  background: #eee;
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px;
}

.entry-footer span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.entry-footer .updated,
.entry-footer .byline,
.entry-footer .screen-reader-text {
  display: none;
}

.comment-form-url,
.form-allowed-tags {
  display: none;
}

#respond {
  margin-bottom: 40px;
}

.comment-form-comment label {
  display: none;
}

#comment {
  width: 640px;
  height: 240px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  background: none;
  display: inline;
}

nav .nav-links a {
  color: #333;
}

.yarpp-related {
  padding-top: 30px;
}

.post-title {
  color: #333;
}

/*教えてオーラキャット*/

#wrap_teach {
  width: 990px;
  margin: 0px auto 40px auto;
  padding-bottom: 40px;
}

#base_teach {
  width: 990px;
  padding: 0px 30px 0px 30px;
  background: url(../img/teach/bg_pc.png) repeat-y;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#teach1 {
  padding-bottom: 40px;
  background: url(../img/teach/img1.png) no-repeat top right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 220px;
}

#teach2 {
  padding-bottom: 40px;
  background: url(../img/teach/img2.png) no-repeat top left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 400px;
}

#teach3 {
  margin-bottom: 40px;
}

#teach4 {
  padding-bottom: 40px;
  background: url(../img/teach/img3.png) no-repeat top right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 260px;
}

#teach5 {
  padding-bottom: 70px;
  background: url(../img/teach/img4.png) no-repeat top left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 320px;
}

#teach6 {
  padding-bottom: 40px;
}

#teach1 h2,
#teach2 h2,
#teach3 h2,
#teach4 h2,
#teach5 h2,
#teach6 h2 {
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0px 10px 80px;
  margin-bottom: 10px;
  background: url(../img/teach/ico_q.png) top left no-repeat;
}

#contactLine {
  width: 720px;
  margin: 50px auto;
  background-color: #cdffd2;
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#contactLine figure {
  width: 150px;
  height: auto;
  float: left;
}

#contactLine figure > img {
  width: 100%;
  height: auto;
}

#contactLine figure a {
  display: none;
}

#contactLine div {
  float: left;
  width: 510px;
  margin-left: 20px;
}

#contactLine div h1 {
  margin-top: 15px;
  text-align: left;
  color: #666;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
}

#contactLine div h2 {
  text-align: left;
  color: #666;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
}

#contactLine div h2::before {
  display: none;
}

#contactLine p {
  margin-bottom: 0;
  font-size: 16px;
  color: #666;
  text-align: left;
}

#contactLine p .sp {
  display: none;
}

/*ここから追加！*/

#h_christmas {
  position: absolute;
  top: 12px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* ------------------------------------------
インタビュー
------------------------------------------ */

#content.interview img {
  max-width: 100%;
}
#content.interview * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.interview .block .f_right {
  width: 330px;
}
#content.interview .block .f_right img {
  width: 100%;
}
#content.interview .block .f_left {
  width: calc(100% - 330px);
  padding-right: 70px;
}
#content.interview .block.bdr {
  margin-bottom: 60px;
  padding: 20px 25px;
  border: 1px solid #000;
  background: #fff;
}
#content.interview .block.bdr h4 {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 23px;
  position: relative;
}
#content.interview .block.bdr h4:before {
  position: absolute;
  content: "";
  background: #000;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 50%;
  margin: auto;
}

#content.interview .block.bdr .f_right {
  width: 345px;
}
#content.interview .block.bdr .f_left {
  width: calc(100% - 345px);
  padding-right: 30px;
}

#content.interview .block.bdr .f_right img {
  width: 345px;
}
#content.interview .block.bdr img.logo {
  width: 280px;
  margin-bottom: 15px;
}
