@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
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, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent; }

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

main {
  padding: 0;
  margin: 0 !important; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  line-height: 1; }

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;
  vertical-align: bottom;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th, td {
  text-align: left;
  vertical-align: top; }

input, select, textarea {
  font-family: inherit; }

input[type="submit"] {
  cursor: pointer; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

* {
  box-sizing: border-box; }

/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll; }

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  height: 100%;
  color: #333;
  background: #e8e8e8;
  min-width: 320px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: .05em; }

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

.pc {
  display: none; }

.sp {
  display: block; }

@media only screen and (min-width: 768px) {
  body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1.5rem; }

  .pc {
    display: block; }

  .sp {
    display: none; } }
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    a:hover {
      color: #916f44;
      /*opacity: .7;
      	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/ }
    a img:hover {
      opacity: .7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

  .alpha {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.base {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 768px) {
  .base_inner {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }

  .base {
    padding-left: 0;
    padding-right: 0; } }
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: auto; }
  @media screen and (min-width: 768px) {
    #header .logo {
      margin-left: 20px; } }
  #header .logo .img-logo {
    width: 150px;
    height: auto; }
    @media screen and (min-width: 768px) {
      #header .logo .img-logo {
        width: 200px; } }

.site-header {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 10px;
  position: fixed;
  transition: .5s;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .site-header {
      background: rgba(255, 255, 255, 0.5); } }

.site-header.transform {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0; }

.language {
  position: absolute;
  top: 0;
  right: 10px;
  display: flex; }
  @media screen and (min-width: 768px) {
    .language {
      top: 3px;
      right: 20px; } }
  .language .lan:first-child {
    position: relative;
    margin-right: 10px;
    padding-right: 10px; }
    .language .lan:first-child::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -5px;
      display: inline-block;
      width: 10px;
      height: 1px;
      background-color: black;
      -webkit-transform: rotate(-60deg);
      transform: rotate(-60deg); }
  .language a {
    color: #333; }
    .language a:hover {
      color: #916f44; }

/*@media only screen and ($sp-first) {
	.language {
		position: absolute;
		top: 10px;
		right: 30px;
		display: flex;
		.lan:first-child {
			position: relative;
			margin-right: 10px;
			padding-right: 10px;
			&::after {
				content: '';
				position: absolute;
				top: 50%;
				right: -5px;
				display: inline-block;
				width: 10px;
				height: 1px;
				background-color: black;
				-webkit-transform: rotate(-60deg);
				transform: rotate(-60deg);
			}
		}
		a {
			color: $red;
			&:hover {
				color: $gold;
			}
		}
	}*/
/*	#header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
*/
/*}*/
/*#header .pc_header {
	display: none;
}
@media only screen and ($sp-first) {
#header .sp-header {
	display: none;
}
#header .pc_header {
	display: block;
}
}
*/
/*	pagetop
--------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 42px;
  height: 42px; }

@media only screen and (min-width: 768px) {
  .pagetop {
    /*bottom: 20px;*/ } }
.pagetop a {
  display: block;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0 0;
  position: relative;
  text-indent: -9999; }

.pagetop a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  margin: -6px 12px 0 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pagetop a:hover {
  background: #0a0a75; }

/*	footer
--------------------------------------*/
@media screen and (min-width: 768px) {
  #footer .tit-ct {
    margin-bottom: 30px; } }
#footer .ft-info .glp {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #footer .ft-info .glp {
      margin-bottom: 50px; } }
#footer .ft-info .set {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #footer .ft-info .set {
      margin-bottom: 60px; } }
  #footer .ft-info .set .txt-ct {
    margin-bottom: 15px; }
  #footer .ft-info .set .wrap {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #footer .ft-info .set .wrap {
        align-items: center;
        justify-content: center;
        margin-bottom: 40px; } }
    #footer .ft-info .set .wrap .item {
      text-align: center; }
      @media screen and (min-width: 768px) {
        #footer .ft-info .set .wrap .item {
          text-align: left;
          width: 50%; } }
      #footer .ft-info .set .wrap .item:first-child {
        font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
        font-weight: 500;
        margin-bottom: 0; }
        @media screen and (min-width: 768px) {
          #footer .ft-info .set .wrap .item:first-child {
            text-align: right;
            padding-right: 50px; } }
      @media screen and (min-width: 768px) {
        #footer .ft-info .set .wrap .item:nth-child(2) {
          position: relative;
          padding-left: 61px; }
          #footer .ft-info .set .wrap .item:nth-child(2)::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 30px;
            margin-top: -15px;
            background: #333; } }
#footer .btm {
  background: #333;
  padding: 30px 0;
  text-align: center; }
  #footer .btm .ft-logo {
    margin-bottom: 30px; }
  #footer .btm .copy {
    color: #fff;
    font-size: 12px; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*--------------------------------------------------------------------------
   btn
　　<div class="btn"><a href="cream.html" class="c-btn"><span>VIEW MORE</span></a></div>
---------------------------------------------------------------------------*/
.btn {
  width: 260px;
  margin: 0 auto; }

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #333;
  color: #fff; }

@media only screen and (min-width: 768px) {
  .c-btn {
    width: 100%;
    height: 50px; } }
.c-btn:hover {
  background: #666; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* set.scss */
/*	hover
--------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 992px) {
  a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media only screen and (min-width: 768px) {
  .pic {
    overflow: hidden; }
    .pic img {
      display: block;
      transition-duration: .3s; }
      .pic img:hover {
        transform: scale(1.1);
        transition-duration: .3s; } }
/*	tit
--------------------------------------*/
.tit-ct {
  text-align: center;
  margin-bottom: 20px;
  font-size: calc(2rem + (1vw - 0.32rem) * 0.4545);
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .tit-ct {
      margin-bottom: 40px; } }

.tit-line {
  font-size: calc(1.8rem + (1vw - 0.32rem) * 0.4545);
  font-weight: 500;
  padding-bottom: 3px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333; }
  .tit-line .tit-sm {
    display: block;
    font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
    font-weight: 500; }

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 40px;
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .pad {
    padding-top: 70px;
    padding-bottom: 70px; } }
.pad-btm {
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .pad-btm {
    padding-bottom: 70px; } }
.pad-top {
  padding-top: 40px; }

@media only screen and (min-width: 768px) {
  .pad-top {
    padding-top: 70px; } }
.mb {
  margin-bottom: 13px; }

@media only screen and (min-width: 768px) {
  .mb {
    margin-bottom: 28px; } }
.mbl {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .mbl {
    margin-bottom: 45px; } }
.ov {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .txt-c {
    text-align: center; } }

.txt-ct {
  text-align: center; }

.txt-b {
  font-weight: bold; }

.list .item-list {
  padding-left: 1em;
  text-indent: -1em; }

/*	bg
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .bg_fix {
    position: relative;
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; } }
@media screen and (min-width: 768px) {
  #home .bg_fix {
    background-image: url("../image/home/bg-sec02.png"); } }

/* ---------------------------------------------------------------------------
	下層メインビジュアル共通	
--------------------------------------------------------------------------- */
.mv-page {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .mv-page .tit_page {
    padding: 20px 10px;
    text-align: center;
    font-size: calc(1.8rem + (1vw - 0.32rem) * 0.4545); }
    @media only screen and (min-width: 768px) {
      .mv-page .tit_page {
        padding: 140px 30px 60px; } }

#contact .mv-page {
  background-image: url("../image/contact/mv.png"); }

#policy .mv-page {
  background-image: url("../image/contact/mv.png"); }

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .ggmap {
      padding-bottom: 25%; } }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/*	wrap
--------------------------------------*/
.wrap .item:first-child {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .wrap .item:first-child {
      margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .wrap .item {
      width: -webki-calc((100% - 80px) / 2);
      width: calc((100% - 80px) / 2); } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .wrap .od {
      order: -1; } }

/*	clum-2
--------------------------------------*/
@media screen and (min-width: 768px) {
  .clum-2 {
    display: flex;
    justify-content: space-between; } }
.clum-2 .item:first-child {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .clum-2 .item:first-child {
      margin-bottom: 0; } }
@media screen and (min-width: 768px) {
  .clum-2 .item {
    width: 46%; } }

/*	clum-3
--------------------------------------*/
.clum-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px; }
  @media only screen and (min-width: 768px) {
    .clum-3 {
      gap: 20px 30px; } }
  .clum-3 .pict {
    width: 45%;
    width: -webki-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2); }
    @media only screen and (min-width: 768px) {
      .clum-3 .pict {
        width: 30%;
        width: -webki-calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3); } }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#home .hero {
  padding: 60px 0 40px;
  background: url("../image/home/mv.png") center center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #home .hero {
      padding: 180px 0 100px; } }
  #home .hero .mv-logo {
    text-align: center; }
    #home .hero .mv-logo .img-mv-logo {
      width: 160px;
      height: auto; }
      @media screen and (min-width: 768px) {
        #home .hero .mv-logo .img-mv-logo {
          width: 300px; } }

#home .sec01 .tit-ct {
  position: relative;
  padding: 50px 0 0; }
  @media screen and (min-width: 768px) {
    #home .sec01 .tit-ct {
      padding: 60px 0 0; } }
  #home .sec01 .tit-ct::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-image: url("../image/common/ico.svg");
    background-size: 40px 40px; }
    @media screen and (min-width: 768px) {
      #home .sec01 .tit-ct::after {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        background-image: url("../image/common/ico.svg");
        background-size: 50px 50px; } }
  #home .sec01 .tit-ct .sub-tit {
    display: block;
    font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273); }
#home .sec01 .txt-ct {
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
  line-height: 1.8; }

#home .sec03 .set:not(:first-child) {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #home .sec03 .set:not(:first-child) {
      margin-top: 50px; } }
#home .sec03 .set .cutch {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    #home .sec03 .set .cutch {
      margin-bottom: 15px; } }
  #home .sec03 .set .cutch .txt-bold {
    font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
    font-weight: 500; }
  #home .sec03 .set .cutch .txt-sm {
    font-size: 1.5rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      #home .sec03 .set .cutch .txt-sm {
        font-size: 1.6rem; } }
#home .sec03 .set .tit-encase {
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2273);
  font-weight: 500;
  border: 1px solid #333;
  padding: 8px 15px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #home .sec03 .set .tit-encase {
      padding: 12px 30px;
      margin-bottom: 40px; } }
#home .sec03 .set .note {
  background: #fff;
  padding: 20px 15px;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #home .sec03 .set .note {
      padding: 30px 50px;
      margin-top: 40px; } }
  #home .sec03 .set .note .tit {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      #home .sec03 .set .note .tit {
        font-size: 1.6rem;
        margin-bottom: 10px; } }

#home .sec06 .set, #home .sec07 .set {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #home .sec06 .set, #home .sec07 .set {
      margin-bottom: 50px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.contact_sec01 .con_info {
  padding: 15px 25px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 30px;
  /*		.txt {
  			margin-bottom: 15px;
  		}
  		.tel_nb {
  			text-align: center;
  		.tel-call {
  			display: inline-block;
  			position: relative;
  			font-family: lato;
  			font-size: 2.2rem;
  			font-weight: 500;
  			margin-left: 4rem;
  			margin-bottom: 8px;
  			&::after {
  				position: absolute;
  				content: 'tel';
  				top: 0;
  				left: 0;
  				margin-left: -4rem;
  				color: $base_color;
  				font-family: lato;
  			}
  		}
  	}
  		.time {
  			text-align: center;
  		}
  */ }
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  border: 1px solid #ccc;
  background: #fff; }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: block;
    width: 100%;
    padding: 15px 15px 0; }
    .contact_sec01 .cons_form_wrap .contact_tbl th .req {
      display: inline-block;
      padding: 1px 10px 1px;
      margin-left: 5px;
      font-size: 1.3rem;
      color: #fff;
      background: #333; }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: block;
    width: 100%;
    padding: 15px 15px; }
    .contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap {
      display: flex;
      gap: 0 8px;
      margin-bottom: 2px; }
      .contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap .item {
        width: -webki-calc((100% - 16px) / 3);
        width: calc((100% - 16px) / 3); }
        .contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap .item .item-sm {
          width: 50px; }
          @media screen and (min-width: 768px) {
            .contact_sec01 .cons_form_wrap .contact_tbl td .c-wrap .item .item-sm {
              width: 80px; } }
  .contact_sec01 .cons_form_wrap .contact_tbl tr {
    border-bottom: 1px dashed #916f44; }
  .contact_sec01 .cons_form_wrap .approval {
    text-align: center;
    margin: 30px 0; }
    .contact_sec01 .cons_form_wrap .approval a {
      display: inline-block;
      color: #333;
      border-bottom: 1px solid #333; }

@media only screen and (min-width: 768px) {
  .contact_sec01 .con_info {
    padding: 45px 25px;
    text-align: center;
    /*		.txt {
    			margin-bottom: 30px;
    		}
    		.tel_nb {
    		.tel-call {
    			font-size: 2.4rem;
    		}
    	}
    */ }
  .contact_sec01 .cons_form_wrap {
    padding: 55px 50px 65px; }
    .contact_sec01 .cons_form_wrap .contact_tbl th {
      display: table-cell;
      width: 30%;
      padding: 25px 30px;
      /*				.req {
      					display: inline-block;
      					background: #fc0d1b;
      					padding: 2px 15px 2px;
      					margin-left: 5px;
      					color: #fff;
      					font-family: RodinPro-DB;
      					font-size: 1.3rem;
      				}
      */ }
    .contact_sec01 .cons_form_wrap .contact_tbl td {
      display: table-cell;
      width: 70%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .approval {
      margin: 60px 0 70px; }
      .contact_sec01 .cons_form_wrap .approval .approval_txt {
        margin-top: 40px; } }
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type=text], input[type=email] {
  width: 100%;
  height: 35px;
  /*background: #eee;*/
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px; }

input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px; }

input[type=checkbox], input[type=radio] {
  font-size: 14px;
  margin-bottom: 5px; }

label {
  display: block; }
  @media only screen and (min-width: 768px) {
    label {
      display: inline-block;
      margin-right: 10px; } }

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px; }

.mwform-radio-field input {
  margin-bottom: 7px; }

input[type="submit"], input[type="button"] {
  display: block;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #333;
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  input[type="submit"], input[type="button"] {
    display: block;
    width: 270px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #333;
    font-size: 16px; } }
input[type="submit"].apbtn_right {
  display: block;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #333;
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  input[type="submit"].apbtn_right {
    font-size: 16px;
    width: 270px; }

  input[type="submit"], input[type="button"] {
    font-size: 16px; } }
input[type="submit"]:hover, input[type="button"]:hover {
  background: #333;
  color: #fff; }

@media only screen and (min-width: 768px) {
  .form_policy {
    text-align: center;
    margin: 15px 0; } }
/*	style info : check_field
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%; }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important; } }
/* 送信 */
.form_btn {
  width: 80%;
  max-width: 220px;
  margin: 0 auto 30px; }

@media only screen and (min-width: 768px) {
  .form_btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 30px; } }
/*.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #333;
	font-size: 1.4rem;
}*/
.form_btn_sc {
  width: 300px;
  margin: 30px auto 0; }
  .form_btn_sc .item_btn {
    margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form_btn_sc .item_btn {
      width: 280px; }

  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 280px; } }
select.sl_arrow {
  /* styling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }

select.sl_arrow {
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

select.sl_arrow:focus {
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px; }
  .thanks_in .thanks_tit {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px; }
  .thanks_in .txt {
    margin-bottom: 30px; }
  .thanks_in .thsanks_cv_in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0; }
    .thanks_in .thsanks_cv_in .left {
      text-align: center;
      margin-bottom: 30px; }
    .thanks_in .thsanks_cv_in .right .tel_nb {
      text-align: center;
      padding-left: 30px; }
      .thanks_in .thsanks_cv_in .right .tel_nb span {
        display: inline-block;
        position: relative;
        font-size: 2.5rem; }
        .thanks_in .thsanks_cv_in .right .tel_nb span::before {
          position: absolute;
          content: '';
          top: 50%;
          left: -50px;
          display: block;
          width: 46px;
          height: 30px;
          margin-top: -15px;
          background-repeat: no-repeat;
          background-image: url(../images/common/ico_free_w.png);
          background-size: 46px 30px; }
    .thanks_in .thsanks_cv_in .right .txt {
      text-align: center; }

@media only screen and (min-width: 768px) {
  .thanks_in {
    padding: 80px 130px; }
    .thanks_in .thanks_tit {
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 100px; }
    .thanks_in .thanks_txtarea {
      text-align: center; }
      .thanks_in .thanks_txtarea .txt {
        display: inline-block;
        text-align: left;
        margin-bottom: 60px; }
    .thanks_in .thsanks_cv_in {
      padding: 50px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .thanks_in .thsanks_cv_in .left {
        width: 50%;
        margin-bottom: 0; }
      .thanks_in .thsanks_cv_in .right {
        width: 50%;
        padding-top: 10px; }
        .thanks_in .thsanks_cv_in .right .tel_nb {
          text-align: center;
          padding-left: 30px; }
          .thanks_in .thsanks_cv_in .right .tel_nb span {
            font-size: 3rem; }
        .thanks_in .thsanks_cv_in .right .txt {
          text-align: center; } }
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*2-2.4*/
/*1.8-2*/
/*2-4*/
/*1.6-1.8*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.policy_wrap {
  padding: 35px 0 45px; }
  .policy_wrap .policy_fst {
    margin-bottom: 35px; }
    .policy_wrap .policy_fst .policy_tit {
      text-align: center;
      font-size: 1.8rem;
      line-height: 1.25;
      margin-bottom: 15px; }
    .policy_wrap .policy_fst .policy_txt {
      margin-bottom: 10px; }
    .policy_wrap .policy_fst ul {
      margin-left: 20px; }
      .policy_wrap .policy_fst ul .li {
        padding-left: 2em;
        text-indent: -2em; }

.policy_wrap .policy_sec {
  margin-bottom: 25px; }
  .policy_wrap .policy_sec .policy_sec_tit {
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    margin-bottom: 17px; }
  .policy_wrap .policy_sec .policy_list ul {
    margin: 20px 0 20px 20px; }
    .policy_wrap .policy_sec .policy_list ul li {
      padding-left: 2em;
      text-indent: -2em; }
  .policy_wrap .policy_sec .sign {
    text-align: right;
    margin-top: 30px; }

@media only screen and (min-width: 640px) {
  .policy_wrap {
    padding: 60px 0 45px; }
    .policy_wrap .policy_fst {
      margin-bottom: 50px; }
      .policy_wrap .policy_fst .policy_tit {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.25;
        margin-bottom: 15px; }
      .policy_wrap .policy_fst .policy_txt {
        margin-bottom: 15px; }

  .policy_wrap .policy_sec {
    margin-bottom: 45px; }
    .policy_wrap .policy_sec .sign {
      text-align: right;
      margin-top: 50px; } }
