@charset "utf-8";
/*
Theme Name: Lapla専用テーマ
Theme URI:
Description:
Author:
*/

/*---------------------------------------------
--------------------------------------------
 common
--------------------------------------------
---------------------------------------------*/

/* Reset
---------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* input,
select {
  vertical-align: middle;
} */

/*---------------------------------------------
 基本要素
---------------------------------------------*/

html {
  width: 100%;
  min-width: 1140px;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1140px;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: 500; /* 游ゴシックがWindowsのGoogleChromeで細くなる用対策 */
  font-size: 1.6rem;
  line-height: 1.6;
  color: #010000;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

a {
  color: #cbac5d;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #222a35;
  text-decoration: none;
}

a:active {
  background-color: transparent;
  outline: none;
}

.font_bold {
  font-weight: bold;
}

/* Helvetica */
.font_en {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.font_en_bold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

.small {
  font-size: 0.85em;
}

.position_relative {
  position: relative;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* pc_only */
.pc_only {
  display: inline;
}

/* sp_only */
.sp_only {
  display: none;
}

.more a {
  position: relative;
  padding-right: 25px;
  letter-spacing: 0.05em;
  color: #cbac5d;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.more a:hover {
  text-decoration: none;
  color: #222a35;
}

.more a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  color: #cbac5d;
  vertical-align: middle;
  margin-top: -4px;
  border-top: 2px solid #cbac5d;
  border-right: 2px solid #cbac5d;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-color 0.3s ease-in-out;
}

.more a:hover::after {
  color: #222a35;
  border-top: 2px solid #222a35;
  border-right: 2px solid #222a35;
}


/*---------------------------------------------
---------------------------------------------
------------------------------------------

全ページ共通

------------------------------------------
---------------------------------------------
---------------------------------------------*/

#container {
  width: 100%;
  min-width: 1140px;
}

.contents1140 {
  width: 1140px;
  margin: 0 auto;
}

/*---------------------------------------------

 Btn_a

---------------------------------------------*/

.btn_type_a {
  position: relative;
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}

.btn_type_a a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 24px 20px 21px 0;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  background-color: #9a1e45;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.btn_type_a a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  color: #fff;
  vertical-align: middle;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_type_a a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #637893;
}


/*---------------------------------------------

header

---------------------------------------------*/

header {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1140px;
  height: 105px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* smaller move */
header.smaller {
  height: 60px;
}

/* --- logo ---*/

header h1 {
  position: absolute;
  top: 27px;
  left: 36px;
  width: 200px;
  height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header h1 img {
  width: 100%;
  height: auto;
}

/* smaller move */
header.smaller h1 {
  top: 5px;
  width: 170px;
  height: auto;
}



/* --- Global Navi --- */

#gnav {
  position: absolute;
  top: 20px;
  left: 270px;
  height: 85px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gnav > ul > li {
  display: inline-block;
  height: 85px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gnav > ul > li a {
  position: relative;
  display: block;
  width: auto;
  height: 55px;
  color: #cbac5d;
  padding: 30px 20px 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
#gnav > ul > li.current a {
  color: #cbac5d;
}

#gnav > ul > li a:hover {
  color: #cbac5d;
  text-decoration: none;
}
#gnav > ul > li.current a:hover {
  color: #cbac5d;
}

#gnav > ul > li a::before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 3px solid #cbac5d;
  position: absolute;
  display: block;
}

#gnav > ul > li a:hover::before {
  width: 50%;
  border-bottom: 3px solid #cbac5d;
}

#gnav > ul > li a::after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 3px solid #cbac5d;
  position: absolute;
  display: block;
}

#gnav > ul > li a:hover::after {
  width: 50%;
  border-bottom: 3px solid #cbac5d;
}

/* smaller move */
header.smaller #gnav {
  top: 0px;
}
header.smaller #gnav > ul > li {
  height: 60px;
}
header.smaller #gnav > ul > li a {
  height: 38px;
  padding: 22px 20px 0 20px;
}

/* gnav スマートフォンサイズ用 */
#sp_btn_gnav,
#sp_header_nav {
  display: none;
}

/*---------------------------------------------

footer

---------------------------------------------*/

/* gray background
---------------------------------------------*/

#footer_box {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px 0;
  background-color: #d2b671;
}

/* btn_a */
#footer_box .btn_type_a {
  margin-top: 25px;
}
#footer_box .btn_type_a a {
  width: 360px;
}

/* -- ft_menu --- */

.ft_menu {
  padding-top: 20px;
}

.ft_menu > li {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.ft_menu > li a {
  position: relative;
  display: block;
  width: auto;
  height: 40px;
  color: #fff;
  padding: 20px 20px 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.ft_menu > li a:hover {
  color: #fff;
  text-decoration: none;
}

.ft_menu > li a::before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 2px solid #fff;
  position: absolute;
  display: block;
}

.ft_menu > li a:hover::before {
  width: 50%;
  border-bottom: 2px solid #fff;
}

.ft_menu > li a::after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 2px solid #fff;
  position: absolute;
  display: block;
}

.ft_menu > li a:hover::after {
  width: 50%;
  border-bottom: 2px solid #fff;
}


/* copyright
---------------------------------------------*/

#copyright {
  text-align: center;
  padding: 30px 0 65px 0;
}

#copyright small {
  color: #010000;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  font-style: normal;
}

/*---------------------------------------------
---------------------------------------------
------------------------------------------

 下層ページ共通

------------------------------------------
---------------------------------------------
---------------------------------------------*/

/* Contents
---------------------------------------------*/

.contents {
  width: 100%;
  min-width: 1100px;
  border-top: 3px solid #44b7ab;
}

.contents .inner {
  width: 1100px;
  padding-top: 45px;
  margin: 0 auto;
}

/* Main 2カラム */
.main {
  float: left;
  width: 820px;
  padding-bottom: 80px;
}

/* Main 1カラム */
.main.wide {
  width: 1100px;
}

/* H
---------------------------------------------*/

/* h2 */
.ttl_h2 {
  width: 100%;
  height: 110px;
  padding-top: 195px;
  background-color: #fff;
  text-transform: uppercase;
}
.ttl_h2 h2 {
  color: #cbac5d;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}

/* h3 */
.page_h3 {
  position: relative;
  color: #222a35;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 50px;
}
.page_h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 3px;
  margin-left: -60px;
  background-color: #cbac5d;
}

/* h4 */
.page_h4 {
  position: relative;
  color: #222a35;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 40px;
}

/* Detail Common
---------------------------------------------*/

.detail_box {
  width: 940px;
}

/* p */
.detail_box p {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  padding-bottom: 35px;
}

/* img */
.detail_box img {
  display: block;
  max-width: 100%;
}
/* img fleft fright */
.detail_box p.fleft {
  padding: 0 35px 30px 0;
}
.detail_box p.fright {
  padding: 0 0 30px 35px;
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

.alignright {
  float: right;
  margin-left: 35px;
  margin-bottom: 30px;
}

.alignleft {
  float: left;
  margin-right: 35px;
  margin-bottom: 30px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* a */
.detail_box a {
  color: #cbac5d;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.detail_box a:hover {
  color: #222a35;
  text-decoration: underline;
  background-color: rgba(255, 192, 0, 0.2);
}

/* Breadcrumb
---------------------------------------------*/

.breadcrumb {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #cbac5d;
  padding: 10px 0 10px 3px;
  text-transform: uppercase;
}

.breadcrumb a {
  display: inline-block;
  color: #cbac5d;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  transition: border-color 0.3s ease-in-out;
}

.breadcrumb a:hover {
  color: #cbac5d;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #cbac5d;
}

/* Top Message
---------------------------------------------*/

/* --- center --- */

.top_msg {
  padding: 30px 0;
}

.top_msg p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 0 5px 0;
}

/* --- left --- */

.top_msg_left {
  width: 830px;
  padding: 40px 0;
  margin: 0 auto;
}

.top_msg_left p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* Pagination
---------------------------------------------*/

.pagination {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  color: #9a1e45;
  padding: 0;
}

.pagination span {
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: middle;
  margin: 0 3px 12px 0;
}

.pagination a,
.pagination .current,
.pagination .previous,
.pagination .next {
  display: inline-block;
  min-width: 22px;
  height: 42px;
  color: #cbac5d;
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 42px;
  letter-spacing: 0.1em;
  margin: 0 3px 12px 0;
  padding: 0 10px;
  border: 1px solid #cbac5d;
  border-radius: 50px;
  background-color: #f6f1e2;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.pagination .current {
  font-weight: bold;
}

.pagination .previous,
.pagination .next {
  padding: 0 15px;
}

.pagination a {
  text-decoration: none;
}

.pagination a:hover,
.pagination .current {
  color: #f6f1e2 !important;
  background-color: #cbac5d;
}

/* Pagination Detail */
.pagination.detail a,
.pagination.detail .previous,
.pagination.detail .next {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

/* Link Btn @service @Price
---------------------------------------------*/

.service_link {
  padding: 85px 0;
}

/* btn_a */
.service_link p:first-child {
  margin-right: 24px;
}
.service_link p:first-child a {
  width: 314px;
}
.service_link p:last-child a {
  width: 284px;
}

/*---------------------------------------------
---------------------------------------------
------------------------------------------

frontpage

------------------------------------------
---------------------------------------------
---------------------------------------------*/

/* MainVisual @frontpage
---------------------------------------------*/

#index_mv {
  width: 100%;
  height: auto;
  padding-top: 105px;
  /* background: url(./images/index_bg_mv.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; */
}

#index_mv .index_mv_img {
  width: 100%;
  height: auto;
}

/* #index_mv .inner {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: -70px;
  width: 100%;
  height: 540px;
} */


/* btn_a */
.index_mv_btn {
  width: 1140px;
  padding: 17px 0 0 0;
  margin: 0 auto;
}
.index_mv_btn .btn_type_a a {
  width: 385px;
}

/* Info @frontpage
---------------------------------------------*/

#index_info {
  width: 100%;
  height: 60px;
  padding: 38px 0 0 0;
  background-color: #fdf5f8;
}

/* ul */
#index_info ul {
  z-index: 20;
  position: relative;
}

#index_info ul li {
  position: relative;
  color: #010000;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  padding-left: 125px;
}

#index_info ul li a {
  color: #010000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#index_info ul li a:hover {
  color: #010000;
  text-decoration: none;
  background-color: rgba(255, 192, 0, 0.2);
}

/* time */
#index_info ul li time {
  position: absolute;
  top: 0;
  left: 0;
}

/* BOX01 @frontpage
---------------------------------------------*/

#index_box01 {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* div */
#index_box01 > div {
  float: left;
  width: 550px;
}

/* figure */
#index_box01 > figure {
  float: right;
  width: 552px;
}

#index_box01 > figure img {
  width: 100%;
  height: auto;
}

/* h2 */
#index_box01 h2 {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}

/* p */
#index_box01 p:not(.btn_type_a) {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-bottom: 35px;
}

/* btn_a */
#index_box01 .btn_type_a a {
  width: 280px;
}

/* BOX02 @frontpage
---------------------------------------------*/

#index_box02 {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #f6f1e2;
}

/* h2 */
#index_box02 h2 {
  position: relative;
  color: #222a35;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 20px;
}
#index_box02 h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 114px;
  height: 3px;
  margin-left: -57px;
  background-color: #cbac5d;
}

/* intro p */
#index_box02 .intro {
  width: 830px;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-top: 40px;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}

/* ul */
#index_box02 ul {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

#index_box02 ul li {
  width: 22%;
  box-sizing: border-box;
  text-align: center;
}

#index_box02 ul li img {
  width: 100%;
  height: auto;
}

#index_box02 ul li .boxText {
  padding: 20px 0;
}

#index_box02 ul li .boxText span {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #cbac5d;
}

#index_box02 ul li .boxText h3 {
  letter-spacing: 0.05em;
  padding-top: 5px;
  font-size: 1.8rem;
}


/* info / company
---------------------------------------------*/

#ft_info_company {
  padding: 100px 0 110px 0;
}

/* h2 */
#ft_info_company h2 {
  position: relative;
  color: #222a35;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 16px;
}
#ft_info_company h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 55px;
  height: 3px;
  background-color: #cbac5d;
}

/* --- info --- */

#ft_info {
  position: relative;
  float: left;
  width: 600px;
}

/* btn_a */
#ft_info .btn_type_a a {
  padding-top: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #9a1e45;
}
#ft_info .btn_type_a a::after {
  display: none;
}

/* ul */
#ft_info ul {
  padding: 20px 0 30px;
}

#ft_info ul li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 18px 0 16px 120px;
  border-bottom: 1px solid #ccc;
}

#ft_info ul li a {
  color: #010000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#ft_info ul li a:hover {
  color: #cbac5d;
  text-decoration: none;
}

#ft_info ul li time {
  position: absolute;
  top: 18px;
  left: 0;
}

/* --- company --- */

#ft_company {
  float: right;
  width: 447px;
}

/* logo */
.ft_company_logo {
  padding-top: 25px;
  width: 260px;
}

.ft_company_logo img {
  width: 100%;
  height: auto;
}



/*---------------------------------------------
---------------------------------------------
------------------------------------------

info

------------------------------------------
---------------------------------------------
---------------------------------------------*/

/* info list @info
---------------------------------------------*/

#info_list {
  padding: 5px 0 110px 0;
}

/* ul */
#info_list ul {
  padding-bottom: 70px;
}

#info_list ul li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

#info_list ul li a {
  display: block;
  padding: 55px 20px 15px 133px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #010000;
}

#info_list ul li a:hover {
  background-color: #f6f1e2;
}

#info_list ul li time {
  position: absolute;
  top: 55px;
  left: 3px;
}

/* info detail @cases_detail
---------------------------------------------*/

#info_detail {
  width: 940px;
  padding: 55px 100px 100px 100px;
  margin: 0 auto;
}

/* Title */
#info_detail h3 {
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-bottom: 4px;
}

/* Date */
#info_detail time {
  display: block;
  color: #cbac5d;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  padding-left: 3px;
  border-bottom: 1px solid #ccc;
}

#info_detail .detail_box {
  padding-top: 40px;
  padding-bottom: 50px;
}

/*---------------------------------------------
---------------------------------------------
------------------------------------------

Page 共通

------------------------------------------
---------------------------------------------
---------------------------------------------*/
#section_main {
  padding: 40px 0;
}

/* h3 */
#section_main h3.page_h3 {
  margin-bottom: 38px;
}

/* p */
#section_main .section_intro {
  padding-bottom: 40px;
  color: #222a35;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}

/* strong */
#section_main .section_intro strong {
  color: #9a1e45;
  font-weight: bold;
}



/*---------------------------------------------
---------------------------------------------
------------------------------------------

Contact

------------------------------------------
---------------------------------------------
---------------------------------------------*/

/* Contact Form @contact @Trial
---------------------------------------------*/

.form_box {
  width: 740px;
  margin: 0 auto;
  padding: 25px 0 120px 0;
}

.form_box .mw_wp_form_confirm .confirm_hidden {
  display: none;
}

/* --- dl --- */

.form_box dl {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #010100;
  border-bottom: 1px solid #ccc;
}

.form_box dl dt {
  float: left;
  clear: both;
  width: 200px;
  font-weight: bold;
  padding: 34px 0 0 5px;
  letter-spacing: 0.12em;
}

.form_box dl dd {
  padding: 32px 0 20px 205px;
}

.form_box .mw_wp_form_confirm dl dt,
.form_box .mw_wp_form_confirm dl dd {
  padding: 32px 0;
}


/* must */
.form_box dl dt.must::after {
  content: "※";
  color: #cbac5d;
  font-weight: bold;
  padding-left: 5px;
}

/* --- input / select / textarea --- */

.form_box input[type="text"],
.form_box input[type="tel"],
.form_box input[type="email"],
.form_box input[type="submit"],
.form_box select,
.form_box textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 37px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: 500; /* 游ゴシックがWindowsのGoogleChromeで細くなる用対策 */
  font-size: 1.5rem;
  color: #010100;
  letter-spacing: 0.02em;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* input */
.form_box input[type="text"],
.form_box input[type="tel"],
.form_box input[type="email"] {
  -webkit-appearance: none;
  width: 410px;
}

.form_box input[type="text"].p-postal-code {
  width: 100px;
}

/* select */
.form_box select {
  width: 280px;
}

/* textarea */
.form_box textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 232px;
  padding: 10px;
  margin-bottom: 25px;
}

/* --- placeholder --- */

.form_box input::-webkit-input-placeholder {
  color: #999;
} /* safari Android */
.form_box input::-moz-placeholder {
  color: #999;
}
.form_box input:-ms-input-placeholder {
  color: #999;
} /* IE */
.form_box input::-ms-input-placeholder {
  color: #999;
} /* Edge */
.form_box input::placeholder {
  color: #999;
}

/* --- caution --- */

.entry_caution {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
  padding-top: 30px;
}
.entry_caution a {
  color: #cbac5d;
  text-decoration: underline;
  background-color: transparent;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.entry_caution a:hover {
  color: #222a35;
  text-decoration: underline;
}

/* --- submit --- */

.entry_submit {
  margin: 40px 0 0;
  text-align: center;
}

.form_box .backButton,
.form_box .submitButton {
  position: relative;
}

.form_box .entry_submit input[type="submit"] {
  display: inline-block;
  -webkit-appearance: none;
  cursor: pointer;
  width: 260px;
  height: 55px;
  color: #cbac5d;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  border: 1px solid #cbac5d;
  background-color: #f6f1e2;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.form_box .entry_submit input[type="submit"]:hover {
  text-decoration: none;
  color: #f6f1e2;
  background-color: #cbac5d;
}

.form_box .backButton input[type="submit"] {
  width: 100px;
  margin-right: 10px;
  background-color: #cbac5d;
}


.entry_submit .submitButton::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1000000;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  color: #cbac5d;
  vertical-align: middle;
  margin-top: -6px;
  border-top: 2px solid #cbac5d;
  border-right: 2px solid #cbac5d;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.entry_submit .submitButton:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

}

/* --- 入力画面 --- */
.form_box .mw_wp_form_input .comfirm_only {
  display: none;
}

/* --- 確認画面 --- */
.form_box .mw_wp_form_confirm .input_only {
  display: none;
}

.form_box .mw_wp_form_confirm .comfirm_only {
  display: block;
}

/*---------------------------------------------
---------------------------------------------
------------------------------------------

service

------------------------------------------
---------------------------------------------
---------------------------------------------*/

/* Service Main @service
---------------------------------------------*/

/* --- ul --- */

#service ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#service ul li {
  width: 534px;
  margin-right: 66px;
  margin-bottom: 40px;
}
#service ul li:nth-child(2n) {
  margin-right: 0;
}

/* figure */
#service figure {
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
}
#service figure img {
  max-width: 100%;
}

/* h4 */
#service h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 228px;
  height: 62px;
  color: #cbac5d;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background-color: #f6f1e2;
}

/* p */
#service ul li > p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 23px 15px 0 15px;
}


/*---------------------------------------------
---------------------------------------------
------------------------------------------

About Us

------------------------------------------
---------------------------------------------
---------------------------------------------*/

/* --- ul --- */

.box_statement {
  position: relative;
  padding: 50px 0;
  background: #f6f1e2;
}
.box_statement::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 230px;
  background-color: #fff;
}

.box_statement .inner {
  position: relative; 
  z-index: 10;
}


.box_statement .page_h4 {
  margin-bottom: 10px;
}

.box_statement ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.box_statement ul li {
  width: 31%;
  padding: 38px 25px;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  text-align: center;
}
.box_statement ul li figure {
  margin-bottom: 15px;
}

.box_statement ul li h4 {
  width: 125px;
  margin: 0 auto 15px;
  padding: 12px;
  background: #f6f1e2;
  line-height: 1.1em;
  letter-spacing: 0.06em;
  color:#cbac5d;
  text-transform: uppercase;
}

.box_statement ul li h4 span {
  font-size: 1.3rem;
}

.box_statement ul li p {
  letter-spacing: 0.3em;
  text-align: left;
}

.box_outline {
  padding-bottom: 80px;
}

.box_outline ul {
  width: 740px;
  margin: 0 auto;
  box-sizing: border-box;
}

.box_outline ul li {
  padding: 30px 5px;
  border-bottom: 1px solid #ccc;
}

.box_outline ul dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
}

.box_outline ul li dt {
  width: 210px;
  font-weight: bold;
}

.box_outline ul li dd {
  width: auto;
}

/*---------------------------------------------
---------------------------------------------
------------------------------------------

Privacy

------------------------------------------
---------------------------------------------
---------------------------------------------*/

/* Privacy @Privacy
---------------------------------------------*/

#privacy_contents {
  padding-top: 20px;
  padding-bottom: 85px;
}

/* p */
#privacy_contents p {
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.12em;
}

/* h3 */
#privacy_contents h3 {
  color: #000;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding-top: 58px;
  padding-bottom: 10px;
}

/* ol ---1.--- */
#privacy_contents ol {
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.12em;
  padding: 27px 33px;
  margin-top: 25px;
  background-color: #f6f6f6;
}
#privacy_contents ol li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/*---------------------------------------------
 PADDING & MARGIN SETUP
---------------------------------------------*/

/* MARGIN */

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}

.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr39 {
  margin-right: 39px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}

.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}

/* PADDING */

.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pt150 {
  padding-top: 150px;
}
.pt200 {
  padding-top: 200px;
}

.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb150 {
  padding-bottom: 150px;
}
.pb200 {
  padding-bottom: 200px;
}

.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}

.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}

/* FLOAT */

.fleft {
  float: left;
}
.fright {
  float: right;
}

/* CLEARFIX
---------------------------------------------*/

.cl:after {
  content: " ";
  display: block;
  clear: both;
}
