@charset "UTF-8";
/* 斎藤建築 CSS Document */

/*----------------------------------------------------------
	全体共通
----------------------------------------------------------*/
body {
	color: #000;
    counter-reset: number 0;
	overflow: hidden;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.04rem;
  background:#fff;
}
/*body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background: #fff;
}*/
.font-type2 {	
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
    color: #000;
}
div#site-loader-overlay {
    background-image: url(/wp-content/themes/story_tcd041/img/fp_fv_haikei.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.flex_lay {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex_lay_box {
  width: 50%;
  height: auto;
  box-sizing: border-box;
  padding-right: 1rem;
}
.flex_lay_box:nth-child(even) {
  padding-right: 0;
  padding-left: 1rem;
}
@media screen and (max-width: 1200px){
body::before {
  height: 200px;
}
}
@media screen and (max-width: 768px){
.flex_lay_box {
    width: 100%;
    margin-bottom: 2em;
    padding-right: 0;
}
}
/*----------------------------------------------------------
	ヘッダーナビ
----------------------------------------------------------*/
.header {
    background: #07386E;
}
.header-bar {
    height: 100px;
	box-shadow: none;
}
.logo-image {
    top: 19px;
    left: 30px;
    position: absolute;
    width: 225px;
    height: auto;
}
img.h_logo {
  width: 100%;
}
.header-bar-inner {
    width: 100%;
}
.global-nav {
}
.global-nav > ul > li {
}
.global-nav > ul > li > a {
    line-height: 100px;
    padding: 0px 20px 0 20px;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.global-nav > ul > li > a:hover {
  color: #999999;
}
/*.global-nav > ul > li > a:after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 20px;
    line-height: 1;
    font-size: 0.75em;
    color: #1e8d44;
    font-weight: 500;
}
.global-nav > ul > li.global-menu-001 > a:after {
  content: 'Home';
}
.global-nav > ul > li.global-menu-002 > a:after {
  content: 'Price';
}
.global-nav > ul > li.global-menu-003 > a:after {
  content: 'Staff';
}
.global-nav > ul > li.global-menu-004 > a:after {
  content: 'Company';
}
.global-nav > ul > li.global-menu-005 > a:after {
  content: 'Contact';
}
.global-nav > ul > li.global-menu-006 > a:after {
  content: 'お知らせ';
}
.global-nav > ul > li.global-menu-007 > a:after {
  content: '';
}
.global-nav .current-menu-item > a:before, .global-nav > ul > li > a:before, .global-nav .sub-menu a:before {
  content: '';
  height: 2px;
  left: 20px;
  width: 0;
  top: 0;
  position: absolute;
  background: #03a58f;
  transition: 0.5s;
}
.global-nav .current-menu-item > a:before, .global-nav > ul > li > a:hover:before {
  width: calc(100% - 40px);
}*/
.global-nav .current-menu-item > a {
  color: #0033CC;
}
.global-nav .current-menu-item > a:hover {
  color: #0033CC;
}

.global-nav > ul > li.global-menu-arrow > a::after {
    content: "\e90e";
    display: block;
    font-family: "design_plus";
    position: absolute;
    width: calc(100% - 0px);
    text-align: center;
    right: 0;
    bottom: 13px;
    line-height: 1;
    font-size: 10px;
    color: #c60000;
}
.global-nav .current-menu-item > a {
  color: #c60000;
}
.global-nav .current-menu-item > a:hover {
    color: #ff0000;
}
li#menu-item-44 {
    background: #000000;
    margin-left: 20px;
    padding: 0 25px;
    transition: 0.8s;
    color: #fff;
}
li#menu-item-44:hover {
    background: #ff0000;
    color: #ffffff;
    line-height: 100px;
}
li#menu-item-44 a {
    color: #fff;
}
li#menu-item-44 a:hover {
    color: #fff;
}
.global-nav .sub-menu {
    top: 100%;
}
.global-nav .sub-menu a {
    background-color: #000000;
    font-size: 0.9em;
    font-weight: 600;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.global-nav .sub-menu a:hover {
    background-color: #fff;
    color: #000;
}
.global-nav .sub-menu .current-menu-item > a {
    color: #999;
}
.global-nav .sub-menu .current-menu-item > a::before {
  display: none;
}
@media only screen and (max-width: 1200px) {
.header-bar {
    height: 64px;
    border-bottom: none;
}
.logo-image {
    left: 1px;
    top: 7px;
    width: 157px;
}
.logo img {
    width: 157px;
}
  .global-nav a, .global-nav a:hover {
    background: #ececec;
  }
  .global-nav > ul > li > a {
    line-height: 50px;
    padding: 0 35px 0 20px;
    text-align: left;
    background: #ffffff;
    color: #000 !important;
    font-size: 0.95em;
  }
  .global-nav-button {
	border-left:none;
  }
  .global-nav-button:before {
    color: #323232;
  }  
  .global-nav > ul > li > a:after {
    display: none;
  }
  .global-nav > ul > li > a:before {
    color: #333;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #030303;
  }
  .global-nav .current-menu-item > a:before, .global-nav > ul > li > a:hover:before {
    display: none;
  }
  .global-nav .sub-menu a {
    font-size: 0.9em;
    padding-left: 3em;
    color: #000 !important;
    background: #f5f5f5 !important;
  }
.global-nav .sub-menu a:hover {
    background-color: #366293;
    color: #fff;
}
	li#menu-item-44 {
    margin-left: 0px;
    padding: 0 0px;
}
li#menu-item-44 a,
li#menu-item-44 a:hover {
    line-height: 50px;
}
	li#menu-item-44 {
    background: #07386E;
    margin-left: 0px;
    padding: 0 0px;
}
  .global-nav > ul > li > a:after {
    display: none;
  }  
.global-nav > ul > li.global-menu-arrow > a::after {
    display: none;
}
}
@media screen and (max-width:924px) {
  .header-bar-fixed .global-nav {
    top: 56px;
  }
  .global-nav-button {
    width: 56px;
    height: 56px;
  }
  .global-nav-button:before {
    font-size: 18px;
  }
}
@media screen and (max-width:485px) {
  .global-nav > ul > li > a {
    font-size: 0.9em;
    padding: 0 20px 0 20px;
  }
  .global-nav .sub-menu a {
    font-size: 1em;
    padding-left: 3em;
  }
  .logo-image {
  }
  .top-slider-content, .top-slider-content-inner {
    background-size: 75% !important;
  }
  img.f_logo {
    width: 25%;
  }
}

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

/*.top-slider-wrapper {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}*/
.mb_YTPBar {
   display:none !important;
}
.header-youtube-overlay {
    background: linear-gradient(180deg, rgb(3 11 108 / 11%) 42%, rgb(0 13 30 / 28%) 100%);
}
.top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    background: none;
    /*transition: 1.2s;*/
}
.top-slider-nav a, .top-slider-nav li.active a {
	display: none;
}
.top-slider-content, .top-slider-content-inner {
    background: url(/wp-content/themes/story_tcd041/img/main-copy.png) no-repeat center !important;
    width: 100% !important;
    height: 152px !important;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 10%;*/
    border-radius: 0;
	z-index: 10;
    background-position: left 12% top 50% !important;
}
.top-slider-content {
}
.top-slider-content-inner:after {
	display: none;
}
/*.top-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: calc(100% - 30px);
    height: calc(96vh - 116px);
    margin: 0 auto;
    border-radius: 0 0 0 0;
}*/
.top-slider-wrapper::before {
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 0;
    content: '';
    left: calc(50% - 0px);
    z-index: 10;
}
.top-slider-wrapper::after {
    content: 'SCROLL';
    position: absolute;
    color: #fff;
    line-height: 1;
    bottom: 45px;
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    font-weight: 500;
    z-index: 10;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-slider:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(270deg, #ffffff00 0%, #0000009c 100%);
}
@media only screen and (max-width: 1200px){
.top-slider-content, .top-slider-content-inner {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}
}
@media only screen and (max-width: 1024px){
.top-slider-content, .top-slider-content-inner {
    width: 100% !important;
}
}

@media only screen and (max-width: 740px){
.top-slider-content, .top-slider-content-inner {
    background-size: 90% !important; 
    height: auto !important;
}
}

@media only screen and (max-width: 500px){
.top-slider-content, .top-slider-content-inner {
    background-size: 90% !important; 
    height: auto !important;
}
}

/*----------------------------------------------------------
	トップページ コンテンツ部分
----------------------------------------------------------*/
#content01 {
    padding: 7% 0 7%;
    position: relative;
    background: #000000;
    background-image: url(/wp-content/themes/story_tcd041/img/bg01.jpg);
    background-size: cover;
}
div#content01::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 2.5em;
    background: #fff;
    top: 0;
    left: 50%;
    z-index: 1;
}
.original_inner {
  margin: 0 auto;
  max-width: 1150px;
  width: 86%;
}


.front_intro-outer {
  position: relative;
}
.front_intro_inner {
  position: relative;
  padding-left: calc(46% + 20px);
}
.front_intro-outer .inner {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}
.front_intro-outer::after {
  background: url(/wp-content/themes/story_tcd041/img/frontimg01.jpg) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 44%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
}
.front_intro_inner h2 {
    font-size: 1.7em;
    margin-bottom: 30px;
    line-height: 2;
    color: #fff;
    font-weight: 800;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.front_intro_inner p {
    line-height: 2.2;
    color: #fff;
}
address.fp-contact-tel {
    font-size: 2.5em;
    line-height: 1;
    margin: 0.8em auto 0.25em 0;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
address.fp-contact-tel span {
    font-size: 0.56em;
    font-weight: 500;
}
address.fp-contact-tel a {
    color: #ff0000;
}


.content02 {
    position: relative;
    background: #ffffff;
    padding: 0 0 7em;
}
.content02:after {
    width: 100%;
    height: 9em;
    position: absolute;
    content: '';
    background: #203372;
    background-image: url(/wp-content/themes/story_tcd041/img/bg01.jpg);
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
}
.content02-inner {
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
}
.content02-item:first-of-type {
    margin: 0;
}
.content02-item:nth-of-type(2) {
    top: 0;
}	
.content02-item:nth-of-type(3) {
    top: 0;
}
.content02-inner-img {
    margin: 0 auto 30px;
    display: block;
    width: 100%;
}
.content02-title {
    line-height: 1.5;
    font-weight: 700 !important;
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    color: #000000;
    text-align: left;
    letter-spacing: 0.05em !important;
}
.content02-text {
    color: #000;
    padding: 0;
    line-height: 2.2;
}
a.content02-button {
    font-size: 1em;
    font-weight: 500;
    width: 100%;
    left: auto;
    right: 0;
    height: 50px;
    line-height: 50px;
    color: #000000;
    border: solid 1px #000000;
    padding: 0;
    text-align: left;
    margin: 0;
    background: rgb(255 255 255 / 0%);
    transition: 0.5s;
    z-index: 1;
    padding-left: 2rem;
}
a.content02-button::before { 
    content: "";
    width: 0;
    height: 100%;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
    background: #c60000;
    transition: 0.5s;
    z-index: -1;
    left: 0;
}
a.content02-button::after {
    content: 'MORE';
    position: absolute;
    font-weight: 500;
    line-height: 50px;
    margin-left: 1em;
    right: 2rem;
    font-size: 0.7em;
}
a.content02-button:hover {
    color: #ffffff !important;
    background: rgb(255 255 255 / 0%);
    border: 1px solid #c60000;
}
a.content02-button:hover::before {
    width: 100%;
}

section.original_request {
    background: #000000d9;
    padding: 6rem 0;
    text-align: center;
    position: relative;
    color: #fff;
}
section.original_request::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/story_tcd041/img/request_bg.jpg);
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.original_request-text {
    width: 86%;
    margin: 0 auto;
}
.original_sub_menu {
    font-size: 2.1em;
    letter-spacing: 0.05em;
    font-weight: 800;
    line-height: 1.8;
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section.original_request .original_request-text span {
    display: block;
}
.original_sub_menu span {
    font-size: 0.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
}
p.original_request_syousai {
    font-size: 1em;
    line-height: 2;
    margin-top: 2rem;
}
a.original_request_but {
    border: solid 1px rgb(250 250 250);
    padding: 1.5em;
    display: block;
    width: 86%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 2rem;
    color: rgb(250 250 250);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    font-size: 1.1em;
}
a.original_request_but:hover {
    border: solid 1px #c60000;
    color: #fff;
}
a.original_request_but::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: 0.5s;
    top: 0;
    left: 0;
    background: #c60000;
    z-index: -1;
}
a.original_request_but:hover::before {
    width: 100%;
}

section.original03 {
  padding: 8em 0 8em;
  position: relative;
}
.original03-text h2 {
    font-size: 1.5em;
    letter-spacing: 0.05em;
    margin-bottom: 0.75em;
    font-weight: 800;
    line-height: 1.5;
    position: relative;
    color: #907917;
    font-family: 'Zen Old Mincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.original03-text h3 {
  margin-bottom: 2em;
}
.original03-text {
    position: relative;
    padding-left: 54%;
    padding-right: 0%;
}
.original03-text p {
  line-height: 2.4;
}
section.original03::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/story_tcd041/img/top_original03.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
}
section.original03::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
    background: #fafaf024;
}

section.front-third {
    padding-top: 60px;
    padding-bottom: 70px;
    background: #ffffff;
}
.third-box {
  margin-bottom: 40px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-inner {
  position: relative;
  padding-right: 60%;
}
.third-box:nth-of-type(2n) .front-third-inner {
  padding-right: 0;
  padding-left: 60%;
}
.third-box .front-third-inner::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-color: #dcdfdf;
    background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
    /*border-radius: 30px 0 0 30px;*/
}
.third-box:nth-of-type(2n) .front-third-inner::after {
  right: auto;
  left: 0;
}
.third-box .front-third-inner.third01::after {
  background-image: url(/wp-content/themes/story_tcd041/img/front-third_01.jpg);
}
.third-box .front-third-inner.third02::after {
  background-image: url(/wp-content/themes/story_tcd041/img/front-third_02.jpg);
    background-position: center;
    /*border-radius: 0 30px 30px 0;*/
}
.third-box .front-third-inner.third03::after {
  background-image: url(/wp-content/themes/story_tcd041/img/front-third_03.jpg);
}
.front-third-text {
    padding: 13% 8%;
    box-sizing: border-box;
}

.front-third-text:before {
    content: 'Point.01';
    display: block;
    font-size: 1.7em;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 600;
    color: #b9b9b9;
}
.front-third-text.third_text02:before {
  content: 'Point.02';
}
.front-third-text.third_text03:before {
  content: 'Point.03';
}
.front-third-text.third_text04:before {
  content: 'Point.04';
}
h3.third_title {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    color: #000000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.third_text02 h3.third_title {}
p.third_text {
    margin-bottom: 0;
    line-height: 2.4;
}

section.front_topics {
    padding-top: 80px;
    background: #fff;
    position: relative;
}
h2.front_topics_first {
    font-size: 2.2em;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 500;
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2.headline-primary {
  display: none;
}
.article03 {
    box-sizing: border-box;
    border: none;
}
.article03-thumbnail {
    box-sizing: border-box;
}
.article03-content {
    background: #f9f9f9;
    padding: 15px 20px;
}

section.topmovie {
    background: #fff;
    padding: 5rem 0;
    text-align: center;
    position: relative;
}
section.original_mono {
    background: #2b8cce;
    padding: 5rem 0;
    text-align: center;
    position: relative;
    color: #fff;
}
/*section.original_mono::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/story_tcd041/img/.jpg);
    background-size: cover;
    z-index: -1;
}*/
.original_mono-text {
    width: 86%;
    margin: 0 auto;
}
.mono-container {
    /* border-top: 2px dashed #f9f3ec;
	border-left: 2px dashed #f9f3ec; */
    box-sizing: border-box;
}
.mono-box {
    width: 33.3%;
    box-sizing: border-box;
    padding: 1em;
    /* border-right: 2px dashed #f9f3ec; 
	border-bottom: 2px dashed #f9f3ec; 
	background: #fff;*/
}
.mono-inner-img {
    margin: 30px auto 30px;
    display: block;
    width: 80%;
}
.mono-title {
    line-height: 1.5;
    font-weight: 700 !important;
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.05em !important;
}
.mono-text {
    color: #fff;
    padding: 0;
    line-height: 2.2;
    text-align: center;
    font-size: 20px;
}
.youtube_inner {
    width: 70%;
    max-width: 1150px;
    margin: 0 auto;
    align-items: center;
    padding-bottom: 5%;
}
.youtube_wrap {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
.youtube_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
@media only screen and (max-width: 1200px) {
.content02:after {
    height: 5em;
}
  .third-box {
    margin-bottom: 50px;
  }
  .front-third-text:before {
    font-size: 25px;
    margin-bottom: 10px;
  }
  h3.third_title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  
  section.front_topics {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  h2.front_topics_first {
    font-size: 33px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .front_intro_inner h2 {
    font-size: 1.6em;
  }
  .content02-inner {
    padding: 0;
}
}
@media only screen and (max-width: 970px) {
.front_intro-outer::after {
    position: relative;
    height: 560px;
    display: block;
    width: 95%;
    margin-top: 1%;
    background-position: center top;
}
.front_intro-outer .inner {
    width: 100%;
}
.front_intro_inner {
    padding: 0px 7%;
}  

.content02:after {
    height: 13em;
}
.content02-inner {
    display: -webkit-box;
    display: block;
}
.content02-item {
    width: 100%;
    margin: 0;
}
.content02-item {
    margin-bottom: 70px !important;
}
.content02-title {
	font-size: 23px;
}
a.content02-button {
    height: 50px;
    line-height: 50px;
}
	
.original_sub_menu {
    font-size: 1.8em;
}
section.original03::after {
    background: #fafaf0a3;
}
.original03-text {
    padding: 0;
}
p.original_request_syousai {
    text-align: left;
}
section.front-third_title h2 {
    font-size: 28px;
    letter-spacing: 4px;
  }	
  section.front-third {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .third-box {
    margin-bottom: 0;
  }
  .front-third-inner {
    padding-top: 400px;
    padding-right: 0;
  }
  .third-box:nth-of-type(2n) .front-third-inner {
    padding-left: 0;
  }
  .third-box .front-third-inner::after {
    width: 100%;
    height: 400px;
  }
  .third-box .front-third-inner.third01::after {
    background-position: top;
  }
  .front-third-text {
    padding: 6%;
  }
  p.third_text {
    line-height: 2;
  }
  
.article03-content {
    padding: .8em;
}
}
@media only screen and (max-width: 768px) {
.content02-item {
    margin-bottom: 70px !important;
}
.content02-item:nth-of-type(2) {
    top: 0;
}
.content02-item:nth-of-type(3) {
    top: 0;
}
.content02-item:nth-of-type(3) {
    margin-bottom: 0 !important;
}
a.content02-button {
    width: 100%;
    max-width: initial;
    position: relative;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    margin-top: 20px;
}
.original_sub_menu {
    font-size: 1.75em;
    line-height: 1.5;
}
.original_sub_menu span {
    margin-bottom: 2rem;
}
	
section.original03 {
    padding: 4em 0 4em;
}
section.original03::after {
    background: #fafaf0bd;
}
  
section.front-third_title h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }	 
  .front-third-text:before {
  }
  h3.third_title {
    margin-bottom: 10px;
  }
  
  section.front_topics {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.front_topics:after {
    height: 2%;
  }
  h2.front_topics_first {
    font-size: 28px;
    margin-bottom: 25px;
  }
h2.headline-font-type.article03-title {
    font-size: 13px !important;
}
.mono-box {
    width: 100%;
}
.youtube_inner {
    width: 90%;
}
}
@media only screen and (max-width: 500px) {
#content01 {
    padding: 10% 0 15%;
}

.front_intro_inner h2 {
    font-size: 1.75em;
    margin-bottom: 22px;
  }
.front_intro_inner p {
    line-height: 2.3;
}
.front_intro-outer::after {
    width: 100%;
}
	
.content02 {
    padding-bottom: 100px;
}
.content02:after {
    height: 9em;
}
.content02-img {
    height: auto;
}
a.original_request_but {
    line-height: 2;
}
.front_second {
    padding-bottom: 0px;
}
.original03-text h2{
    font-size: 1.2em;
}

h3.third_title {
  }
.main {
    margin-bottom: 0px;
}
}


/*----------------------------------------------------------
	フッター
----------------------------------------------------------*/
.footer {
    padding: 25px 0 0;
    margin: 0 auto;
    margin-top: 150px;
    position: relative;
}
.footer::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-image: url(/wp-content/themes/story_tcd041/img/bg01.jpg);
    background-size: cover;
}
.footer-gallery{
	display:none;
}

.footer_contact_sec {
  padding: 3em 0;
}
.footer_contact_inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
  display: block;
}
h2.footer_contact-title {
    color: #fff;
    font-size: 2.2em;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h3.footer_contact-sub-title {
    width: fit-content;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto;
    color: #fff;
}
.footer-con-inner {
    margin-top: 25px;
    margin-bottom: 45px;
    padding: 25px;
    background: #fff;
    box-sizing: border-box;
}
.footer-con-box {
  width: 50%;
  padding: 0 20px;
  border-right: 1px solid #c6c6c6;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.footer-con-box:nth-of-type(1) {
  padding-left: 0;
}
.footer-con-box:nth-of-type(2) {
  border: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
p.footer-con-caution {
  font-size: 0.75em;
  width: fit-content;
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
  margin-bottom: 0;
}
p.footer-con-caution::before {
  content: '※';
  position: absolute;
  left: 0;
}
address.footer_tel {
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 3px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
span.footer_tel_sab {
    font-size: 0.6em;
    margin-right: 4px;
    letter-spacing: 1px;
}
ul.sns__links {
  width: 100%;
  max-width: 300px;
  display: flex;
}
li.sns__links-item {
  width: 33.3333%;
  margin-right: 20px;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
  background: #000000;
}
a.footer_line_but::before {
  content: '\e909';
  background: #00b900;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ed03ff);
}
a.footer_sns:hover {
  background: none;
}
a.footer_mail_but:hover {
  color: #c60000;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 400;
}
.footer_about_inner.flex-inner {
    color: #fff;
}
.footer_contact_bg {
  width: 65%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 35%;
  padding-left: 1.5em;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 20px;
}
dl.address_body {
  width: auto;
  font-size: 0.8em;
  line-height: 1.8;
  display: flex;
  margin-bottom: 5px;
}
dl.address_body:last-child {
  margin-bottom: 0;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
}
ul.footer-content-list-outer {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
  padding-right: 0;
  margin-bottom: 0;
}
ul.footer-content-list-outer li {
    font-size: 0.78em;
  letter-spacing: 1px;
  line-height: 1.7;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  top: 11px;
  left: 0;
  transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 8px;
}
a.footer_but {
    color: #fff;
}
ul.footer-content-list-outer li a:hover {
  color: #ff0000;
}
.footer-content {
  display: none;
}

p.copyright {
    color: #fff;
    margin-bottom: 0;
  font-size: 11px;
}
.footer-bar01, .copyright {
    background: none;
}
.dp-footer-bar {
    left: 0;
}
.pagetop {
    z-index: 13;
}
.pagetop a:before {
    top: 0px;
}
div#pagetop a {
    border-radius: 100em;
    margin: 0 20px 30px 0;
}

.dp-footer-bar-item {
    background: #c60000;
}
.dp-footer-bar a {
    color: #fff;
}
.icon-pencil:before {
    content: "\e909";
}

@media only screen and (max-width: 1200px) {
  address.footer_tel {
    font-size: 1.8em;
  }
  .footer_contact_bg {
    width: 65%;
  }
  .footer_menu_bg {
    width: 35%;
  }
}

@media only screen and (max-width: 970px) {
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  ul.footer-content-list-outer {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
  .dp-footer-bar a {
    color: #fff !important;
  }
  .dp-footer-bar {
    background: #eda7a7 !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar-icon:before {
    font-weight: 500;
  }
  .icon-file-text:before {
    content: "\e909";
  }
}
@media only screen and (max-width: 767px) {
  h2.footer_contact-title {
    font-size: 2.5em;
    margin-bottom: 8px;
  }
  h3.footer_contact-sub-title {
    font-size: 0.8em;
  }
  .footer-con-inner {
    padding: 20px 25px;
    margin-bottom: 30px;
  }
  .footer-con-box {
    width: 100%;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .social-nav {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 500px) {
	.footer {
    margin-top: 80px;
}
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    padding-left: 0;
    margin-top: 1.5em;
  }
  ul.footer-content-list-outer {
    width: 50%;
  }
}


/*----------------------------------------------------------
	固定ページ
	========================================================
	ヘッダー
----------------------------------------------------------*/
.headline-font-type {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.breadcrumb-wrapper {
  background: none;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
    height: 290px;
    background-image: url(/wp-content/themes/story_tcd041/img/header_img.jpg) !important;
    background-size: cover;
}
.signage::before {
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.signage-title.headline-font-type {
    font-size: 2em !important;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    color: #ffffff !important;
    text-shadow: none;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    max-width: 1150px;
}
.signage-title-sub {
    font-weight: 500;
    position: relative;
    line-height: 1;
    text-shadow: none;
    text-align: left;
    width: 90%;
    margin: 15px auto 0;
    font-size: 16px !important;
    color: #d50000 !important;
    letter-spacing: 4px;
    text-indent: 4px;
    max-width: 1150px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 220px;
  }
.signage-title.headline-font-type {
    font-size: 33px !important;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 970px) {
  .signage {
  }
}
@media only screen and (max-width: 767px) {
  .signage {
  }
  .signage-title.headline-font-type {
    font-size: 35px !important;
  }
  .signage-title-sub {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 500px) {
	.signage {
    height: 180px;
}
.signage-title.headline-font-type {
    font-size: 25px !important;
    margin-bottom: 0;
}
}

/*----------------------------------------------------------
	固定ページ 枠組み、レイアウト
----------------------------------------------------------*/
.content_inner {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    box-sizing: border-box;
    position: relative;
}
.content-section{
    margin-top: 0px;
	margin-bottom: 0px;	
}
.content-innr-01 {
    background: #fff;
    padding: 70px 8.5%;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-innr-02 {
    background: #f2f4f7;
    padding: 70px 8.5%;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-pc-w90 {
    width: 90%;
    margin: auto;
}
.c-pc-w70 {
    width: 70%;
    margin: auto;
}
.leftcontBox1 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox4 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox5 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox6 {
    width: 57%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox7 {
    width: 67%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.rightcontBox3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox4 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox5 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox6 {
    width: 57%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox7 {
    width: 66%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox9 {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.box {
    padding: 30px 30px 10px;
    margin-bottom: 20px;
    line-height: 2;
    border: 1px solid #bac1ca;
}
.box2 {
    background: #f2f2f2;
    padding: 30px 30px;
    line-height: 2;
    margin-bottom: 30px;
}
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.desc{
	margin-top:40px;
	padding:0 120px;	
}

@media only screen and (max-width: 1200px){
.content_inner {
    padding: 80px 0;
}
.rightcontBox6 {
    width: 56%;
}
.leftcontBox6 {
    width: 56%;
	}
}
@media only screen and (max-width: 991px) {
.content-innr-01,
.content-innr-02 {
    padding: 70px 7.5%;
}

.leftcontBox4,
.leftcontBox5,
.leftcontBox6,
.leftcontBox7 {
    width: 100%;
    margin: 0 0 15px;
}
.rightcontBox3,
.rightcontBox4,
.rightcontBox5,
.rightcontBox6 {
    width: 100%;
}
.desc{
	padding:0 50px;	
}
}
@media only screen and (max-width: 767px){
.content_inner {
    padding: 50px 0;
}
.content-section {
    margin-top: 0px;
	margin-bottom: 0px;	
}
.content-innr-01,
.content-innr-02 {
    padding: 50px 5%;
}
.c-pc-w90{
    width: 100%;
}
.c-pc-w70 {
    width: auto;
}
.leftcontBox1,
.leftcontBox3 {
    width: 100%;
    margin: 0 0 15px;
}
.rightcontBox9,
.rightcontBox7 {
    width: 100%;
}
}
@media only screen and (max-width: 667px){
.box {
    padding: 30px 20px;	
}
.desc{
	padding:0 15px;	
}
}

/*----------------------------------------------------------
	固定ページ 共通, 装飾
----------------------------------------------------------*/
.post-content img {
    border-radius: 0px;
}
.post-content img.shnon {
    box-shadow:none;
}
.q_button {
    background-color: #D1AF41;
}
.q_button:hover {
    background: #D9BE64;
}
.line {
    background: linear-gradient(transparent 70%, #ffeb00ad 0%);
	font-weight: bold;
}
.margin-140 {
   margin-bottom:140px;
}
.margin-120 {
   margin-bottom:120px;
}
.margin-100 {
   margin-bottom:100px;
}
.margin-90 {
   margin-bottom:90px;
}
.margin-80{
   margin-bottom:80px;
}
.margin-70{
   margin-bottom:70px;
}
.margin-60{
   margin-bottom:60px;
}
.margin-50{
   margin-bottom:50px;
}
.margin-40 {
   margin-bottom:40px;
}
.margin-30 {
   margin-bottom:30px;
}
.margin-20 {
   margin-bottom:20px;
}
.margin-10 {
   margin-bottom:10px;
}

/*----------------------------------------------------------
	固定ページ h, p, a, 
----------------------------------------------------------*/
.post-content h2 {
    color: #000000;
    font-size: 1.7em;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post-content h2::after {
    content: "";
    display: block;
    width: 1.8em;
    height: 1px;
    background: #c60000;
    text-align: center;
    margin: 0 auto;
    margin-top: 1em;
}
.post-content h2 span{
    color: #A98300;
}
.post-content h3 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.3em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-weight: 700;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post-content h3:after {
    content: '';
    display: block;
    width: 56px;
    height: 1px;
    margin: 15px auto 20px;
    background-size: 100%;
    background: #c7c7c7;
    margin-left: 0;
}
.post-content h4 {
    padding: 0;
    margin: 0;
    color: #d9935f;
    font-size: 1.15em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-weight: 500;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post-content h4:after {
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    margin: 10px auto 20px;
    background-size: 100%;
    background: #d9935f;
    margin-left: 0;
}
.post-content h4.man {
    padding: 0;
    margin: 0;
    color: #a38599;
    font-size: 1.15em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-weight: 500;
}
.post-content h4.man:after {
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    margin: 10px auto 20px;
    background-size: 100%;
    background: #A38599;
    margin-left: 0;
}
a, .post-content a {
  color: #000;
}
p, .post-content p {
  font-size: 15px;
  line-height: 2.2;
  font-weight: 400;
}
.post-content p.center {
    text-align: center;
}
.pagebtn{
	margin-top:60px;
    text-align: center;
}
p.tel_info_box {
    font-size: 21px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.post-content p.cau{
    font-size: 0.9em;
    color: #8A607C;
    line-height: 2;
    font-weight: 500;
}
.post-content p.gokei{
    font-size: 1.1em;
    color: #111;
    line-height: 2;
    font-weight: 500;
	border-top:1px solid #999;
    padding-top: 20px;
}

@media only screen and (max-width: 1200px) {
  p, .post-content p {
    font-size: 14px;
  }
  p.tel_info_box {
    font-size: 18px !important;
}
}
@media only screen and (max-width: 767px){
.post-content h2 {
    font-size: 22px;
    margin-bottom: 40px;
}
.post-content h3 {
    font-size: 19px;
}
.post-content h4 {
    font-size: 18px;
}
.post-content p.center {
    text-align: left;
}
}
@media only screen and (max-width: 480px){
}

/*----------------------------------------------------------
	リスト, ul,li,
----------------------------------------------------------*/
.post-content ul {
    padding-left: 0;
    background-color: #f0edef;
    padding: 25px 15px 15px 15px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 0px;
}
.post-content li {
    font-size: 16px;
    list-style-type: none!important;
    line-height: 1.8em;
    padding: 5px 0 4px 40px;
    margin-bottom: 5px;
    color: #826f4d;
    flex: auto;
}
.post-content li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    position: absolute;
    color: #b78ca8;
    margin-left: -30px;
    left: auto;
    font-weight: bold;
}
.post-content ul.two {
    padding-left: 0;
    background-color: #fbf8ed;
    padding: 25px 15px 15px 15px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px;
}
.post-content ul.two li {
    font-size: 15px;
    list-style-type: none!important;
    line-height: 1.8em;
    padding: 5px 0 4px 40px;
    margin-bottom: 15px;
    color: #333;
    flex: auto;
    width: 43%;
}
.post-content ul.two li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    position: absolute;
    color: #32cd32;
    margin-left: -30px;
    left: auto;
}

@media only screen and (max-width: 767px){
.post_content ul.three li {
    width: 100%;
}
}

/*----------------------------------------------------------
	固定ページ table 
----------------------------------------------------------*/
.post-content tr {
  border-bottom: 1px solid #fff;
}
.post-content td, .post-content th {
    background: none;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    padding: 1.1em 1em;
    line-height: 1.6;
    font-weight: 100;
    border: none;
    border: 3px solid #fff;
    font-size: 16px;
}
.post-content th {
    width: 30%;
    background: none;
    border: none;
    border-bottom: 1px solid #b5b5b5;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
}
.post-content td {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}
table.about th {
    font-size: 1em;
  text-align: left;
}
table.about td {
    font-size: 1em;
  text-align: left;
}
.post-content td span {
    font-size: 0.8em;
	color: #8b887f;
}

@media only screen and (max-width: 500px){
  .post-content td, .post-content th {
  }
  .post-content th {
    font-weight: 100;
  font-size:12px;
  }
  .post-content td {
  font-size:12px;
  }
}

/*----------------------------------------------------------
	固定ページ コンタクト 
----------------------------------------------------------*/
p.contact-tel {
    color: #e56e4e;
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 700;
}
p.telcenter {
    text-align: center;
}
span.contel {
    font-size: 42px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 500;
    color: #c60000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tel-link{	
    color: #c60000 !important;
}
img.snsbnr:hover {
    opacity: 50%;
    transition: 0.5s;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #fff;
  border: none;
  padding: 12px;
  border-radius: 1px;
  box-sizing: border-box;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
  font-weight: 600;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 20px;
    text-align: left;
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 400;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 8px;
}
span.wpcf7-list-item:first-child {
  margin-top: 10px;
}
span.wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 40px;
    width: 50%;
    margin-left: auto;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    height: 70px;
    line-height: 35px;
    color: #fff;
    background: #000000;
    border: 1px solid #000000 !important;
    font-family: unset;
    transition: 0.8s;
}
.wpcf7 input.wpcf7-submit:hover {
    background: #c60000;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
.mailtxt{
	text-align: left;
}
@media only screen and (max-width: 767px) {
	span.contel {
    font-size: 38px;
}
}
@media only screen and (max-width: 500px) {
	span.contel {
    font-size: 36px;
}
}

/*----------------------------------------------------------
	サービス
----------------------------------------------------------*/
.service-box {
    position: relative;
    padding-right: 50%;
    margin: 7% auto;
    min-height: 350px;
}
.service-box::after {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    background-size: cover;
}
.service-box.service01::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service01.jpg);
    background-position: right center;
}
.service-box.service02::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service02.jpg);
    background-position: right center;
}
.service-box.service03::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service03.jpg);
}
.service-box.service04::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service04.jpg);
}
.service-box:nth-of-type(even) {
    padding-right: 0;
    padding-left: 50%;
}
.service-box:nth-of-type(even)::after {
    right: auto;
    left: 0;
}
@media only screen and (max-width: 767px) {
.service-box {
    margin-bottom: 15%;
    padding: 0 !important;
}
.service-box::after {
    position: relative;
    display: block;
    height: 250px;
    width: 100%;
    margin-top: 5%;
}
}

/*----------------------------------------------------------
	挨拶
----------------------------------------------------------*/
.post-content p.name {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: right;
}
.post-content p.name span {
    font-size: 15px;
}
/*.message_box {
    background: url(/wp-content/uploads/2021/04/img01.jpg) no-repeat;
    background-size: 600px;
    background-position: left top;
    padding: 120px 0px 0 530px;
    margin-bottom: 60px;
}
.message_text {
    background: #f9f9f9;
    padding: 40px 40px;
}
.message_text h3 {
    margin-top: 0;
}
p.last_text {
    margin: 0;
}
@media only screen and (max-width: 970px){
.message_box {
    background-size: auto 340px;
    background-position: left top;
    padding-top: 355px;
    padding-left: 0;
}
.message_text {
    background: none;
    padding: 0;
}
}
*/

/*----------------------------------------------------------
	流れ 
----------------------------------------------------------*/
.flow-box{
    display: block;
    position: relative;
    padding-left: 82px;
    max-width: 700px;
    padding-bottom: 60px;
    margin: 0 auto;
}
.flow-box::before {
    counter-increment: number 1;
    content: counter(number);
    background: #000;
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 59px;
    left: 0px;
    color: #ffffff;
    font-size: 2em;
    font-weight: 400;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.flow-box:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 0;
}
.flow-box::after {
    height: 100%;
    width: 1px;
    content: "";
    top: 0;
    left: 28px;
    background: #000;
    display: block;
    position: absolute;
    z-index: 0;
}
.flow-box:last-child::after {
  content: none;
  height: 0;
}
.flow-box h4 {
    text-align: left;
    font-size: 1.3em;
    margin-bottom: 5px;
    border: none;
    color: #000;
    font-weight: 500;
    padding: 12px 0;
}
.flow-box h4:after {
    display: none;
}
a.flowcon {
    letter-spacing: 0.05em;
    font-size: 14px;
    padding: 10px 25px 10px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    background: #ffcf17;
    border: 1px solid;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 30px;
    font-weight: 700;
}
a.flowcon:hover {
    background: #ffbf00;
    color: #fff;
}
@media screen and (max-width: 736px){
.flow-box h4,
.flow-box-online h4{
    font-size: 1.2em;
}
}
@media screen and (max-width: 500px){
.flow-box,
.flow-box-online {
    padding-left: 80px;
}
}
/*----------------------------------------------------------
	Q & A
----------------------------------------------------------*/
.faq_inner {
  max-width: 750px;
  margin: 0 auto;
}
.faq {
  margin-bottom: 70px;
}
.faq:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.faq h3 {
    font-size: 1.35em;
    font-weight: 500;
    line-height: 1.5;
    padding: 5px 0 0 55px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    z-index: 10;
    color: #000000;
}
.faq h3:before, p.answer:before {
	font-weight:400;
}
.faq h3:before {
    content: 'Q';
    font-size: 25px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background: #000000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0;
    font-weight: 500;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.faq h3:after {
  content: none;
}
p.answer {
  margin-left: 60px;
  padding: 0 0 0 35px;
  margin-bottom: 0;
  position: relative;
  font-size: 15px;
}
p.answer:before {
    content: 'A.';
    font-size: 25px;
    color: #c60000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    font-weight: 500;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a.faqcon {
    letter-spacing: 0.05em;
    font-size: 14px;
    padding: 10px 25px 10px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    background: #ffcf17;
    border: 1px solid;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 30px;
    font-weight: 700;
}
a.faqcon:hover {
    background: #ffbf00;
    color: #fff;
}
@media only screen and (max-width: 970px) {
  .faq {
    margin-bottom: 50px;
  }
  .faq h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 3px 0 0 50px;
  }
  .faq h3:before {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 22px;
  }
  p.answer {
    padding: 0 0 0 25px;
    margin-left: 50px;
  }
  p.answer:before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .faq {
    margin-bottom: 40px;
  }
  .faq h3 {
    font-size: 18px;
    padding: 2px 0 0 40px;
    margin-bottom: 15px;
  }
  .faq h3:before {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  p.answer {
    padding: 2px 0 0 22px;
    margin-left: 40px;
  }
  p.answer:before {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
p.answer {
    margin-left: 10px;
}
}

/*----------------------------------------------------------
	投稿ページ 
----------------------------------------------------------*/
.widget_search #searchsubmit{
    background: #b8a581 url(img/common/icon_search.png) no-repeat center;
}

.post-title {
}

/*----------------------------------------------------------
	 block
----------------------------------------------------------*/
.page-id-33 .post-header,
.page-id-00 .post-header  {
	margin-top: 0;
	margin: 0;
}
.page-id-33 footer.footer,
.page-id-00 footer.footer{
	margin-top: 0;
}

.main {
    margin-bottom: 0px;
}

img.yoyaku_bunner {
    border-radius: 0;
}
img.yoyaku_bunner:hover {
    opacity: 50%;
    transition: 0.5s;
}

.arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 75px 0 75px;
    border-color: #eee8c4 transparent transparent transparent;
    margin: 0 auto 30px;
}

