@charset "utf-8";

:root {
  --theme_color1: #333;
  --theme_color2: #CCC;
  --theme_color3: #94CAC9;
  --theme_color4: rgba(148, 202, 201, 0.5);
  --theme_color5: rgba(148, 202, 201, 0.4);
  --theme_color6: rgba(148, 202, 201, 0.25);
  --theme_color7: rgba(148, 202, 201, 0.15);
}
/**
 * Version: 1.0.0
 */

/* **************************************************
	CSS Redefine
************************************************** */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: var(--theme_color1);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'EB Garamond', 'Noto Serif JP', serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
}

input,
button,
select,
textarea {
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

a,
a:link,
a:focus,
a:visited,
a:active {
  color: var(--theme_color1);
  text-decoration: none;
}

a:hover,
a img:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: var(--theme_color1);
  text-decoration: none;
}

a.disable:hover,
a.disable img:hover,
input[type="button"].disable:hover,
input[type="submit"].disable:hover,
button.disable:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  body {
    min-width: 1280px;
    line-height: 2.7rem;
  }
  img {
    margin: 0;
  }
}

/* **************************************************
	Common
************************************************** */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

#wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

.container {
  position: relative;
  width: 100%;
  padding: 60px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.inner,
.inner_ {
  width: 100%;
  padding: 0;
  margin: 0;
}

.flex_box {
  display: flex;
}

.btn {
  display: block;
  height: 60px;
  background-color: var(--theme_color3);
  border-radius: 30px;
  padding: 16px 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.0rem;
}

@media (min-width: 768px) {
  .wrap {
    margin: 0 auto;
  }

  #wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .container {
    padding: 0;
  }
  .inner {
    margin: 0 auto;
  }
  .flex_box_pc {
    display: flex;
  }
  .btn {
    width: 260px;
    height: 60px;
    margin: 0 auto;
    padding: 14px 0;
    font-size: 2.0rem;
    line-height: 3.2rem;
  }
}

/* 見出し
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
}

.sub_title {
  padding: 31px 0 20px;
  text-align: center;
  font-size: 4.0rem;
  line-height: 5.4rem;
  letter-spacing: 1.5px;
}
.sub_title_green {
  background-color: var(--theme_color4);
  padding: 22px 0 23px;
  text-align: center;
  font-size: 4.0rem;
  line-height: 5.3rem;
  letter-spacing: 1.7px;
}

.sub_title_green_mini {
  background-color: var(--theme_color4);
  padding: 22px 0 19px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 3.8rem;
}

.panel_title_01 {
  border-top: 4px solid var(--theme_color3);
  border-bottom: 2px solid var(--theme_color3);
  background: url('../img/panel_title_bg_sp.png') no-repeat center center;
  background-size: cover;
  padding: 2px 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel_title_01 .inner_line{
  border-top: 1px solid var(--theme_color3);
  border-bottom: 1px solid var(--theme_color3);
  height: 110px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.panel_title_01 .inner_line > span.ja {
  display: block;
  font-size: 2.5rem;
  line-height: 3.6rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #B58D00;
  margin-top: -5px;
}
.panel_title_01 .inner_line > span.en {
  display: block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.6)
}

.panel_title_02 {
  border-top: 3px solid var(--theme_color3);
  background: linear-gradient(to Bottom, var(--theme_color7), #fff);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.panel_title_02:before,
.panel_title_02:after {
  content: '';
  background-image: url('../img/icon/title_icon_sp.png');
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 14px;
}
.panel_title_02:before {
  left: 50px;
}
.panel_title_02:after {
  right: 50px;
}
.panel_title_02 > span {
  display: block;
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .sub_title {
    padding: 62px 0 21px;
    font-size: 4.9rem;
    line-height: 7.2rem;
    letter-spacing: 2px;
  }
  .sub_title_green {
    background-color: var(--theme_color4);
    padding: 24px 0 24px;
    font-size: 4.9rem;
    line-height: 7.2rem;
    letter-spacing: 2px;
  }
  .sub_title_green_mini {
    background-color: var(--theme_color4);
    padding: 22px 0 19px;
    text-align: center;
    font-size: 3.2rem;
    line-height: 4.6rem;
  }

  .panel_title_01 {
    border-top: 5px solid var(--theme_color3);
    background: url('../img/panel_title_bg_pc.png') no-repeat center center;
    background-size: cover;
    height: 170px;
  }
  .panel_title_01 .inner_line{
    height: 159px;
  }
  .panel_title_01 .inner_line > span.ja {
    font-size: 3.0rem;
    line-height: 4.7rem;
    letter-spacing: 2px;
    margin-top: -5px;
  }
  .panel_title_01 .inner_line > span.en {
    font-size: 2.2rem;
    line-height: 3.0rem;
  }

  
  .panel_title_02 {
    height: 66px;
  }
  .panel_title_02:before,
  .panel_title_02:after {
    background-image: url('../img/icon/title_icon_pc.png');
    background-size: contain;
    top: 17px;
  }
  .panel_title_02:before {
    left: 362px;
  }
  .panel_title_02:after {
    right: 362px;
  }
  .panel_title_02 > span {
    font-size: 2.5rem;
    line-height: 4.0rem;
  }
}

/* **************************************************
	header
************************************************** */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 60px;
  z-index: 9999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

header .h_inner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

header.scroll_on {
  background: #ffffff;
}

header .h_inner .hi_left {
  float: left;
}

header .h_inner .hi_left img {
  width: auto;
  height: 60px;
}

header .h_inner .hi_right {
  float: left;
  white-space: nowrap;
}

header .h_inner .hi_button {
  float: right;
}

header .h_inner .hi_button img {
  position: relative;
  top: 13px;
  right: 69px;
  width: auto;
  height: 25px;
}

/* **************************************************
	グローバルメニュー
************************************************** */
/* グロナビを開いている間背景を固定するクラス */
.bg_fixed {
  overflow: hidden;
  right: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
}

/*グロナビ（スマホ用グロナビ）*/
#global-nav {
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  height: 100%;
  background: var(--theme_color3);
  z-index: 1;
}
#global-nav.hidden {
  display: none;
}
#global-nav .ul_gnav li {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  height: 46px;
  display: flex;
  flex-direction: column;
}
#global-nav .ul_gnav li a {
  display: block;
  padding: 0 0 0 16px;
  line-height: 4.4rem;
  color: var(--theme_color1);
  font-weight: 600;
}

/* トグル(三)ボタン */
#gn-toggle {
  position: fixed;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#gn-toggle img {
  position: relative;
  float: right;
}

#gn-toggle img.img-open {
  top: 20px;
  right: 11px;
  width: auto;
  height: 21px;
  display: block;
}

#gn-toggle img.img-close {
  top: 18px;
  right: 14px;
  width: auto;
  height: 25px;
  display: none;
}

#gn-toggle._nav_open img.img-open {
  display: none;
}

#gn-toggle._nav_open img.img-close {
  display: block;
}

/* **************************************************
	footer
************************************************** */

footer {
  background-color: #313131;
  height: 330px;
  padding: 30px 0 0;
  text-align: center;
  color: #fff;
}
footer .logo {
  width: 195px;
  height: 108px;
  margin:0 auto;
}
footer .other_area {
  padding: 25px 0 0;
}
footer .other_area .text_wrap {
  padding: 0 0 4px;
}
footer .other_area .title_area {
  font-size: 2.0rem;
  line-height: 3.4rem;
  padding: 0 0 5px;
}
footer .other_area .text_area {
  font-size: 1.2rem;
  line-height: 2.0rem;
}
footer .other_area .copy {
  width: 174px;
  height: 64px;
  margin:0 auto;
}

@media (min-width: 768px) {
  footer {
    height: 170px;
    padding: 31px 0 0;
  }
  footer .content {
    width: 1280px;
    padding: 0 0 0 80px;
    margin: 0 auto;
  }
  footer .flex_box_pc {
    gap: 196px;
  }
  footer .logo {
    margin: 0;
  }
  footer .other_area {
    padding: 24px 0 0;
  }
  footer .other_area .text_wrap {
    padding: 0 0 12px;
  }
  footer .other_area .title_area {
    padding: 0;
    letter-spacing: 0.8px;
  }
  footer .other_area .text_area {
    line-height: 3.0rem;
    letter-spacing: 0.3px;
  }
  footer .other_area .copy {
    width: 200px;
    height: 38px;
  }
}

/* ページトップ
---------------------------------------- */
#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 43px;
  height: 43px;
  background: url('../img/icon/page_top_sp.png') no-repeat 0 0;
  background-size: contain;
  z-index: 1;
}
#page_top:hover {
  filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#page_top a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* バナー（PC用）
---------------------------------------- */
@media (min-width: 768px) {
  #banner_pc {
    /*
    top: 745px;
    right: 31px;
    */
    position: fixed;
    top: 55px;
    right: 31px;
    z-index: 3;
  }
  #banner_pc a img {
    width: 163px;
    height: 165px;
  }
}

/* ローディング
---------------------------------------- */
#loader-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

#loading {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -16px;
}

/* top image
---------------------------------------- */
.top_image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url('../img/top_image_sp.png') no-repeat center center;
  background-size: cover;
  position: relative;
}

.top_image .dummy {
  padding: 62.67% 0;
}
.top_image .top_text {
  position: absolute;
  max-width: 212px;
  max-height: 144px;
  bottom: 31px;
  left: 25px;
  margin: 0 25px 0 0;
}

/* SP 微調整 対応 */
@media (min-width: 751px) and (max-width: 767px) {
  .top_image .dummy {
    padding: 0;
    height: 940px;
  }
}

@media (min-width: 768px) {
  .top_image {
    background: url('../img/top_image_pc.png') no-repeat center center;
    background-size: cover;
  }
  .top_image .contents {
    width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .top_image .dummy {
    height: 690px;
    padding: 0;
  }
  .top_image .logo_pc{
    position: absolute;
    bottom: 386px;
    left: 131px;
  }
  .top_image .top_text{
    margin: 0;
    max-width: initial;
    max-height: initial;
    width: 498px;
    height: 167px;
    bottom: 139px;
    left: 49px;
  }
}

/* メニューバー
---------------------------------------- */
.menu_bar {
  background: url('../img/menu_bar_bg_sp.png') no-repeat center top;
  background-size: 100% 100%;
  height: 98px;
  padding: 21px 0 0 26px;
  position: relative;
}
.menu_bar.nav_header {
  display: none;
}
.menu_bar .menu_sns {
  display: flex;
  gap: 25px;
}
.menu_bar .menu_sns img {
  height: 34px;
}
.menu_bar #banner_sp {
  position: absolute;
  top: -44px;
  right: 11px;
  z-index: 3;
}
.menu_bar #banner_sp a img {
  max-width: 163px;
  max-height: 165px;
}

@media (min-width: 768px) {
  .menu_bar {
    background: url('../img/menu_bar_bg_pc.png') no-repeat center top;
    background-size: 100% 100%;
    padding: 0;
  }
  .menu_bar.nav_header.fix-nav { /* メニューバーの固定 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    opacity: 1;
    display: block;
    /*transform: translateY(-100%);*/
  }
  .menu_bar .inner > .flex_box {
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    padding: 0 164px 0 73px;
    position: relative;
  }
  .menu_bar .menu_title {
    margin-top: 27px;
  }
  .menu_bar .menu_items {
    margin: 21px 0 0 52px;
    gap: 46px;
  }
  .menu_bar .menu_items .menu_item {
    text-align: center;
  }
  .menu_bar .menu_items .menu_item a {
    display: block;
    padding: 0 0 10px 0;
    color: #333;
  }
  .menu_bar .menu_items .menu_item a:hover {
    background: url('../img/menu_bar_underline.png') repeat-x center bottom;
  }
  .menu_bar .menu_items .menu_item .ja {
    font-size: 2.0rem;
    line-height: 2.0rem;
    font-weight: 600;
    display: block;
  }
  .menu_bar .menu_items .menu_item .en {
    font-size: 1.6rem;
    line-height: 1.6rem;
    display: block;
  }
  .menu_bar .menu_items .menu_item:nth-of-type(1) .en {
    padding-right: 5px;
  }
  .menu_bar .menu_sns {
    margin-top: 23px;
    gap: 18px;
  }
}

/* コンセプト
---------------------------------------- */
.concept {
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff ), url(../img/bg_pattern01.jpg) repeat;
}
.concept .inner {
  margin: -18px auto 0;
  padding: 0 15px 55px;
}
.concept .img_box {
  padding: 0 0 24px;
}
.concept .text_area {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

@media (min-width: 768px) {
  .concept .inner {
    width: 1280px;
    padding: 0 0 72px;
  }
  .concept .content.flex_box_pc {
    justify-content: space-between;
  }
  .concept .content_left.flex_box_pc {
    width: 820px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .concept .content_left .img_box {
    padding: 6px 0 0 0;
    margin: 0 0 20px;
    width: 100%;
  }
  .concept .content .img_box img {
    width: 100%;
  }
  .concept .content .text_area {
    font-size: 2.0rem;
    line-height: 3.4rem;
  }
  .concept .fb-page {
    width: 420px;
    margin: 160px 0 0;
  }
}

/* サービス
---------------------------------------- */

/* 【SP用微調整】 */
@media (max-width: 767px) {
  /* サービス（サブタイトル） */
  .service .sub_title_green {
    font-size: 4.2rem;
  }
}
/* サービス - ウェディング（プレミアム、フォト共通） */
.service .wedding {
  padding: 20px 15px 0;
}

/* サービス - ウェディング - 概要 */
.service .wedding .summary{
  padding: 8px 0 20px;
}
.service .wedding .summary .text_wrap {
  background-color: var(--theme_color6);
  padding: 24px 10px 25px;
}
.service .wedding .summary .text_hl,
.service .wedding .summary .text_area {
  text-align: center;
}
.service .wedding .summary .text_hl {
  font-size: 2.2rem;
  line-height: 3.4rem;
}
.service .wedding .summary .text_area.no_01 {
  padding: 11px 0 15px;
}
.service .wedding .summary .text_list_wrap {
  background-color: #fff;
  padding: 5px;
}
.service .wedding .summary .text_list_wrap .text_list {
  background-color: #fff;
  border:  1px solid var(--theme_color3);
  padding: 18px 12px 16px 25px;
  font-weight: 600;
}
.service .wedding .summary .text_list_wrap .text_list > li {
  position: relative;
}
.service .wedding .summary .text_list_wrap .text_list > li:before {
  position: absolute;
  content: '';
  display: inline-block;
  border-radius: 100%;
  background: var(--theme_color1);
  width: 3px;
  height: 3px;
  top: 10px;
  left: -9px;
}
.service .wedding .summary .text_area.no_02 {
  padding: 17px 0 0;
}

/* サービス - ウェディング - 内容 */
.service .wedding .contents .panel_title_02 {
  letter-spacing: 8px;
  padding: 0 0 0 8px;
}
.service .wedding .contents > .text_area {
  padding: 7px 0 3px;
  text-align: center;
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: 600;
}
.service .wedding .contents .panel_wrap {
  flex-direction: column;
  gap: 11px;
  padding: 10px 0 10px;
}
.service .wedding .contents .panel_wrap .panel {
  border: 1px solid var(--theme_color2);
  padding: 0 0 13px;
}
.service .wedding .contents .panel_wrap .panel > .title_area {
  background-color: var(--theme_color7);
  padding: 9px 0 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.0rem;
  font-weight: 600;
}
.service .wedding .contents .panel_wrap .panel > .img_box {
  padding: 19px 9px 12px;
}
.service .wedding .contents .panel_wrap .panel > .text_area {
  font-weight: 600;
  padding: 0 9px;
}

/* サービス - ウェディング - 内容 -- panel.no_01 */
.service .wedding .contents .panel_wrap .panel.no_01 {
  padding-bottom: 19px;
}
.service .wedding .contents .panel_wrap .panel.no_01 > .text_area {
  padding-top: 16px;
  padding-bottom: 16px;
}
.service .wedding .contents .panel_wrap .panel.no_01 .flex_box {
  background-color: rgba(0,0,0,0.05);
  padding: 8px;
  margin: 0 9px 0;
  gap: 11px;
}
.service .wedding .contents .panel_wrap .panel.no_01 .flex_box .img_box {
  width: 38%;
}
.service .wedding .contents .panel_wrap .panel.no_01 .flex_box .text_wrap {
  width: 62%;
}
.service .wedding .contents .panel_wrap .panel.no_01 .flex_box.no_01 {
  margin-bottom: 8px;
}
.service .wedding .contents .panel_wrap .panel.no_01 .flex_box .title_area {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding: 0 0 7px;
}
.service .wedding .contents .panel_wrap .panel.no_01 .flex_box .text_area {
  font-size: 1.2rem;
  line-height: 2.0rem;
  font-weight: 600;
}

/* 【SP用微調整】 */
@media (max-width: 767px) {
  /* サービス - ウェディング - 内容 -- panel.no_01 */  
  .service .wedding .contents .panel_wrap .panel.no_01 > .title_area {
    padding: 11px 0 9px 11px;
  }
  .service .wedding .contents .panel_wrap .panel.no_01 .flex_box.no_02 .title_area {
    padding-top: 4px;
    padding-bottom:3px;
  }

  /* サービス - ウェディング - 内容 -- panel.no_04 */
  .service .wedding .contents .panel_wrap .panel.no_04 {
    margin-top: -1px
  }
}

.service .wedding .contents .other_area {
  background-color: var(--theme_color7);
  padding: 26px 23px 30px;
  text-align: center;
}
.service .wedding .contents .other_area .text_area {
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: 600;
  padding: 0 13px 14px;
}

.service .wedding .today_flow {
  padding: 20px 0 0;
}

/* サービス - ウェディング（フォト固有） */
.service .wedding.photo {
  padding-bottom: 20px;
}

/* 【SP用微調整】 */
@media (max-width: 767px) {
  /* サービス - ウェディング（フォト固有） - 概要 */  
  .service .wedding.photo .summary{
    padding-top: 10px;
  }
  .service .wedding.photo .summary .text_list_wrap .text_list {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .service .wedding.photo .summary .text_list_wrap .text_list > li:nth-of-type(4) {
    letter-spacing: -1px;
  }
  .service .wedding.photo .summary .text_area.no_02 {
    padding-right: 10px;
  }
  .service .wedding.photo .contents .panel_wrap {
    gap: 10px;
  }
  .service .wedding.photo .contents .panel_wrap .panel.no_01 .flex_box.no_01 {
    padding-bottom: 7px;
  }
  .service .wedding.photo .contents .panel_wrap .panel.no_02 {
    padding-bottom: 15px;
  }
}

/* サービス - オプション */
.service .option {
  background-color: var(--theme_color7);
  padding: 34px 15px 35px;
  text-align: center;
}
.service .option .content > .title_area {
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 600;
  padding: 0 0 9px;
}
.service .option .panel_wrap {
  padding: 15px 0 17px;
  flex-direction: column;
  gap: 10px;
}
.service .option .panel {
  background-color: #fff;
}
.service .option .panel > .title_area {
  background-color: var(--theme_color4);
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-weight: 600;
  padding: 10px 0 8px;
}
.service .option .panel > .text_area {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 2.7rem;
  font-weight: 600;
  height: 113px;
}

/* サービス - オプション（panel_03, 04 固有） */
.service .option .panel.no_03 > .title_area,
.service .option .panel.no_04 > .title_area {
  font-size: 2.2rem;
  line-height: 3.6rem;
  padding: 8px 0 6px;
}

/* サービス - プロデュース */
.service .produce {
  padding: 40px 15px 40px;
}
.service .produce .title_wrap {
  border-top: 4px solid var(--theme_color3);
  border-bottom: 2px solid var(--theme_color3);
  padding: 1px 0 1px;
}
.service .produce .title_wrap .title_area {
  border-top: 1px solid var(--theme_color3);
  border-bottom: 1px solid var(--theme_color3);
  padding: 22px 0 16px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 600;
  color: #B58D00;
}
.service .produce .summary {
  margin: 10px 0 30px;
}
.service .produce .summary .text_area {
  background-color: var(--theme_color6);
  padding: 27px 19px 25px;
}
.service .produce .btn {
  margin: 0 23px 0;
}

@media (min-width: 768px) {
  /* サービス（サブタイトル） */
  .service .sub_title_green {
    font-size: 5.1rem;
    letter-spacing: 2.5px;
  }
  /* サービス - ウェディング（プレミアム、フォト共通） */
  .service .wedding {
    padding: 60px 140px 0;
    width: 1280px;
    margin: 0 auto;
  }
  /* サービス - ウェディング - 概要 */
  .service .wedding .summary{
    padding: 20px 0 40px;
  }
  .service .wedding .summary .text_wrap {
    padding: 28px 0 27px;
  }
  .service .wedding .summary .text_hl {
    font-size: 2.8rem;
  }
  .service .wedding .summary .text_area.no_01 {
    padding: 11px 0 16px;
  }
  .service .wedding .summary .text_list_wrap {
    margin: 0 165px;
  }
  .service .wedding .summary .text_list_wrap .text_list {
    padding: 9px 0 9px 49px;
  }
  .service .wedding .summary .text_list_wrap .text_list > li:before {
    top: 11px;
  }
  .service .wedding .summary .text_area.no_02 {
    padding: 16px 0 0;
  }

  /* サービス - ウェディング - 内容 */
  .service .wedding .contents .panel_title_02 {
    margin: 0 0 20px;
    /* padding: 0 0 20px */
  }
  .service .wedding .contents > .text_area {
    font-size: 2.4rem;
    line-height: 3.8rem;
    padding: 4px 0 13px;
  }
  .service .wedding .contents .panel_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 10px;
    gap: 10px;
    margin: 0 auto;
  }
  .service .wedding .contents .panel_wrap .panel {
    padding: 0;
    width: 480px;
    height: 470px;
  }
  .service .wedding .contents .panel_wrap .panel > .title_area {
    font-size: 2.2rem;
    line-height: 3.6rem;
    padding: 12px 0 10px;
  }
  .service .wedding .contents .panel_wrap .panel > .img_box {
    padding: 21px 24px 15px;
  }
  .service .wedding .contents .panel_wrap .panel > .text_area {
    line-height: 2.7rem;
    padding: 0 24px;
  }

  /* サービス - ウェディング - 内容 -- panel.no_01 */
  .service .wedding .contents .panel_wrap .panel.no_01 > .title_area {
    padding: 11px 0 11px 11px;
  }
  .service .wedding .contents .panel_wrap .panel.no_01 > .text_area {
    padding: 26px 30px 13px;
  }
  .service .wedding .contents .panel_wrap .panel.no_01 .flex_box {
    padding: 10px 0 10px 10px;
    margin: 0 24px 0;
    gap: 15px;
  }
  .service .wedding .contents .panel_wrap .panel.no_01 .flex_box.no_01 {
    margin-bottom: 10px;
  }
  .service .wedding .contents .panel_wrap .panel.no_01 .flex_box .img_box {
    width: 145px;
  }
  .service .wedding .contents .panel_wrap .panel.no_01 .flex_box .text_wrap {
    width: auto;
  }
  .service .wedding .contents .panel_wrap .panel.no_01 .flex_box .title_area {
    font-size: 2.0rem;
    line-height: 2.8rem;
    padding: 7px 0 0;
  }
  .service .wedding .contents .panel_wrap .panel.no_01 .flex_box .text_area {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }

  .service .wedding .contents .other_area {
    margin: 0 15px;
    padding: 34px 0 30px 11px;
    width: 970px;
    height: 185px;
  }
  .service .wedding .contents .other_area .text_area {
    font-size: 2.5rem;
    line-height: 4.0rem;
    padding: 0 0 21px;
  }

  /* サービス - ウェディング - 当日までの流れ */
  .service .wedding .today_flow {
    padding: 40px 0 0;
  }
  
  /* サービス - ウェディング（フォト固有） */
  .service .wedding.photo {
    padding-bottom: 60px;
  }
  /* サービス - ウェディング（フォト固有） - 概要 */
  .service .wedding.photo .summary .text_wrap {
    padding-bottom: 24px;
  }
  .service .wedding.photo .summary .text_area.no_01 {
    padding-bottom: 14px;
  }
  .service .wedding.photo .summary .text_list_wrap .text_list {
    padding-bottom: 8px;
  }
  .service .wedding.photo .summary .text_area.no_02 {
    padding-top: 17px;
  }
  /* サービス - ウェディング（フォト固有） - 内容 */
  .service .wedding.photo .contents .panel_wrap .panel.no_01 {
    width: 970px;
    height: 251px;
  }
  .service .wedding.photo .contents .panel_wrap .panel.no_01 > .title_area {
    padding-top: 12px;
  }
  .service .wedding.photo .contents .panel_wrap .panel.no_01 > .text_area {
    padding: 15px 25px 9px;
  }
  .service .wedding.photo .contents .panel_wrap .panel.no_01 .flex_box_pc {
    gap: 10px;
    margin: 0 24px 0;
  }
  .service .wedding.photo .contents .panel_wrap .panel.no_01 .flex_box {
    width: 455px;
    height: 120px;
    margin: 0;
    gap: 10px;
  }
  .service .wedding.photo .contents .other_area {
    padding-left: 0;
  }


  /* サービス - オプション */
  .service .option {
    padding: 35px 0 45px;
  }
  .service .option .content {
    width: 1280px;
    margin: 0 auto;
  }
  .service .option .content > .title_area {
    font-size: 3.2rem;
    line-height: 5.1rem;
    padding: 0 0 5px;
  }
  .service .option .content > .text_area {
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
  .service .option .panel_wrap {
    width: 920px;
    padding: 37px 0 23px;
    margin: 0 180px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .service .option .panel {
    width: 450px;
    height: 163px;
  }
  .service .option .comment {
    line-height: 2.6rem;
  }
    
  /* サービス - プロデュース */
  .service .produce {
    width: 1280px;
    padding: 60px 140px;
    margin: 0 auto;
  }
  .service .produce .title_wrap {
    border-top: 5px solid var(--theme_color3);
    padding: 2px 0 2px;
  }
  .service .produce .title_wrap .title_area {
    padding: 29px 0 23px;
    font-size: 2.8rem;
    line-height: 4.5rem;
  }
  .service .produce .summary {
    margin: 20px 0 50px;
  }
  .service .produce .summary .text_area {
    padding: 34px 40px;
    font-size: 2.0rem;
    line-height: 3.4rem;
    letter-spacing: -0.6px;
  }
  .service .produce .btn {
    margin: 0 auto;
    width: 410px;
    height: 78px;
    border-radius: 50px;
    padding: 24px 0;
  }
}

/* Abous Us
---------------------------------------- */
.about .content {
  padding: 20px 15px 24px;
}
.about .content .company {
  padding: 0 0 20px;
}
.about .content .company dl .flex_box_pc {
  border-bottom: 1px solid var(--theme_color2);
}
.about .content .company dl dt {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 11px 10px 2px;
}
.about .content .company dl dd {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 2px 10px 8px;
}
.about .content .business ul {
  padding: 6px 0 0 27px;
}
.about .content .business ul li {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 0 0 28px;
}
.about .content .business ul li:last-of-type {
  padding-bottom: 0;
}
.about .content .business ul li:before {
  position: absolute;
  content: '';
  display: inline-block;
  border-radius: 100%;
  background: var(--theme_color4);
  width: 15px;
  height: 15px;
  top: 6px;
  left: -26px;
}
/* 【SP用微調整】 */
@media (max-width: 767px) {
  /* Abous Us - （dt 1番目固有） */ 
  .about .content .company dl .flex_box_pc:first-of-type dt {
    padding-top: 4px;
  }
}

@media (min-width: 768px) {
  .about .content {
    padding: 50px 140px 52px;
    width: 1280px;
    margin: 0 auto;
  }
  .about .content .company {
    padding: 0 0 50px;
  }
  .about .content .company dl {
    margin: 10px 0 0;
  }
  .about .content .company dl .flex_box_pc {
    margin: 0 85px;
    align-items: center;
    height: 61px;
    gap: 60px;
  }
  .about .content .company dl dt,
  .about .content .company dl dd {
    font-size: 2.0rem;
    line-height: 3.2rem;
    padding: 0 10px 0;
  }
  .about .content .company dl dt {
    width: 100px;
  }
  .about .content .business ul {
    padding: 24px 90px 0 124px;
  }
  .about .content .business ul li {
    font-size: 2.0rem;
    line-height: 3.4rem;
    padding: 0 0 34px;
  }
  .about .content .business ul li:before {
    width: 17px;
    height: 17px;
    top: 8px;
    left: -28px;
  }
}

/* お問い合わせ
---------------------------------------- */
.contact .content {
  padding: 17px 15px 40px;
}
.contact .content .text_area { 
  padding-left: 5px;
}
.contact .content .form {
  line-height: 2.6rem;
}
.contact .content .form input[type="text"],
.contact .content .form input[type="checkbox"],
.contact .content .form input[type="radio"],
.contact .content .form select,
.contact .content .form textarea {
  background-color: #EEE;
  width: 100%;
  border-radius: 4px;
  padding: 12px 10px;
}
.contact .content .form .item_head {
  padding: 24px 0 3px;
}
.contact .content .form .item_head:first-of-type {
  padding-top: 21px;
}
.contact .content .form .item_head .item_title {
  font-weight: 600;
}
.contact .content .form .item_head .item_title.required:after {
  position: relative;
  content: '必須';
  display: inline-block;
  right: -5px;
  color: #F00;
  font-weight: normal;
}
.contact .content .form .item_content.intext {
  margin-bottom: 3px;
}
.contact .content .form .item_content.flex_box {
  flex-direction: column;
  gap: 13px;
  padding: 7px 0 0 34px;
}
.contact .content .form .item_content.radio_wrap {
  gap: 18px;
}
.contact .content .form .item_content span.item_name {
  position: relative;
}
.contact .content .form .item_content.check_box_wrap input[type=checkbox] + span.item_name:before {
  position: absolute;
  content: "";
  top: -2px;
  left: -34px;
  width: 24px;
  height: 24px;
  border: solid 1px #9B9B9B;
  border-radius: 4px;
}
.contact .content .form .item_content.check_box_wrap input[type=checkbox] + span.item_name:after {
  position: absolute;
  content: "";
  top: 4px;
  left: -28px;
  width: 13px;
  height: 8px;
  border-left: 2px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact .content .form .item_content.check_box_wrap input[type=checkbox]:checked + span.item_name:before {
  border: none;
  background-color: #2F9B99;
}
.contact .content .form .item_content.check_box_wrap input[type=checkbox]:checked + span.item_name:after {
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.contact .content .form .item_content.radio_wrap input[type=radio] + span.item_name:before {
  position: absolute;
  content: "";
  top: -4px;
  left: -34px;
  width: 24px;
  height: 24px;
  border: solid 1px #9B9B9B;
  border-radius: 50%;
}
.contact .content .form .item_content.radio_wrap input[type=radio] + span.item_name:after {
  position: absolute;
  content: "";
  top: 1px;
  left: -29px;
  width: 14px;
  height: 14px;
  background-color: #ddd;
  border-radius: 50%;
}
.contact .content .form .item_content.radio_wrap input[type=radio]:checked + span.item_name:after {
  background-color: #2F9B99;
}
.contact .content .form .btn_wrap {
  margin: 22px 63px 0;
}
.contact .content .form .btn_wrap .btn {
  width: 100%;
  height: 50px;
  padding: 12px 0;
  font-size: 1.8rem;
  line-height: 2.9rem;  
}
.contact .content .form .btn input {
  background-color: transparent;
  padding: 0;
}

@media (min-width: 768px) {
  .contact .content {
    width: 1280px;
    padding: 52px 139px 80px 141px;
    margin: 0 auto;
  }
  .contact .content > .text_area {
    padding: 0 0 9px;
    font-size: 2.0rem;
    line-height: 3.2rem;
    text-align: center;
  }
  .contact .content .form .item_content.check_box_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 63px;
  }
  .contact .content .form .item_content.check_box_wrap.no_01 label:nth-of-type(3) {
    width: 50%;
  }
  .contact .content .form .item_content.check_box_wrap.no_02 {
    gap: 8px 68px;
  }
  .contact .content .form .item_content.check_box_wrap input[type=checkbox] + span.item_name:before {
    top: -2px;
    left: -33px;
    width: 24px;
    height: 24px;
    border: solid 1px #9B9B9B;
    border-radius: 4px;
  }
  .contact .content .form .item_content.check_box_wrap input[type=checkbox] + span.item_name:after {
    top: 3px;
    left: -28px;
    width: 14px;
    height: 8px;
    border-left: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
  }
  .contact .content .form .item_content.check_box_wrap input[type=checkbox]:checked + span.item_name:after {
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  .contact .content .form .item_content.radio_wrap {
    flex-direction: row;
    gap: 64px;
  }
  .contact .content .form .item_content.radio_wrap input[type=radio] + span.item_name:before {
    top: -2px;
    left: -33px;
    width: 24px;
    height: 24px;
    border: solid 1px #9B9B9B;
  }
  .contact .content .form .item_content.radio_wrap input[type=radio] + span.item_name:after {
    top: 3px;
    left: -28px;
    width: 14px;
    height: 14px;
    background-color: #ddd;
  }
  .contact .content .form .item_content .postcode {
    width: 32%;
  }
  .contact .content .form .btn_wrap {
    margin: 32px auto 0;
  }
  .contact .content .form .btn_wrap .btn {
    width: 220px;
  }
}

/* お問い合わせ確認画面
---------------------------------------- */
.mail_confirm .sub_title {
  font-size: 2.4rem;
}
.mail_confirm .content {
  padding: 30px 15px;
}
.mail_confirm .content .confirm_message {
  padding: 0 0 10px;
}
.mail_confirm .content .error_messe {
  padding: 8px 0;
  color: red;
}

.mail_confirm .content .confirm {
  margin: 20px 0 0;
}
.mail_confirm .content .confirm tr th {
  display: block;
  background-color: var(--theme_color7);
  font-weight: 600;
  padding: 5px 0;
}
.mail_confirm .content .confirm tr td {
  display: block;
  padding: 5px 10px;
}
.mail_confirm .content .submit {
  margin: 20px 63px 0;
}
.mail_confirm .content .submit.flex_box {
  flex-direction: column;
  gap: 10px;
}
.mail_confirm .content .submit .btn {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  line-height: 2.9rem;
}

@media (min-width: 768px) {
  .mail_confirm .content {
    padding: 30px 140px;
    width: 1280px;
    margin: 0 auto;
  }
  .mail_confirm .content .confirm {
    width: 850px;
    margin: 30px auto;
  }
  .mail_confirm .content .confirm tr {
    border-bottom: 10px solid #fff;
  }
  .mail_confirm .content .confirm tr th {
    display: table-cell;
    text-align: left;
    padding: 5px 0 5px 20px;
    width: 25%;
  }
  .mail_confirm .content .confirm tr td {
    display: table-cell;
  }
  .mail_confirm .content .submit {
    margin: 50px auto 0;
  }
  .mail_confirm .content .submit .btn {
    width: 220px;
    font-size: 1.8rem;
    line-height: 2.9rem;
  }

}

/* お問い合わせ完了画面
---------------------------------------- */
.mail_complete .sub_title {
  font-size: 2.4rem;
}
.mail_complete .txt_msg {
  padding: 20px 15px;
  letter-spacing: -0.1rem;
}

.mail_complete .return_top {
  margin: 0 63px 20px;
}
.mail_complete .return_top .btn {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  line-height: 2.9rem;
}
@media (min-width: 768px) {
  .mail_complete .txt_msg {
    padding: 30px 140px;
    width: 1280px;
    margin: 0 auto;
    letter-spacing: 0;
  }
  .mail_complete .return_top {
    margin: 0px auto 50px;
  }
  .mail_complete .return_top .btn {
    width: 220px;
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
}

/* 404
---------------------------------------- */
.not_found .sub_title {
  font-size: 2.4rem;
}
.not_found .text_area {
  padding: 30px 15px;
}
.not_found .return_top {
  margin: 30px 63px;
}
.not_found .return_top .btn {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  line-height: 2.9rem;
}
@media (min-width: 768px) {
  .not_found .text_area {
    padding: 30px 140px 100px;
  }
  .not_found .return_top {
    margin: 0px auto 50px;
  }
  .not_found .return_top .btn {
    width: 220px;
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
}