@charset "utf-8";
/* ===================================================================
 CSS information
 file name  :  layout.css
 editor :  furazoa
=================================================================== */

@media screen and (min-width:769px){
/*----------------------------------------------------
  common
----------------------------------------------------*/
.heading-common {
  background: #efefed;
}
.heading-common .inr {
  background-image: url(/wp-content/themes/fukusen/img/heading-common-bg-pc.png);
  background-repeat: no-repeat;
  background-position: right 28px;
}
.heading-common h2 {
  padding: 56px 0;
  color: #f75f6f;
}
.heading-common h2 .ja {
  font-size: 38px;
  letter-spacing: .2em;
  font-weight: normal;
}
.heading-common h2 .en {
  font-size: 14px;
  letter-spacing: .4em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.en {
  font-family: 'Roboto Condensed', sans-serif;
}

/*----------------------------------------------------
  page
----------------------------------------------------*/
/*  opencampas-form  */
#page.opencampas-form {
}
#page.opencampas-form .opencampas-form__lead {
}
#page.opencampas-form .opencampas-form__lead .copy {
  color: #f75f6f;
  font-size: 24px;
}
#page.opencampas-form .opencampas-form__lead .txt {
  margin-top: 30px;
  line-height: 2.0;
}
#page.opencampas-form .opencampas-form__lead .txt a,
#page.opencampas-form .opencampas-form__lead .txt span {
  color: #f75f6f;
}
#page.opencampas-form .opencampas-form__lead .txt a:hover {
  text-decoration: underline;
}
/*  request  */
#page.request .copy {
  color: #f75f6f;
  font-size: 24px;
}
#page.request .request__lead {
  position: relative;
}
#page.request .request__lead figure {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
}
#page.request .request__lead .txt {
  margin-top: 30px;
  line-height: 2.0;
}
#page.request .request__lead .txt a,
#page.request .request__lead .txt span {
  color: #f75f6f;
}
#page.request .opencampas-form__lead .txt a:hover {
  text-decoration: underline;
}

#page .mw_wp_form_complete .thanks-heading {
  color: #f75f6f;
  font-size: 24px;
}
#page .mw_wp_form_complete .thanks-txt {
  margin-top: 30px;
  line-height: 2.0;
}
#page .mw_wp_form_complete .thanks-txt a,
#page .mw_wp_form_complete .thanks-txt span {
  color: #f75f6f;
}



/*  contact  */
#page.contact .copy {
  color: #f75f6f;
  font-size: 24px;
}
#page.contact .telfax {
  margin-top: 30px;
}
#page.contact .title{
  border-top: 4px solid #ECECEA;
  border-bottom: 4px solid #ECECEA;
  padding: 6px 0;
  color: #f75f6f;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}
#page.contact .telfax .tel,
#page.contact .telfax .fax {
  font-weight: bold;
  font-size: 26px !important;
  line-height: 1.2;
}
#page.contact .telfax .tel span {
  font-size: 34px !important;
}
#page.contact .telfax .fax {
  margin-top: 10px;
}
#page.contact .contact__lead .txt {
  margin-top: 30px;
  line-height: 2.0;
}
#page.contact .contact__lead .txt a,
#page.contact .contact__lead .txt span {
  color: #f75f6f;
}
#page.contact .contact__lead .txt a:hover {
  text-decoration: underline;
}

/*  form-box MWWP共通  */
#form-box {

} 
#form-box table {
  margin-top: 40px;
  width: 100%;
  border-left: 4px solid #f75f6f;
  border-top: 1px solid #DEDEDE;
}
#form-box table th {
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  width: 260px;
  padding: 10px;
  vertical-align: top;
}
#form-box table td {
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 10px;
  vertical-align: top;
  background: #EEEEEE;
  overflow: hidden;
}
#form-box .must {
  background: #FF4A47;
  padding: 2px 6px;
  color: #fff;
  font-size:11px;
  margin-left: 5px;
  border-radius: 3px;
}
#form-box input,
#form-box textarea {
  padding: 3px;
}
#form-box .small input {
  width: 100px;
}
#form-box .medium input {
  width: 280px;
}
#form-box .large input,
#form-box textarea {
  width: 100%; 
}
#form-box .name {
  width: 300px;
  float: left;
}
#form-box .address dt:first-child {
  margin-top: 0;
}
#form-box .address dt {
  margin-top: 8px;
}
#form-box .zip {
  display: inline-block;
  margin-left: 10px;
}
#form-box .zip a {
  color: #FF4A47;
}
#form-box .zip a:hover {
  text-decoration: underline;
}
#form-box .zip a::after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 3px;
}
#form-box p {
  margin-bottom: 5px;
}
#form-box p:last-child {
  margin-bottom: 0;
}
#form-box .caption {
  margin-left: 10px;
}
#form-box .btn {
  width: 312px;
  margin: 30px auto 0;
}
#form-box .btn input {
  width: 100%;
  color: #f75f6f;
  border: 1px solid #f75f6f;
  text-align: center;
  padding: 10px 16px;
  border-radius: 22px;
  margin: 5px 0;
}
#form-box .btn input:hover {
  width: 100%;
  color: #fff;
  border: 1px solid #f75f6f;
  background: #f75f6f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*  news blog  */
#news.entry-wrap {
  width: 1008px;
  margin: 0 auto;
  border-left: 2px solid #efefed;
  border-right: 2px solid #efefed;
  border-bottom: 2px solid #efefed;
  padding-top: 100px;
}
#news .entry {
  width: 938px;
  margin: 0 auto 30px;
  border: 2px solid #efefed;
  position: relative;
  overflow: hidden;
}
#news .entry .date {
  width: 100px;
  line-height: 36px;
  color: #fff;
  background: #f75f6f;
  text-align: center;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#news .entry .text {
  float: left;
  width: 560px;
  margin: 66px 0 20px 30px;
}
#news .entry .text .title {
  color: #787878 !important;
}
#news .entry .text .title a {
  color: #787878 !important;
}
#news .entry .text .title a:hover {
  color: #f75f6f !important;
  text-decoration: none !important;
}
#news .entry .text .box {
  margin-top: 30px;
}
#news .entry .text .detail-link {
  margin-top: 30px;
}
#news .entry .text .detail-link a {
  color: #f75f6f !important;
}
#news .entry .text .detail-link a::before {
  content: "\f0c5";
  font-family: FontAwesome;
  margin-right: 3px;
}
#news .entry .thumb {
  width: 300px;
  margin: 30px 30px 30px 0;
  float: right;
}
#news .entry .thumb a:hover {
  opacity: 0.7;
}
#news .entry.detail .text {
  width: 880px !important;
}


/*  blog  */
#blog.entry-wrap {
  width: 1008px;
  margin: 0 auto;
  border-left: 2px solid #efefed;
  border-right: 2px solid #efefed;
  border-bottom: 2px solid #efefed;
  padding-top: 100px;
}
#blog .blog-nav ul {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 40px;
}
#blog .blog-nav ul li {
  display: inline-block;
  padding: 10px 20px;
}
#blog .blog-nav ul li a {
  color: #f75f6f;
  transition: all 0.2s ease;
}
#blog .blog-nav ul li a:hover{
  opacity: 0.5;
}
#blog .no-entry {
  text-align: center;
  margin: 80px 0px;
  min-height: 400px;
}
#blog .entry {
  width: 938px;
  margin: 0 auto 30px;
  border: 2px solid #efefed;
  position: relative;
  overflow: hidden;
}
#blog .entry .date {
  width: 100px;
  line-height: 36px;
  color: #fff;
  background: #f75f6f;
  text-align: center;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#blog .entry .category {
  line-height: 36px;
  color: #f75f6f;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 110px;
  display: inline-block;
}
#blog .entry .text {
  float: left;
  width: 560px;
  margin: 66px 0 20px 30px;
}
#blog .entry .text .title {
  color: #787878 !important;
}
#blog .entry .text .title a {
  color: #787878 !important;
}
#blog .entry .text .title a:hover {
  color: #f75f6f !important;
  text-decoration: none !important;
}
#blog .entry .text .box {
  margin-top: 30px;
}
#blog .entry .text .detail-link {
  margin-top: 30px;
}
#blog .entry .text .detail-link a {
  color: #f75f6f !important;
}
#blog .entry .text .detail-link a::before {
  content: "\f0c5";
  font-family: FontAwesome;
  margin-right: 3px;
}
#blog .entry.detail .text {
  width: 880px !important;
}
#blog .entry .thumb {
  width: 300px;
  margin: 30px 30px 30px 0;
  float: right;
}
#blog .entry .thumb a:hover {
  opacity: 0.7;
}

.tablenav {
  text-align: center;
  margin-bottom: 30px;
}
.tablenav span {
  margin: 0 1px;
  background: #f75f6f; 
  padding: 12px;
  color: #fff;
}
.tablenav a {
  margin: 0 1px;
  padding: 12px;
}
.tablenav a:hover {
  margin: 0 1px;
  background: #f75f6f; 
  padding: 12px;
  color: #fff;
}
.listback {
  width: 312px;
  margin: 30px auto;
}
.listback a {
  display: block;
  background: #f75f6f;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border: 1px solid #f75f6f;
}
.listback a::after {
  content: "\f138";
  font-family: FontAwesome;
  margin-left: 3px;
}
.listback a:hover {
  border: 1px solid #f75f6f;
  background: #fff;
  color: #f75f6f;
}


/*  pp  */

.pp .page-content .inr {
  padding-top: 40px;
  width: 720px !important;
}
.pp h3 {
  text-align: center;
  font-size: 30px;
}
.pp .lead {
  margin-top: 80px;
}
.pp .lead p {
  text-indent: 1em;
}
.pp .list {
  margin-top: 60px;
}
.pp .list ol li {
  list-style-type: decimal;
  margin-left: 1em;
  padding-top: 20px;
}
.pp .list p {
  text-indent: 1em;
}
.pp .list .caption {
  margin-top: 40px;
}
.pp .pp-contact {
  margin-top: 80px;
}
.pp .pp-contact .ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: inline-block;
}
.pp .pp-contact .txt {
  margin-top: 10px;
}


/*  information  */
.information .block {
  margin-bottom: 60px;
}

.information .btn {
  margin-top: 10px;
}
.information .btn a {
  width: 250px;
  background: rgba(247,95,111,0.5);
  text-align: center;
  color: #fff;
  border: 1px solid #f75f6f;
  display: block;
  padding: 10px 0;
}
.information .btn a:hover {
  background: #f75f6f;
}
.information .btn a::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 5px;
}
.information .pdf {
  padding: 5px 0;
}
.information .pdf::before {
  content: url(/wp-content/themes/fukusen/img/pdf-icon.jpg);
  margin-right: 10px;
}
.information .pdf a {
  text-decoration: underline;
}
.information .pdf a:hover {
  color: #f75f6f;
}
.information .acrobat {
  margin-top: 30px;
}
.information .acrobat a {
  color: #f75f6f;
}
.information .acrobat a:hover {
  text-decoration: underline;
}



/*  laptop 769pxここまで
----------------------------------------------------*/
}











@media screen and (max-width:768px){
/*----------------------------------------------------
  common
----------------------------------------------------*/
.heading-common {
  background: #efefed;
}
.heading-common .inr {
  background-image: url(/wp-content/themes/fukusen/img/heading-common-bg-sp.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
}
.heading-common h2 {
  padding: 30px 10px;
  color: #f75f6f;
}
.heading-common h2 .ja {
  font-size: 20px;
  letter-spacing: .2em;
  font-weight: normal;
}
.heading-common h2 .en {
  font-size: 12px;
  letter-spacing: .4em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.en {
  font-family: 'Roboto Condensed', sans-serif;
}

/*----------------------------------------------------
  page
----------------------------------------------------*/
/*  opencampas-form  */
#page.opencampas-form {
}
#page.opencampas-form .opencampas-form__lead {
  padding: 0 10px;
  margin-top: 20px;
}
#page.opencampas-form .opencampas-form__lead .copy {
  color: #f75f6f;
  font-size: 18px;
}
#page.opencampas-form .opencampas-form__lead .txt {
  margin-top: 20px;
}
#page.opencampas-form .opencampas-form__lead .txt a,
#page.opencampas-form .opencampas-form__lead .txt span {
  color: #f75f6f;
}
#page.opencampas-form .opencampas-form__lead .txt a:hover {
  text-decoration: underline;
}

#page .mw_wp_form_complete .thanks-heading {
  color: #f75f6f;
  font-size: 18px;
  margin-top: 20px;
}
#page .mw_wp_form_complete .thanks-txt {
  margin-top: 20px;
}
#page .mw_wp_form_complete .thanks-txt a,
#page .mw_wp_form_complete .thanks-txt span {
  color: #f75f6f;
}



/*  request  */
#page.request .copy {
  color: #f75f6f;
  font-size: 18px;
}
#page.request .request__lead {
  padding: 0 10px;
  margin-top: 20px;
}
#page.request .request__lead figure {
  max-width: 400px;
  width: auto;
  margin: 0 auto;
}
#page.request .request__lead .txt {
  margin-top: 20px;
}
#page.request .request__lead .txt a,
#page.request .request__lead .txt span {
  color: #f75f6f;
}
#page.request .opencampas-form__lead .txt a:hover {
  text-decoration: underline;
}
/*  contact  */
#page.contact .copy {
  color: #f75f6f;
  font-size: 18px;
}
#page.contact .telfax {
  margin-top: 10px;
}
#page.contact .title{
  border-top: 2px solid #ECECEA;
  border-bottom: 2px solid #ECECEA;
  padding: 6px 0;
  color: #f75f6f;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
#page.contact .telfax .tel,
#page.contact .telfax .fax {
  font-weight: bold;
  font-size: 20px !important;
  line-height: 1.2;
}
#page.contact .telfax .tel span {
  font-size: 26px !important;
}
#page.contact .telfax .fax {
  margin-top: 5px;
}
#page.contact .contact__lead {
  padding: 0 10px;
  margin-top: 20px;
}
#page.contact .contact__lead .txt {
  margin-top: 10px;
}
#page.contact .contact__lead .txt a,
#page.contact .contact__lead .txt span {
  color: #f75f6f;
}
#page.contact .contact__lead .txt a:hover {
  text-decoration: underline;
}

/*  form-box MWWP共通  */
#form-box {
  padding: 0 10px;
} 
#form-box table {
  margin-top: 20px;
  width: 100%;
}
#form-box table th {
  border-left: 4px solid #f75f6f;
  width: 100%;
  display: block;
  padding: 10px;
  vertical-align: top;
  margin-bottom: 6px;
}
#form-box table td {
  width: 100%;
  display: block;
  padding: 10px;
  vertical-align: top;
  background: #EEEEEE;
  overflow: hidden;
  margin-bottom: 6px;
}
#form-box .must {
  background: #FF4A47;
  padding: 2px 6px;
  color: #fff;
  font-size:11px;
  margin-left: 5px;
  border-radius: 3px;
}
#form-box input,
#form-box textarea {
  padding: 3px;
  font-size: 12px;
}
#form-box .small input {
  width: 50px;
}
#form-box .medium input {
  width: 100%;
}
#form-box .large input,
#form-box textarea {
  width: 100%; 
}
#form-box .name {
  width: 100%; 
  float: left;
}
#form-box .address dt:first-child {
  margin-top: 0;
}
#form-box .address dt {
  margin-top: 8px;
}
#form-box .zip {
  display: inline-block;
  margin-left: 10px;
}
#form-box .zip a {
  color: #FF4A47;
}
#form-box .zip a:hover {
  text-decoration: underline;
}
#form-box .zip a::after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 3px;
}
#form-box p {
  margin-bottom: 5px;
}
#form-box p:last-child {
  margin-bottom: 0;
}
#form-box .caption {
  margin-left: 10px;
}
#form-box .btn {
  width: 280px;
  margin: 30px auto 0;
  position: relative;
}
#form-box .btn input {
  width: 100%;
  color: #f75f6f;
  border: 1px solid #f75f6f;
  text-align: center;
  padding: 10px 16px;
  border-radius: 22px;
  margin: 5px 0;
}
#form-box .btn input:hover {
  width: 100%;
  color: #fff;
  border: 1px solid #f75f6f;
  background: #f75f6f;
}

/*  news blog  */
#news.entry-wrap {
  padding: 30px 10px;
}
#news .entry {
  width: 100%;
  margin: 0 auto 20px;
  border: 2px solid #efefed;
  position: relative;
  overflow: hidden;
}
#news .entry .date {
  width: 100px;
  line-height: 26px;
  color: #fff;
  background: #f75f6f;
  text-align: center;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
}
#news .entry .text {
  width: 65%;
  float: left;
  padding: 40px 0 20px 10px;

}
#news .entry.detail .text {
  width: 100% !important;
  float: none !important;
  padding: 40px 10px 20px 10px !important;
}
#news .entry .text .title {
  color: #787878 !important;
  font-size: 16px !important;
}
#news .entry .text .title a {
  color: #787878 !important;
}
#news .entry .text .title a:hover {
  color: #f75f6f !important;
  text-decoration: none !important;
}
#news .entry .text .box {
  margin-top: 10px;
}
#news .entry .text .detail-link {
  margin-top: 10px;
}
#news .entry .text .detail-link a {
  color: #f75f6f !important;
}
#news .entry .text .detail-link a::before {
  content: "\f0c5";
  font-family: FontAwesome;
  margin-right: 3px;
}
#news .entry .thumb {
  width: 30%;
  margin: 40px 10px 20px 0;
  float: right;
}
#news .entry.detail .thumb {
  max-width: 260px;
  width: auto !important;
  margin: 40px auto 0 !important;
  float: none !important;
}
#news .entry .thumb a:hover {
  opacity: 0.7;
}


/*blog*/


/*  news blog  */
#blog.entry-wrap {
  padding: 30px 10px;
}
#blog .blog-nav ul {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
#blog .blog-nav ul:after {
  content:"";
  clear: both;
  display: table;
}
#blog .blog-nav ul li {
  display: inline-block;
  width: 48%;
  float: left;
  margin: 0 1%;
  border: 1px solid #f75f6f;
  margin-bottom: 5px;
  font-size: 12px;
}
#blog .blog-nav ul li a {
  padding: 5px;
  color: #f75f6f;
  display: block;
  transition: all 0.2s ease;
  font-size: 11px;
}
#blog .blog-nav ul li a:hover{
  opacity: 0.5;
}
#blog .blog-nav ul li a br {
  display: none;
}
#blog .no-entry {
  text-align: center;
  margin: 80px 0px;
}
#blog .entry {
  width: 100%;
  margin: 0 auto 20px;
  border: 2px solid #efefed;
  position: relative;
  overflow: hidden;
}
#blog .entry .date {
  width: 100px;
  line-height: 26px;
  color: #fff;
  background: #f75f6f;
  text-align: center;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 11px;
}
#blog .entry .category {
  line-height: 26px;
  color: #f75f6f;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 110px;
  display: inline-block;
  font-size: 11px;
}
#blog .entry .text {
  width: 65%;
  float: left;
  padding: 40px 0 20px 10px;

}
#blog .entry.detail .text {
  width: 100% !important;
  float: none !important;
  padding: 40px 10px 20px 10px !important;
}
#blog .entry .text .title {
  color: #787878 !important;
  font-size: 16px !important;
}
#blog .entry .text .title a {
  color: #787878 !important;
}
#blog .entry .text .title a:hover {
  color: #f75f6f !important;
  text-decoration: none !important;
}
#blog .entry .text .box {
  margin-top: 10px;
}
#blog .entry .text .detail-link {
  margin-top: 10px;
}
#blog .entry .text .detail-link a {
  color: #f75f6f !important;
}
#blog .entry .text .detail-link a::before {
  content: "\f0c5";
  font-family: FontAwesome;
  margin-right: 3px;
}
#blog .entry .thumb {
  width: 30%;
  margin: 40px 10px 20px 0;
  float: right;
}
#blog .entry.detail .thumb {
  max-width: 260px;
  width: auto !important;
  margin: 40px auto 0 !important;
  float: none !important;
}
#blog .entry .thumb a:hover {
  opacity: 0.7;
}

.tablenav {
  text-align: center;
  margin-bottom: 30px;
}
.tablenav span {
  margin: 0 1px;
  background: #f75f6f; 
  padding: 12px;
  color: #fff;
}
.tablenav a {
  margin: 0 1px;
  padding: 12px;
}
.tablenav a:hover {
  margin: 0 1px;
  background: #f75f6f; 
  padding: 12px;
  color: #fff;
}
.listback {
  width: 280px;
  margin: 30px auto;
}
.listback a {
  display: block;
  background: #f75f6f;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border: 1px solid #f75f6f;
}
.listback a::after {
  content: "\f138";
  font-family: FontAwesome;
  margin-left: 3px;
}
.listback a:hover {
  border: 1px solid #f75f6f;
  background: #fff;
  color: #f75f6f;
}


/*  pp  */
.pp .inr {
  padding: 0 10px;
}
.pp h3 {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}
.pp .lead {
  margin-top: 20px;
}
.pp .lead p {
  text-indent: 1em;
}
.pp .list {
  margin-top: 20px;
}
.pp .list ol {
}
.pp .list ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-top: 10px;
}
.pp .list p {
  text-indent: 1em;
}
.pp .list .caption {
  margin-top: 40px;
}
.pp .pp-contact {
  margin-top: 40px;
}
.pp .pp-contact .ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  display: inline-block;
}
.pp .pp-contact .txt {
  margin-top: 5px;
}


/*  information  */
.information .block {
  margin-bottom: 40px;
}

.information .btn {
  margin-top: 10px;
}
.information .btn a {
  width: 250px;
  background: rgba(247,95,111,0.5);
  text-align: center;
  color: #fff;
  border: 1px solid #f75f6f;
  display: block;
  padding: 10px 0;
}
.information .btn a:hover {
  background: #f75f6f;
}
.information .btn a::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 5px;
}
.information .pdf {
  padding: 5px 0;
}
.information .pdf::before {
  content: url(/wp-content/themes/fukusen/img/pdf-icon.jpg);
  margin-right: 10px;
  display: block;
}
.information .pdf a {
  text-decoration: underline;
}
.information .pdf a:hover {
  color: #f75f6f;
}
.information .acrobat {
  margin-top: 30px;
}
.information .acrobat a {
  color: #f75f6f;
}
.information .acrobat a:hover {
  text-decoration: underline;
}


/*  tablet 768pxここまで
----------------------------------------------------*/
}













@media screen and (max-width:425px){
/*----------------------------------------------------
  common
----------------------------------------------------*/


/*  mobile 425pxここまで
----------------------------------------------------*/
}