@charset "UTF-8";
/*
Theme Name: Kamakura Seisakusho
Theme URI: https://www.kamakura-ss.co.jp
Author: Kamakura Seisakusho Inc.
Author URI: https://www.kamakura-ss.co.jp
Description: 
Requires at least: WordPress 5.5.1
Version: 202009
Design by : Communication Arts Inc.
*/
/* line 5, ../../../../../../../../../../Users/hiroyukinakamura/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

/* line 22, ../../../../../../../../../../Users/hiroyukinakamura/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html { line-height: 1; }

/* line 24, ../../../../../../../../../../Users/hiroyukinakamura/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul { list-style: none; }

/* line 26, ../../../../../../../../../../Users/hiroyukinakamura/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* line 28, ../../../../../../../../../../Users/hiroyukinakamura/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

/* line 30, ../../../../../../../../../../Users/hiroyukinakamura/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote { quotes: none; }
/* line 103, ../../../../../../../../../../Users/hiroyukinakamura/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

/* line 32, ../../../../../../../../../../Users/hiroyukinakamura/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img { border: none; }

/* line 116, ../../../../../../../../../../Users/hiroyukinakamura/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/* line 16, sass/style.scss */
body { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; margin: 0; padding: 0; }

/* line 29, sass/style.scss */
#pagetop { width: 50px; height: 50px; position: fixed; right: 10px; bottom: 10px; }
/* line 35, sass/style.scss */
#pagetop a { width: 50px; height: 50px; position: relative; display: block; text-indent: -9999px; background: rgba(0, 0, 0, 0.6); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
/* line 44, sass/style.scss */
#pagetop a:hover { opacity: 0.6; }
/* line 47, sass/style.scss */
#pagetop a::after { content: ''; width: 30px; height: 30px; background: url("images/icon_pagetop.png") no-repeat; background-size: contain; position: absolute; left: 10px; top: 18px; }

/* line 60, sass/style.scss */
.body__wrap { padding-top: 90px; }
/* line 62, sass/style.scss */
.body__wrap .breadcrumbs { width: 1000px; margin: 0 auto; }
/* line 65, sass/style.scss */
.body__wrap .breadcrumbs ol { display: flex; flex-wrap: wrap; }
/* line 68, sass/style.scss */
.body__wrap .breadcrumbs ol li { font-size: 13px; padding-right: 0.5em; color: #666; }
/* line 72, sass/style.scss */
.body__wrap .breadcrumbs ol li a { color: #666; text-decoration: none; }
/* line 75, sass/style.scss */
.body__wrap .breadcrumbs ol li a:hover { text-decoration: underline; }
/* line 79, sass/style.scss */
.body__wrap .breadcrumbs ol li::after { content: '\03e'; padding-left: 0.5em; }
/* line 83, sass/style.scss */
.body__wrap .breadcrumbs ol li:last-child::after { content: ''; }
/* line 90, sass/style.scss */
.body__wrap .content-body .page-header { width: 1000px; margin: 60px auto; }
/* line 93, sass/style.scss */
.body__wrap .content-body .page-header h1 { position: relative; font-size: 42px; font-weight: 700; color: #0076c3; text-align: center; margin-bottom: 80px; line-height: 0.9; letter-spacing: 3px; }
/* line 102, sass/style.scss */
.body__wrap .content-body .page-header h1 span { font-size: 15px; font-weight: 400; letter-spacing: 0px; }
/* line 107, sass/style.scss */
.body__wrap .content-body .page-header h1::after { content: ''; position: absolute; left: 50%; margin-left: -30px; bottom: -30px; display: block; border-bottom: 1px solid #0076c3; width: 60px; }
/* line 118, sass/style.scss */
.body__wrap .content-body .page-header p { text-align: center; }
/* line 123, sass/style.scss */
.body__wrap .content-body.movies .section { padding: 40px 0; }
/* line 125, sass/style.scss */
.body__wrap .content-body.movies .section.gr { background: #f1f1f1; }
/* line 128, sass/style.scss */
.body__wrap .content-body.movies .section__inner { width: 1000px; margin: auto; }
/* line 132, sass/style.scss */
.body__wrap .content-body.movies .section__inner.arch ul { display: flex; flex-wrap: wrap; margin-bottom: 60px; }
/* line 137, sass/style.scss */
.body__wrap .content-body.movies .section__inner.arch ul li { flex-basis: 300px; background: #fff; position: relative; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; margin-right: 50px; margin-bottom: 50px; }
/* line 145, sass/style.scss */
.body__wrap .content-body.movies .section__inner.arch ul li img { width: 300px; height: 170px; object-fit: cover; }
/* line 150, sass/style.scss */
.body__wrap .content-body.movies .section__inner.arch ul li p { padding: 20px; font-size: 16px; line-height: 1.5; }
/* line 155, sass/style.scss */
.body__wrap .content-body.movies .section__inner.arch ul li a { position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; text-indent: -9999px; }
/* line 164, sass/style.scss */
.body__wrap .content-body.movies .section__inner.arch ul li:hover { opacity: 0.6; -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
/* line 168, sass/style.scss */
.body__wrap .content-body.movies .section__inner.arch ul li:nth-child(3n) { margin-right: 0; }
/* line 171, sass/style.scss */
.body__wrap .content-body.movies .section__inner.arch ul li .thumb { position: relative; }
/* line 173, sass/style.scss */
.body__wrap .content-body.movies .section__inner.arch ul li .thumb .time { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 130px; background: rgba(0, 0, 0, 0.6); padding: 5px; text-align: center; font-size: 13px; color: #fff; position: absolute; right: 0; bottom: 2px; margin-bottom: 0; }
/* line 191, sass/style.scss */
.body__wrap .content-body.movies .section__inner ul.anchor { display: flex; flex-wrap: wrap; }
/* line 194, sass/style.scss */
.body__wrap .content-body.movies .section__inner ul.anchor li { flex-basis: 20%; }
/* line 196, sass/style.scss */
.body__wrap .content-body.movies .section__inner ul.anchor li a { font-size: 18px; color: #333; text-decoration: none; display: block; border-left: 1px solid #ddd; text-align: center; padding: 5px 0; position: relative; }
/* line 205, sass/style.scss */
.body__wrap .content-body.movies .section__inner ul.anchor li a:after { position: absolute; content: ''; background: url("images/anchor_arrow.png") no-repeat; width: 13px; height: 13px; background-size: contain; background-position: 50%; right: 15px; top: 10px; }
/* line 216, sass/style.scss */
.body__wrap .content-body.movies .section__inner ul.anchor li a:last-child { border-right: 1px solid #ddd; }
/* line 219, sass/style.scss */
.body__wrap .content-body.movies .section__inner ul.anchor li a:hover { color: #999; }
/* line 225, sass/style.scss */
.body__wrap .content-body.movies .section__inner .mov-wrap { width: 100%; height: 0; position: relative; padding-top: 56.25%; overflow: hidden; margin-bottom: 40px; }
/* line 232, sass/style.scss */
.body__wrap .content-body.movies .section__inner .mov-wrap iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
/* line 240, sass/style.scss */
.body__wrap .content-body.movies .section__inner .comment { line-height: 1.7; font-size: 15px; }
/* line 244, sass/style.scss */
.body__wrap .content-body.movies .section__inner .back_mov-ls { width: 200px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #0076c3; text-align: center; margin: 80px auto 50px; }
/* line 250, sass/style.scss */
.body__wrap .content-body.movies .section__inner .back_mov-ls a { color: #0076c3; text-decoration: none; display: block; padding: 10px; position: relative; }
/* line 256, sass/style.scss */
.body__wrap .content-body.movies .section__inner .back_mov-ls a::before { content: '\03c'; padding-right: 1em; position: absolute; left: 15px; top: 10px; }
/* line 264, sass/style.scss */
.body__wrap .content-body.movies .section__inner .back_mov-ls:hover { background: #0076c3; }
/* line 266, sass/style.scss */
.body__wrap .content-body.movies .section__inner .back_mov-ls:hover a { color: #fff; }
/* line 272, sass/style.scss */
.body__wrap .content-body.movies .section__inner h2 { font-size: 24px; font-weight: 700; border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-top: 20px; margin-bottom: 10px; }
/* line 280, sass/style.scss */
.body__wrap .content-body.movies .section__inner .time { text-align: right; margin-bottom: 40px; font-weight: 700; }
/* line 285, sass/style.scss */
.body__wrap .content-body.movies .section__inner .ls-cate { font-size: 28px; font-weight: 400; margin: 20px 0 40px; padding: 0 0 20px; color: #666; border-bottom: 1px solid #bbb; position: relative; }
/* line 293, sass/style.scss */
.body__wrap .content-body.movies .section__inner .ls-cate::after { display: inline-block; content: ''; width: 1.5em; border-bottom: 1px solid #0076c3; position: absolute; bottom: -1px; left: 0; }

@media screen and (max-width: 568px) { /* line 4, sass/_sp.scss */
  .body__wrap { padding-top: 90px; }
  /* line 6, sass/_sp.scss */
  .body__wrap .breadcrumbs { width: 100% !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; }
  /* line 13, sass/_sp.scss */
  .body__wrap .breadcrumbs ol li { padding-right: 0.2em; }
  /* line 24, sass/_sp.scss */
  .body__wrap .breadcrumbs ol li::after { padding-left: 0.2em; }
  /* line 35, sass/_sp.scss */
  .body__wrap .content-body .page-header { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100% !important; margin: 30px auto; padding: 0 20px; }
  /* line 40, sass/_sp.scss */
  .body__wrap .content-body .page-header h1 { font-size: 30px; margin-bottom: 50px; }
  /* line 47, sass/_sp.scss */
  .body__wrap .content-body .page-header h1::after { margin-left: -30px; width: 60px; }
  /* line 58, sass/_sp.scss */
  .body__wrap .content-body .page-header p { line-height: 1.5; }
  /* line 68, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner { width: 100% !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; }
  /* line 74, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner.arch ul { display: block !important; }
  /* line 79, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner.arch ul li { max-width: 300px !important; width: 100%; margin: 0 auto 30px !important; }
  /* line 84, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner.arch ul li:last-child { margin: auto !important; }
  /* line 87, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner.arch ul li img { width: 100% !important; }
  /* line 93, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner ul.anchor { flex-wrap: wrap; justify-content: space-between; }
  /* line 97, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner ul.anchor li { flex-basis: 10em; }
  /* line 99, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner ul.anchor li a { font-size: 15px; text-align: left; border: none; padding: 10px 20px 10px 25px; border-bottom: 1px solid #ddd; margin-bottom: 10px; }
  /* line 106, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner ul.anchor li a:before { position: absolute; content: ''; background: url("images/anchor_arrow.png") no-repeat; width: 13px; height: 13px; background-size: contain; background-position: 50%; left: 0; top: 12px; }
  /* line 117, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner ul.anchor li a:after { display: none; }
  /* line 120, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner ul.anchor li a:last-child { border-right: none; }
  /* line 126, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner h2 { font-size: 18px !important; line-height: 1.4 !important; }
  /* line 134, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner .ls-cate { font-size: 20px !important; }
  /* line 137, sass/_sp.scss */
  .body__wrap .content-body.movies .section__inner .comment { line-height: 1.7; font-size: 14px; } }
