@charset "utf-8";
/*
Theme Name: Lightning - Syota Tsuda
Template: lightning
Description: [ for Portfolio ]
Author: Syota Tsuda
Tags: 
Version: 0.1.2
*/

/* フォント */
body,
p
{
  font-family: "Roboto", sans-serif;
}

/* pタグ */
p
{
  font-size: 16px;
}
@media screen and (max-width: 480px)
{
  p
  {
    font-size: 14px;
  }
}

/* aタグ */
a
{
  color: #337ab7;
}
a:hover
{
  color: #337ab7;
}

/* オーバーレイ */
#overlay
{
  z-index: 1000 !important;
}

/* トップ */
.siteContent
{
  padding-top: 0px;
}
.widget_ltg_full_wide_title_outer
{
  padding-top: 12em;
  padding-bottom: 12em;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.widget_ltg_full_wide_title_title,
.widget_ltg_full_wide_title_caption
{
  -webkit-text-shadow: 0 2px 0 white, 2px 0 0 white, 0 -2px 0 white, -2px 0 0 white, 2px 2px 0 white, -2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white;
  -moz-text-shadow: 0 2px 0 white, 2px 0 0 white, 0 -2px 0 white, -2px 0 0 white, 2px 2px 0 white, -2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white;
  text-shadow: 0 2px 0 white, 2px 0 0 white, 0 -2px 0 white, -2px 0 0 white, 2px 2px 0 white, -2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white;
  color: #3d3536;
  font-weight: bold;
}
.widget_ltg_full_wide_title_title
{
  text-align: left;
  padding-left: 20%;
  font-size: 2em;
}
.widget_ltg_full_wide_title_caption
{
  text-align: right;
  padding-right: 20%;
  font-size: 4em;
}
@media screen and (max-width: 480px)
{
  .widget_ltg_full_wide_title_title
  {
    padding-left: 10%;
    font-size: 1.2em;
  }
  .widget_ltg_full_wide_title_caption
  {
    padding-right: 10%;
    font-size: 2.2em;
  }
}

/* 見出し */
.mainSection-title,
h2
{
  padding-top: 4em;
  padding-bottom: 1em;
  margin: 0;
  border-top: none !important;
  border-bottom: none !important;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px)
{
  .mainSection-title,
  h2
  {
    padding-top: 2em;
    font-size: 1.5em;
  }
}

.widget_text #text-5,
.widget_text #text-6,
.widget_text #text-8,
.widget_text #text-10
{
  margin-bottom: 0;
}

/* プロフィール */
.widget_wp_widget_vkexunit_profile .profile
{
	padding: 1.2em 2em;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}
.widget_wp_widget_vkexunit_profile .profile .profile_text
{
  font-size: 1em;
  line-height: normal;
}
@media screen and (max-width: 480px)
{
  .widget_wp_widget_vkexunit_profile .profile .profile_text
  {
    font-size: 0.9em;
  }
}

/* WordPress制作はこちら */
.widget_vkexunit_button
{
  width: 60%;
  margin: 0 auto;
  transition: 0.5s;
}
@media screen and (max-width: 480px)
{
  .widget_vkexunit_button
  {
    width: 90%;
  }
  .widget_vkexunit_button span
  {
    font-size: 0.8em;
  }
}
.widget_vkexunit_button:hover
{
  transform: translateY(-4px);
}

.widget_vkexunit_button a
{
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.widget_vkexunit_button a:hover
{
  background-color: #337ab7;
  border-color: #337ab7;
}
.widget_vkexunit_button a:active,
.widget_vkexunit_button a:focus
{
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}

/* カスタムHTML */
.custom-html-widget h3
{
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0.5em;
  border-bottom: none;
}
.custom-html-widget h3:after
{
  content: '';
  border-bottom: none;
}

.custom-html-widget .chtml_left
{
  float: left;
	width: 35%;
	margin: 3em 0 1em 0;
}
.custom-html-widget .chtml_left img
{
  margin: 0 auto;
  display: block;
}

.custom-html-widget .chtml_right
{
  float: right;
	width: 60%;
	margin: 3em 0 1em 0;
	text-align: left;
	line-height: normal;
}
@media screen and (max-width: 480px)
{
  .custom-html-widget .chtml_right div
  {
    font-size: 0.9em;
  }
}

.custom-html-widget .firstline
{
  width: 100%;
  padding-bottom: 0.4em;
}
.custom-html-widget .firstline div
{
  padding-bottom: 0.4em;
}

.custom-html-widget .chtml_img_left
{
  width: 50%;
  float: left;
}
.custom-html-widget .chtml_img_left img
{
  width: 80%;
  margin: 0 0.2em 0 auto;
}

.custom-html-widget .chtml_img_right
{
  width: 50%;
  float: right;
}
.custom-html-widget .chtml_img_right img
{
  width: 80%;
  margin: 0 auto 0 0.2em;
}

.custom-html-widget .fader
{
  opacity: 0.0;
  margin: 20px 0 20px 0;
  font-size: 1em;
  line-height: normal;
	padding: 1.2em 2em;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px)
{
  .custom-html-widget .fader
  {
    font-size: 0.9em;
  }
}
.custom-html-widget .fadeIn
{
  opacity: 1.0;
  transform: translateY(-20px);
  transition: all 1s ease;
}
.custom-html-widget .fader span
{
  color: #999;
}
.custom-html-widget .fader span.chtml_bold
{
  color: #212529;
  font-weight: bold;
}

/* お問い合わせ */
#text-9 .textwidget p
{
  width: 90%;
  margin: 0 auto;
}

.wpcf7-form p
{
  text-align: center;
  margin-bottom: 0;
}
.wpcf7-form p label
{
  width: 50%;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 480px)
{
  .wpcf7-form p label
  {
    width: 80%;
  }
}

input.form-control
{
  margin-bottom: unset;
}

.wpcf7-submit
{
  margin-top: 40px;
  margin-left: 16px;
  width: 40%;
  padding: 15px;
  border-radius: 10px;
  border: none;
  background-color: #337ab7;
  color: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 480px)
{
  .wpcf7-submit
  {
    width: 80%;
  }
}
.wpcf7-submit:hover
{
  background-color: #337ab7;
  transform: translateY(-4px);
}
.wpcf7-submit:active,
.wpcf7-submit:focus
{
  background-color: #337ab7 !important;
}

span.wpcf7-not-valid-tip
{
  font-size: 0.9em;
}

div.wpcf7-response-output
{
  margin: 1em auto !important;
  background-color: #fff;
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 480px)
{
  div.wpcf7-response-output
  {
    width: 90%;
    text-align: left;
  }
}

/* ページトップ */
.page_top_btn
{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  outline: unset;
  border: unset;
}

/* フッター */
footer .sectionBox
{
  display: none !important;
}

footer .copySection
{
  display: block !important;
  border-top: none !important;
}
footer .copySection p:nth-child(2)
{
  display: none !important;
}

/* HOME以外ヘッダー非表示 */
body:not(.home) .siteHeader
{
  border-bottom: none;
  min-height: 0;
}
body:not(.home) .siteHeadContainer
{
  display: none;
}

/* WordPress制作固定ページ */
.post-name-wp_product h3
{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-name-wp_product .wp-block-table table
{
  border-top: 1px dashed #337ab7;
}
.post-name-wp_product .wp-block-table table td
{
  border-bottom: 1px dashed #337ab7;
}

.post-name-wp_product .wp-block-media-text
{
  grid-template-columns: 30% 1fr;
  -ms-grid-columns: 30% 1fr;
}

.post-name-wp_product .wp_product_img img
{
  margin-left: 10%;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px)
{
  .post-name-wp_product .wp_product_img img
  {
    margin-left: 0;
  }
}

.post-name-wp_product .wp-block-media-text .wp-block-media-text__content
{
  padding: 0 20%;
}
@media screen and (max-width: 480px)
{
  .post-name-wp_product .wp-block-media-text .wp-block-media-text__content
  {
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
  .post-name-wp_product .wp_product_btn
  {
    text-align: center;
  }
}

.post-name-wp_product .to_contact,
.post-name-404-not-found .to_top
{
  text-align: center;
}

.post-name-wp_product .to_contact a,
.post-name-wp_product .wp_product_btn a,
.post-name-404-not-found .to_top a
{
	display: inline-block;
	width: 200px;
	height: 54px;
	position: relative;
	z-index: 100;
	background-color: #337ab7;
	border-radius: 6px;
	border: 2px solid #337ab7;
	color: #fff;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.post-name-wp_product .to_contact a,
.post-name-404-not-found .to_top a
{
  width: 400px;
}
@media screen and (max-width: 480px)
{
  .post-name-wp_product .to_contact a,
  .post-name-404-not-found .to_top a
  {
    width: 90%;
  }
}
.post-name-wp_product .to_contact a:hover,
.post-name-wp_product .wp_product_btn a:hover,
.post-name-404-not-found .to_top a:hover
{
	background-color: #bbdefb;
	border-color: #337ab7;
	color: #337ab7;
}

.post-name-wp_product .to_contact a::before,
.post-name-wp_product .to_contact a::after,
.post-name-wp_product .wp_product_btn a::before,
.post-name-wp_product .wp_product_btn a::after,
.post-name-404-not-found .to_top a::before,
.post-name-404-not-found .to_top a::after
{
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #337ab7;
	position: absolute;
	z-index: -10;
	display: block;
	content: "";
}
.post-name-wp_product .to_contact a::before,
.post-name-wp_product .wp_product_btn a::before,
.post-name-404-not-found .to_top a::before
{
	top: 0;
}
.post-name-wp_product .to_contact a::after,
.post-name-wp_product .wp_product_btn a::after,
.post-name-404-not-found .to_top a::after
{
	bottom: 0;
}

.post-name-wp_product .to_contact a:hover::before,
.post-name-wp_product .to_contact a:hover::after,
.post-name-wp_product .wp_product_btn a:hover::before,
.post-name-wp_product .wp_product_btn a:hover::after,
.post-name-404-not-found .to_top a:hover::before,
.post-name-404-not-found .to_top a:hover::after
{
	height: 0;
	background-color: #337ab7;
}

.post-name-wp_product .to_contact a,
.post-name-wp_product .to_contact a::before,
.post-name-wp_product .to_contact a::after,
.post-name-wp_product .wp_product_btn a,
.post-name-wp_product .wp_product_btn a::before,
.post-name-wp_product .wp_product_btn a::after,
.post-name-404-not-found .to_top a,
.post-name-404-not-found .to_top a::before,
.post-name-404-not-found .to_top a::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}