@charset "utf-8";

/* Document */

/* =======================================
読み込み
========================================== */

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

body {
  border-top: solid 5px #333;
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.col {
  flex: 1 0 0%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.w-100 {
  width: 100% !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 3rem;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 3rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.text-center {
  text-align: center !important;
}
.text-end {
  text-align: right;
}
#wrap {
  overflow: hidden;
}

article {
  margin-bottom: 100px;
}

/* 枠組み */
#contents {
  margin-top: 60px;
}

.w970 {
  width: 970px;
  margin: 0 auto;
}

.w870 {
  width: 870px;
  margin: 0 auto;
}

.w800 {
  width: 800px;
  margin: 0 auto;
}

li {
  margin-bottom: 10px;
}

/* リンク
================================== */

/* リンク画像装飾[**********************/

a img,
a:link img,
a:visited img,
a:hover img,
a:active img {
  text-decoration: none;
  border-bottom: none;
}

a:hover img {
  -ms-filter: "alpha(opacity=70)";
  /*for IE8*/
  filter: alpha(opacity=70);
  /*for IE6 */
  opacity: 0.7;
}

/* リンク装飾[**********************/
a {
  /*リンクされた文字*/
  color: #63569e;
  font-style: normal;
  text-decoration: none;
}

a:link {
  /*未訪問のリンク*/
  color: #63569e;
  font-style: normal;
  text-decoration: none;
}

a:visited {
  /*訪問後のリンク*/
  color: #63569e;
  text-decoration: none;
}

a:hover {
  /*マウスをのせたとき*/
  color: #1d2cad;
  /*
border-bottom: 1px solid #A1D1BC;
font-style: normal;*/
}

a:active {
  /*クリック中*/
  text-decoration: none;
}

/* =======================================
テキスト
========================================== */
p {
  padding: 0 0 1rem 0;
  line-height: 2;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h2 {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-bottom: 3px;
  border-left: solid 3px #333;
  border-bottom: solid 1px #999;
  font-weight: normal;
  font-size: 15px;
}

h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: normal;
}

h4 {
  margin-bottom: 20px;
}

.top_title {
  font-weight: bold;
  margin-bottom: 20px;
}

.subtitle {
  text-align: right;
  float: right;
  font-size: 14px;
  letter-spacing: 0.01em;
}

li {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 30px;
}
dd {
  font-size: 1em;
  line-height: 1.5;
}

footer small {
  font-size: 11px;
  letter-spacing: 0.2em;
}

th,
td {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/* ライン */
.hr_30 {
  height: 30px;
  border: 0;
  border-top: 1px solid #eee;
  clear: both;
}

.hr_foot {
  height: 0;
  border: 0;
  border-top: 10px solid #999;
  clear: both;
}

/* span */
.blue {
  color: #255b97;
}

.green {
  color: #457f0f;
}

.orange {
  color: #ff6600;
}

.red {
  color: #cc0000;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.text-end {
  text-align: right !important;
}

/* =======================================
アイコンフォント
========================================== */

/* =======================================
共通
========================================== */
table {
  width: 100%;
}

table th,
table td {
  padding: 10px 20px;
  border: solid 1px #ccc;
  vertical-align: middle;
  font-size: 1em;
  font-weight: normal;
}

table th {
  background-color: #f2f0f0;
}

#page li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 固定ページ共通 */
.page .fLeft {
  width: 480px;
}

.page .fRight {
  width: 210px;
}

/* フォーム */
.cFrom th {
  background-color: #666;
  color: #fff;
}

.cFrom td {
  background-color: #f3f8fc;
}

input,
textarea {
  border: solid 1px #ddd;
}

/* =======================================
ヘッダー
========================================== */
header {
  height: 90px;
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url(../images/head_line.png);
  background-position: 0 150px;
  background-repeat: repeat-x;
}
header .fRight {
  margin-top: 60px;
  padding-bottom: 10px;
  width: 820px;
}

/* =======================================
グローバルナビゲーション
========================================== */

/* globalNavi */
#gnavWrap ul {
  width: 820px;
  height: 40px;
  background-image: url(../images/gnav.png);
}

#gnavWrap li {
  float: left;
}

#gnavWrap li a {
  width: 111.6px;
  height: 40px;
  display: block;
  text-indent: -9999px;
}

#gnavWrap .li01 a {
  width: 90px;
}

#gnavWrap .li02 a {
  width: 90px;
}

#gnavWrap .li03 a {
  width: 90px;
}

#gnavWrap .li04 a {
  width: 90px;
}

#gnavWrap .li05 a {
  width: 100px;
}

#gnavWrap .li06 a {
  width: 90px;
}

#gnavWrap .li07 a {
  width: 90px;
}

#gnavWrap .li08 a {
  width: 90px;
}

#gnavWrap .li09 a {
  width: 90px;
}

/* =======================================
サイド
========================================== */
#side li {
  margin-bottom: 20px;
}

/* =======================================
ビルボード
========================================== */

.billWrap .sp-bottom-thumbnails {
  width: 610px !important;
  margin-top: 45px;
}

.billWrap.works .sp-bottom-thumbnails {
	width: 100% !important;
}

.billWrap .sp-bottom-thumbnails .sp-thumbnail-container,
.billWrap .sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 0;
  margin-right: 15px;
}

/* =======================================
パンクズ
========================================== */
#BreadCrumb {
  margin: 20px 0 20px 0;
  padding: 7px 0;
  /* background-color:#F3F8FC; */
}

.bread_crumb {
  margin: 0 auto;
  clear: both;
}

.bread_crumb li {
  font-size: 11px;
  float: left;
  list-style: none outside none;
}

.bread_crumb li:after {
  content: ">";
  padding-left: 10px;
  margin-right: 10px;
}

.bread_crumb li:last-child:after {
  content: "";
}

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

/* =======================================
プロフィール
========================================== */
#profile h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

#profile p {
  letter-spacing: 0.01em;
  line-height: 1.5;
}

#profile .clum01 {
  margin-top: 50px;
}

#profile .clum01 .fLeft {
  width: 440px;
}

#profile .clum01 {
  /*background: url(../images/profiel_img01.jpg);*/
  background-repeat: no-repeat;
  background-position: right top;
}

#profile .clum02 {
  margin-top: 100px;
}

#profile .clum02 .fLeft {
  width: 370px;
}

#profile .clum02 .fRight {
  width: 500px;
}

/* =======================================
ワークス
========================================== */
#works section {
  margin-top: 100px;
}

/* =======================================
ワークスムービー
========================================== */
#worksMovie .movie {
  width: 385px;
  margin-right: 30px;
  float: left;
  margin-bottom: 80px;
}

#worksMovie .movie:nth-child(even) {
  margin-right: 0;
}

#worksMovie section {
  margin-bottom: 50px;
}

/* =======================================
撮り続ける理由
========================================== */
#reason h3 {
  margin-bottom: 30px;
}

/* =======================================
講演会（スライドショー）
========================================== */
#workshop section {
  margin-top: 100px;
}

#workshop h3 {
  margin-bottom: 30px;
}

/* =======================================
メディア
========================================== */
#media .remarks {
  margin-bottom: 20px;
}

#media li {
  width: 185px;
  height: 300px;
  float: left;
  margin-right: 20px;
  line-height: 1.5;
}

#media li img {
  width: 185px;
}

#media li:nth-child(4n) {
  margin-right: 0;
}

.clear-both {
  clear: both;
}

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

#media .tx-small {
  font-size: 12px;
}

#media li img.thumbnail {
  border: solid 5px #ddd;
}

/* =======================================
バスマガジン
========================================== */

#bus li {
  width: 195px;
  height: 380px;
  margin-right: 6.666px;
  line-height: 1.5 !important;
  min-height: 370px;
  list-style-type: none;
  float: left;
}

#bus li img {
  width: 185px;
}

#bus li:nth-child(4n) {
  margin-right: 0;
}

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

#bus .tx-small {
  font-size: 12px;
}

#bus li img.thumbnail {
  border: solid 5px #ddd;
}

/* =======================================
写真集
========================================== */
#photoalbum .box01 {
  margin-bottom: 30px;
}

/* =======================================
リンク
========================================== */
#link {
  line-height: 1.7;
  font-feature-settings: "palt" !important;
}

/* =======================================
10　お問合せ
========================================== */
#contact table {
  margin-top: 20px;
}

#contact th {
  background-color: #f2f0f0;
  font-weight: normal;
}

#contact .textarea {
  height: 200px;
}

input[type="submit"] {
  cursor: pointer;
  display: block;
  width: 162px;
  height: 57px;
  border: none;
  text-indent: -9999px;
  background: url(../images/contact_btn.png) no-repeat 0 0;
}

input.btn_submit:hover {
  opacity: 0.8;
}

/* =======================================
フォーム共通
========================================== */
select {
  border: 2px solid #ccc;
  border-radius: 3px;
  color: #0c2245;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 3px;
  vertical-align: middle;
}

input[type="text"] {
  padding: 5px 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-size: 13px;
}

input[type="email"] {
  padding: 5px 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-size: 13px;
}

input[type="tel"] {
  padding: 5px 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-size: 13px;
}

textarea {
  padding: 5px 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-size: 13px;
}

/*
input[type="submit"] {
width: 300px;
margin-top: 10px;
padding: 15px 50px;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.1em;
background-color: #FF0;
border: solid 1px #ccc;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
cursor: pointer;
}
*/

/* ボタンデザイン */
.mfp_buttons {
  width: 200px;
  margin: 30px auto 0 auto;
}

/*
button[type="submit"] {
width: 200px;
padding: 5px 0;
font-size: 20px;
font-weight: bold;
letter-spacing: 0;
color: #fff;
border-radius: 3px;
cursor: pointer;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
border: 2px solid #fff;
background: #258af0;
background: -moz-linear-gradient(top, #258af0 0%, #0066cc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #258af0), color-stop(100%, #0066cc));
background: -webkit-linear-gradient(top, #258af0 0%, #0066cc 100%);
background: -o-linear-gradient(top, #258af0 0%, #0066cc 100%);
background: -ms-linear-gradient(top, #258af0 0%, #0066cc 100%);
background: linear-gradient(to bottom, #258af0 0%, #0066cc 100%);
}
button[type="submit"]:hover {
opacity: 0.8;
}
*/
.must-a {
  color: #c00;
}

/* =======================================
個人情報保護方針
========================================== */

#privacypolicy p {
  line-height: 1.5;
}

#privacypolicy li {
  line-height: 1.5;
}

.basicpolicy {
  margin-top: 40px;
  padding-top: 20px;
  border-top: dotted 1px #333;
}

/* =======================================
上に戻るボタン
========================================== */

#page-top {
  position: fixed;
  bottom: 0;
  right: 20px;
}

#page-top a {
  margin-top: -180px;
  display: block;
  background-image: url(../images/totop.png);
  width: 67px;
  height: 67px;
  text-indent: -9999px;
  float: right;
}

#page-top a:hover {
  opacity: 0.7;
}

/* =======================================
404
========================================== */
#notFound h1 {
  margin: 0 0 20px 0;
}

/* =======================================
フッター
========================================== */
footer {
  width: 100%;
  margin-top: 15px;
  color: #999999;
  background-color: #f2f2f3;
}

footer .wrap01 {
  width: 970px;
  margin: 0 auto;
  padding-top: 20px;
}

footer .wrap01 ul {
  float: right;
}

footer .wrap01 li {
  margin-left: 20px;
  line-height: 1;
  float: left;
}

footer .wrap01 li a {
  display: block;
  padding-left: 25px;
  background-image: url(../images/arrow01.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  color: #999999;
}

footer .wrap02 {
  width: 970px;
  margin: 0 auto;
  background-color: #f2f2f3;
  clear: both;
}

footer .wrap02 small {
  float: right;
}

footer .copyright {
  padding: 0 0;
  text-align: center;
  font-size: 13px;
}

/* =======================================
フッター:下部固定;
========================================== */
html,
body {
  height: 100%;
}

#wrapFix {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
}

#contents {
  padding-bottom: 100px;
  /*フッターの高さと同じ*/
}

#footer {
  height: 100px;
  position: absolute;
  bottom: 0;
}

#banner {
  height: 150px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* =======================================
リストテーブル化
========================================== */
.list_table,
.list_table > dt,
.list_table > dd {
  box-sizing: border-box;
}

.list_table > dt,
.list_table > dd {
  padding: 0.8em;
  margin: 0px;
}

.list_table > dt {
  background-color: #f0f0f0;
}

.list_table > dd {
  background-color: #fff;
}

.list_table {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

.list_table > dt,
.list_table > dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #ccc;
}

.list_table > dt {
  width: 20%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.list_table > dd {
  width: 80%;
  border-right: 1px solid #ccc;
}
a.underline {
  text-decoration: underline;
}
