@charset "utf-8";

/*	Reset normalize.css
------------------------------------------------------------ */ 
/*! normalize.css v2.0.1 | MIT License | git.io/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

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

/* Corrects inline-block display not defined in IE8/9. */

audio,canvas,video {display : inline-block}
    
/* Prevents modern browsers from displaying 'audio' without controls */

audio:not([controls]) { display: none;height: 0}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */

[hidden] {display: none}


/* =============================================================================
   Base
   ========================================================================== */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin-top: 0} /*上方向のmarginを0にします */


/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus { outline: thin dotted}

/* Improves readability when focused and also mouse hovered in all browsers. */

a:hover,a:active { outline : 0}


/* =============================================================================
   Typography
   ========================================================================== */
/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */

html {
	/* 日本語のfont-familyへの対応 */
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

	font-size : 105%;
	line-height : 1.5;
}
/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/

abbr[title] { border-bottom : 1px dotted}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/

b, strong { font-weight : bold}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0;
color: #000}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}


/*Sets consistent quote types.*/
q {quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small {font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}


/*=================================================================
   Embedded content
=================================================================*/
/*Removes border when inside `a` element in IE 8/9.*/


img {
/*
max-width :100%;*/ /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/

figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */


/* Define consistent border, margin, and padding*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/

button,input {line-height: normal; /* 1 */}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default}


/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}
ul, ol { list-style : none;}

/*	Elements elements.css
------------------------------------------------------------ */ 

/*	Float
------------------------------------------------------------ */ 
.fl { float:left; padding-right:1em; }
.fr { float:right; padding-left:1em; }
.clear { clear:both; }
/*	Text Align
------------------------------------------------------------ */
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
/*	Font
------------------------------------------------------------ */
.font_pink { color:#E77770; }
.font77 { font-size:0.77em;line-height: 1.2em; }
.font84 { font-size:0.84em;line-height: 1.2em; }
.font92 { font-size:0.92em;line-height: 1.5em; }
.font100 { font-size:1em; }
.font108 { font-size:1.08em; }
.font115 { font-size:1.15em; }
.font123 { font-size:1.23em; }
.font138 { font-size:1.38em; }
.font154 { font-size:1.54em; }
.font169 { font-size:1.69em; }
.font185 { font-size:1.85em; }
.font_mincho {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bk_blue {
	display: block;
	width: 150px;
	background-color: #A8C6C6;
	color:#5E4C39;
	font-size: 0.7em;
	line-height: 1;
	border-radius: 5em;
	padding: 0.5em;
	text-align: center;
}
/*
vw
相対指定。ビューポートの幅の何パーセントか。

vh
相対指定。ビューポートの高さの何パーセントか。

vmin
相対指定。ビューポートの「幅か高さの短い方」の何パーセントか。

vmax
相対指定。ビューポートの「幅か高さの長い方」の何パーセントか。
*/
.txt5{  font-size: 3vw;}
.txt6{  font-size: 4vh;}
.txt7{  font-size: 5vmin;}
.txt8{  font-size: 6vmax;}

.font_through { text-decoration:line-through;}
.font_bold { font-weight:bold;}
/*	Padding
------------------------------------------------------------ */ 
.pt05 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt100 { padding-top:100px !important; }
.pb50 { padding-bottom:50px !important; }
.pb100 { padding-bottom:100px !important; }
.pr50 { padding-right:50px !important; }
.pl50 { padding-left:50px !important; }
/*	Margin
------------------------------------------------------------ */ 
.mt05 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt70 { margin-top:70px !important; }
.mt80 { margin-top:80px !important; }
.mt90 { margin-top:90px !important; }
.mt100 { margin-top:100px !important;}

.mr05 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 {	margin-right:15px !important;	}
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
.mr40 { margin-right:40px !important; }
.mr50 { margin-right:50px !important;	}
.mr60 {	margin-right:60px !important;	}
.mr70 {	margin-right:70px !important;	}
.mr80 {	margin-right:80px !important;	}
.mr90 {	margin-right:90px !important;	}
.mr100 {	margin-right:100px !important;	}

.mb01 {	margin-bottom:1px !important;	}
.mb05 {	margin-bottom:5px !important;	}
.mb10 {	margin-bottom:10px !important;	}
.mb15 {	margin-bottom:15px !important;	}
.mb20 {	margin-bottom:20px !important;	}
.mb30 {	margin-bottom:30px !important;	}
.mb40 {	margin-bottom:40px !important;	}
.mb50 {	margin-bottom:50px !important;	}
.mb60 {	margin-bottom:60px !important;	}
.mb70 {	margin-bottom:70px !important;	}
.mb80 {	margin-bottom:80px !important;	}
.mb90 {	margin-bottom:90px !important;	}
.mb100 { margin-bottom:100px !important;	}

.ml05 {	margin-left:5px !important;	}
.ml10 {	margin-left:10px !important;	}
.ml15 {	margin-left:15px !important;	}
.ml20 {	margin-left:20px !important;	}
.ml25 {	margin-left:25px !important;	}
.ml30 {	margin-left:30px !important;	}
.ml40 {	margin-left:40px !important;	}
.ml50 {	margin-left:50px !important;	}
.ml60 {	margin-left:60px !important;	}
.ml70 {	margin-left:70px !important;	}
.ml80 {	margin-left:80px !important;	}
.ml90 {	margin-left:90px !important;	}
.ml100 { margin-left:100px !important;	}
.ml120 { margin-left:120px !important;	}
.ml250 { margin-left:250px !important;	}

/* インフォメーション */
/* test用
.info {
  height: 1000px;
}
*/
/* フェードインで画像を表示 */
.fadein {
  opacity: 0;
  transition: all 1s;
  /*margin-bottom: 200px;*/
}
.fadein img {
  /*width: 100%;*/
  height: auto;
}
.fadein.show {
  opacity: 1;
}

/* 順番に画像を表示 */
/*
.order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 200px;
}
.order img {
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(100px);
}
.order img:nth-child(1) {
  transition: all 1s;
}
.order img:nth-child(2) {
  transition: all 1s 0.5s;
}
.order img:nth-child(3) {
  transition: all 1s 1s;
}
.order.show img {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .order {
    flex-direction: row;
  }
  .order img {
    width: 33.33%;
  }
}
*/

/* 白黒の要素がスライドした後に画像を表示 */
/*
.slide {
  position: relative;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 200px;
}
.slide::before,
.slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide::before {
  z-index: 10;
  background-color: #fff;
  transition: all 0.5s 0.5s;
}
.slide::after {
  z-index: 20;
  background-color: #000;
  transition: all 0.5s;
}
.slide img {
  width: 100%;
  height: auto;
}
.slide.show {
  opacity: 1;
}
.slide.show::before {
  transform: translateX(100%);
}
.slide.show::after {
  transform: translateX(100%);
}
*/
/* アニメーション開始位置の目印 */
/*
.trigger {
  position: fixed;
  top: 50%;
  right: 0;
  width: 100px;
  height: 0;
  border-bottom: 1px solid #000;
}
*/

/*	Body
------------------------------------------------------------ */
img, object, embed, video {
	max-width: 100%;
}
html,body {
}
.disp {	display: inline; }
.pcv{ display:block; }
.spv{ display:none; }


body {
	margin:0 auto;
	color:#666;
	text-align:center;
}
iframe {
	width:100%;
	height:500px;
}
/* @end */


/* base */
/* ======================================================== */
header,
footer,
#sogo_gnav,
#about,
#parts,
#nayami,
#difference,
#reason,
#price,
#pay,
#flow,
#flow_base,
#introduct
{
	position:relative;
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
}
#header_base,
#sogo_gnav_base,
#footer_base,
#about_base,
#parts_base,
#nayami_base,
#difference_base,
#reason_base,
#price_base,
#pay_base,
#faq,
#faq_base,
#introduct_base,
.banner
{
	position:relative;
	clear:both;
	width:1100px;
	margin:0 auto;
}
/* @end */

/* @Header
------------------------------------------------------------ */
header {
	background-color:#BEBAB4;
	position:fixed;
	z-index:999;
	height:110px;
}
#header_base h1{
	font-size: 0.5em;
	line-height: 1;
	color:#FFF;
	text-align: left;
}
#header_base .logo{
	float:left;
	width:379px;
	line-height:0;
	font-size:0;
	padding:10px 0 20px 0;
}
#head_nav{
	position:relative;
	float:right;
}
#head_tel,
#head_inquiry{
	margin:0;
	margin:15px 0 10px 12px;
	float:right;
}
.spmenu{ display:none; }
/* @end */

/* @mainimg
------------------------------------------------------------ */
.mainimg {
	clear:both;
	display:block;
	margin:0 auto;
	background-image:url("../../img/main_image_bg.png");
	background-repeat:repeat-x;
	background-position:center 110px;
	padding-top: 110px;
}
/* @end */

/* @group video_area
------------------------------------------------------------ */
#video_area
{
	position: relative;
	clear:both;
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	margin-bottom: 3em;
}
#video_area iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* @end */

/* @group common nav
------------------------------------------------------------ */
#sogo_gnav {
	margin-bottom: 3em;
}
#sogo_gnav ul {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}
#sogo_gnav li {
	float:left;
	width:19%;
	height: 120px;
	margin-bottom:1em;
	margin-right: 2px;
	text-align:center;
}
#sogo_gnav li a {
	display:block;
	background-color: #D9D7D3;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	padding:1.5em 0;
	cursor: pointer;
	font-size:15px;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
}
#sogo_gnav li:last-child {
	margin-right: 0;
}
/* @end */

/* @group textbox common
------------------------------------------------------------ */
/* about use */
.textbox_04 {
	margin:0 auto;
	width:90%;
	padding:1em;
	text-align:left;
}
/* //about use */
/* clinic use */
.textbox_07 {
	margin:0 auto;
	width:100%;
	border-top: 1px dotted #9C958C;
	border-bottom: 1px dotted #9C958C;
	padding: 0.5em 0;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.5;
	text-align:left;
}
.textbox_08 {
	margin:0 auto;
	width:80%;
	text-align:left;
	border-bottom: 1px solid #B6B8B3;
	padding-bottom: 1em;
	margin-bottom: 3em;
}
.textbox_09 {
	margin:0 auto;
	width:100%;
	background-color: #F9F4F0;
	padding:2em;
	margin-bottom:3em;
	text-align:left;
}
.textbox_10 {
	margin:0 auto;
	width:70%;
	background-color: #F9F4F0;
	padding:2em;
	margin-bottom:3em;
	text-align:left;
}
/* //clinic use */
p {
	color:#999;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.5;
}
/* @end */

/* position: fixed でヘッダ固定するとアンカーがズレる。直す。
------------------------------------------------------------ */
#about, #parts, #nayami, #difference, #reason, #price, #flow, #faq, #introduct {
	margin-top: -110px;/* ヘッダの高さ = 110px */
	padding-top: 110px;/* ヘッダの高さ = 110px */
}
/* @end */

/* @section about
------------------------------------------------------------ */
#about {
	margin-bottom: 10em;
}
/* @end */

/* @section parts
------------------------------------------------------------ */
#parts {
	background-color: #F9F4F0;
}
#parts h2 {
	margin-bottom: 2em;
}
#parts h3 {
	display: block;
	margin: 0 auto;
	background-color: #CCA989;
	border-radius: 10px;
	padding: 1em 0;
	margin-bottom: 2em;
	color:#FFF;
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
}
/* @end */

/* @section nayami
------------------------------------------------------------ */
#nayami {
	margin-bottom: 10em;
}
/* @end */

/* @section difference
------------------------------------------------------------ */
#difference {
	background-color: #F9F4F0;
	padding-bottom: 10em;
}
table.table_style {
	margin:0 auto;
	width:100%;
	background-color:#F9F4F0;
	border-spacing:20px;
}
table.table_style th.th00 {
	padding: 1em 0;
	font-size:1.2em;
	color:#FFF;
	background-color:#DDD;
	line-height: 1.2;
	text-align:center;
}
table.table_style th.th01 {
	padding: 1em 0;
	font-size:1.2em;
	color:#FFF;
	background-color:#E67770;
	line-height: 1.2;
	text-align:center;
}
table.table_style th.th02 {
	padding: 1em 0;
	font-size:1.2em;
	color:#FFF;
	background-color:#AAA;
	line-height: 1.2;
	text-align:center;
}
table.table_style th.th03 {
	padding: 1em 0;
	font-size:1.2em;
	color:#999;
	background-color:#F8F8F8;
	line-height: 1.2;
	text-align:center;
}
table.table_style td.td01 {
	padding: 1em 0;
	color:#BB2720;
	background-color:#FDDEDD;
	text-align: center;
}
table.table_style td.td02 {
	padding: 1em 0;
	color:#000;
	background-color:#FFF;
	text-align: center;
}
/* @end */


/* @section reason
------------------------------------------------------------ */
#reason {
	margin-bottom: 5em;
}
#reason h2 {
	margin-bottom: 2em;
}
#reason h3 {
	display: block;
	clear:both;
	margin: 0 auto;
	background-color: #CCA989;
	box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086);
	border-radius: 10px;
	padding: 0.5em;
	margin-bottom: 1em;
	color:#FFF;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: left;
}
#reason .circle{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #FFF;
	color: #CCA989;
	font-size: 25px;
	text-align:center;
	line-height: 50px;
	margin-right: 10px;
}
#reason p {
	text-align: left;
}
/* @end */

/* @section price
------------------------------------------------------------ */
#price {
	margin-bottom: 5em;
	padding-bottom: 5em;
}
#price h2 {
	margin-bottom: 2em;
}
table.table_style2 {
	margin:0 auto;
	width:100%;
	background-color:#D3E2E2;
	border-spacing: 2px;
	border: 10px solid #D3E2E2;
}
table.table_style2 th.th01 {
	padding: 1em 0 1em 3em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#EAEAE3;
	border-right:1px dashed #B48050;
	border-bottom:1px dashed #B48050;
	line-height: 1.2;
	text-align:left;
}
table.table_style2 th.th02 {
	padding: 1em 0 1em 3em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#E8F0F0;
	border-right:1px dashed #B48050;
	border-bottom:1px dashed #B48050;
	line-height: 1.2;
	text-align:left;
}
table.table_style2 td.td01 {
	padding: 1em 3em 1em 1em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#FFF;
	border-bottom:1px dashed #B48050;
	text-align: right;
}
table.table_style2 td.td02 {
	padding: 1em 3em 1em 1em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#F5FCFD;
	border-bottom:1px dashed #B48050;
	text-align: right;
}
/* @end */

/* @section pay 2025-07-07 add */
#pay {
	background-color: #E1DCD1;
	padding: 100px 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
#pay h2 {
	margin-bottom: 2em;
}
#pay .text {
  line-height: 1.5;
  margin-bottom: 50px;
}
#pay ul {
	display:block;
	margin: 0 auto;
	padding: 0;
	width:90%;
}
#pay .list li {
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #FFF;
  padding: 50px;
}
#pay .list li:last-child {
  margin-bottom: 0;
}
#pay .list li {
  text-align: center;
  margin-bottom: 25px;
}
#pay .list li p {
  text-align: center;
  margin-bottom: 25px;
}
#pay .list img {
  width:inherit;	
  max-height: 75px;
}
#pay .list p img {
  height: inherit;
}
/* @end */

/* @section flow
------------------------------------------------------------ */
#flow {
	background-color:#F9F4F0;
	padding-bottom: 5em;
	margin-bottom: 5em;
}
#flow .triangle {
    display: block;
	margin:0 auto;
    width: 0;
    height: 0;
    border-top: 40px solid #D9E139;
    border-right: 60px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid transparent;
	margin-bottom:-20px;
}
/* @end */



/* @group faq
------------------------------------------------------------ */
#faq ul {
	padding:0;
	margin-bottom:5em;
	margin:0 auto;
}
#faq ul li {
	text-align:left;
}
.question {
	clear:both;
	background-color:#9C958C;
	
	-moz-border-radius:5em;
	-webkit-border-radius:5em;
	border-radius:5em;
	padding:1em;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
}
.answer {
	clear:both;
	background-color:#FFF;
	padding:1em;
	color:#000;
	font-size:1em;
	line-height:2;
	font-weight:normal;
}
span.q {
	display:inline-block;
	float:left;
	font-size:2em;
	color:#FFF;
	line-height:0;
	font-weight:bold;
	padding-top:0.25em;
	padding-right:0.5em;
}
span.a {
	display:inline-block;
	float:left;
	font-size:2em;
	color:#E77770;
	line-height:0;
	font-weight:bold;
	padding-top:0.5em;
	padding-right:0.5em;
	padding-bottom:2em;
}
/* @end */


/* @section introduct
------------------------------------------------------------ */
#introduct h2 {
	background-color:#CCA989;
	color: #FFF;
	font-size:2.5em;
	line-height: 1;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding:1em 0;
	margin-bottom:1em;
}
#introduct h3 {
	clear:both;
	display:block;
	margin:0 auto;
	width:90%;
	background-color: #F9F4F0;
	border:2px solid #CCA989;
	color:#CCA989;
	font-size:2em;
	line-height: 1;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding:0.5em 0;
	margin-bottom:1em;
}
#introduct h4 {
	clear:both;
	display:block;
	margin:0 auto;
	width:80%;
	border-top:1px solid #C7A07C;
	border-bottom:1px solid #C7A07C;
	color:#C7A07C;
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	padding:1em 0;
	margin-bottom: 2em;
}
#introduct p {
	color:#666;
	font-weight:normal;
	font-size:1em;
	line-height:1.5;
	text-align:left;
}
table {
}
td.td40 {
	width:40%;
	vertical-align:top;
}
td.td60 {
	width:60%;
	vertical-align:top;
}
/* @end */

/* &banner
------------------------------------------------------------ */
.banner {
	margin-bottom:5em;
}
.banner ul {
	padding:0;
	margin:0;
}
.banner li {
	display: inline-block;
	width: 46%;
	padding:10px;
}  
/* @end */

/* @dl
------------------------------------------------------------ */
dl.dlstyle_01 {
    overflow: hidden;
    zoom: 1;
}
dl.dlstyle_01 dt {

    float: left;
	color:#B88659;
    clear: both;
    font-weight: bold;
}
dl.dlstyle_01 dd {
    margin: 0 0 5px 150px;
}
dl.dlstyle_02 {
    overflow: hidden;
    zoom: 1;
}
dl.dlstyle_02 dt {
	background-color: #999;
    width: 110px;
    float: left;
	color:#FFF;
    clear: both;
    font-weight: bold;
	text-align: center;
}
dl.dlstyle_02 dd {
    margin: 0 0 1em 120px;
	color:#666;
}
/* @end */

/* @ul
------------------------------------------------------------ */
ul.ulstyle_01 {}
ul.ulstyle_01 li {
	list-style-type: disc;
}
/* @end */

/* @group inside link
------------------------------------------------------------ */
.inside_link img {
    width: 28%;    /* 横幅を割合で指定 */
    height: auto;  /* 高さは自動指定 */
	margin-top:2em;
	margin-bottom:0;
}
/* @end */

/* @group copy right
------------------------------------------------------------ */
.copy{
	display: block;
	margin: 0 auto;
	color:#938C82;
	font-size: 1em;
	line-height: 1;
	padding-bottom: 1em;
	text-align: center;
}
/* @end */

/* @footer
------------------------------------------------------------ */
footer {
	background-color:#9C958C;
}
#footer_base .footer_inq {
	display:none;
}
#footer_base .logo{
	float:left;
	width:379px;
	line-height:0;
	font-size:0;
	padding:10px 0 0 0;
}
#foot_nav{
	position:relative;
	float:right;
}
#foot_tel,
#foot_inquiry{
	margin:0;
	margin:15px 0 0 12px;
	float:right;
}
/* spnav */
#spfoot_tel,
#spfoot_mail
{
	display: none;
}
#foot_end{
	position:relative;
	clear:both;
}
/* @end */

/* @group page top
------------------------------------------------------------ */
.page_top {
	position:fixed;
	bottom:0;
	right:0;
}
/* @end */

/* sns instagram
---------------------------------------------------------- */	
.snsBtn {
    position: fixed;
	right:0;
	bottom: 300px;
	z-index:9;
}
/* @end */

/* @footer end */


/* 1100px -> 768 -------------------------------------------------------------- */
@media screen and (max-width:1100px){
.pcv{ display:block; }
.spv{ display:none; }
.spmenu{ display:none; }
/* base */
/* ======================================================== */
header,
#header_base,
#sogo_gnav,
#sogo_gnav_base,
footer,
#footer_base,
#about,
#about_base,
#parts,
#nayami,
#difference,
#reason,
#price,
#pay,	
#flow,
#flow_base,
#faq,
#introduct,
#introduct_base,
.copy
{
	position:relative;
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
}
#parts_base,
#nayami_base,
#difference_base,
#reason_base,
#price_base,
#pay_base,	
#faq_base,
.banner
{
	position:relative;
	clear:both;
	width:90%;
	margin:0 auto;
}
/* @end */

/* @group common
------------------------------------------------------------ */
p {
	color:#999;
	font-weight:bold;
	font-size:1em;
	line-height:1.5;
}
/* @end */

/* @Header
------------------------------------------------------------ */
header {
	background-color:#BEBAB4;
	position:fixed;
	z-index:999;
	height:80px;
}
#header_base .logo{
	width: 80%;
	padding: 0 5% 0 0;
	text-align: center;
	margin: 0 auto;
	float: none;
}
#header_base h1{
	display: none;
}
#head_tel,
#head_inquiry{
	display: none;
}
#head_nav{
	height: 0;
	display: none;
}
/* spnav */
#sphead_tel,
#sphead_mail{
	display: none;
}
/* @end */	
	
/* @mainimg
------------------------------------------------------------ */
.mainimg {
	clear:both;
	display:block;
	margin:0 auto;
	background-image:none;
	padding-top: 80px;
}
/* @end */	
	
/* common navi
------------------------------------------------------------ */
#sogo_gnav {
	margin-bottom: 1em;
}
#sogo_gnav ul {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}
#sogo_gnav li {
	float:left;
	width:19%;
	height: 120px;
	margin-bottom:1em;
	margin-right: 2px;
	text-align:center;
}
#sogo_gnav li a {
	display:block;
	background-color: #D9D7D3;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	padding:1.5em 0;
	cursor: pointer;
	font-size:15px;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
}
#sogo_gnav li:last-child {
	margin-right: 0;
}
/* @end */

/* position: fixed でヘッダ固定するとアンカーがズレる。直す。
------------------------------------------------------------ */
#about, #parts, #nayami, #difference, #reason, #price, #flow, #faq, #introduct {
	margin-top: -80px;/* ヘッダの高さ = 80px */
	padding-top: 80px;/* ヘッダの高さ = 80px */
}
/* @end */

/* @section about
------------------------------------------------------------ */
#about {
	margin-bottom: 10em;
}
/* @end */
	
/* @section parts
------------------------------------------------------------ */
/*
#parts {
	background-color: #F9F4F0;
}
#parts h2 {
	margin-bottom: 2em;
}
#parts h3 {
	display: block;
	margin: 0 auto;
	background-color: #CCA989;
	border-radius: 10px;
	padding: 1em 0;
	margin-bottom: 2em;
	color:#FFF;
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
}
*/
/* @end */
	
/* @section nayami
------------------------------------------------------------ */
#nayami {
	margin-bottom: 10em;
}
/* @end */
	
/* @section difference
------------------------------------------------------------ */
#difference {
	background-color: #F9F4F0;
	padding-bottom: 10em;
}
/*
table.table_style {
	margin:0 auto;
	width:100%;
	background-color:#F9F4F0;
	border-spacing:20px;
}
table.table_style th.th00 {
	padding: 1em 0;
	font-size:1.2em;
	color:#FFF;
	background-color:#DDD;
	line-height: 1.2;
	text-align:center;
}
table.table_style th.th01 {
	padding: 1em 0;
	font-size:1.2em;
	color:#FFF;
	background-color:#E67770;
	line-height: 1.2;
	text-align:center;
}
table.table_style th.th02 {
	padding: 1em 0;
	font-size:1.2em;
	color:#FFF;
	background-color:#AAA;
	line-height: 1.2;
	text-align:center;
}
table.table_style th.th03 {
	padding: 1em 0;
	font-size:1.2em;
	color:#999;
	background-color:#F8F8F8;
	line-height: 1.2;
	text-align:center;
}
table.table_style td.td01 {
	padding: 1em 0;
	color:#BB2720;
	background-color:#FDDEDD;
	text-align: center;
}
table.table_style td.td02 {
	padding: 1em 0;
	color:#000;
	background-color:#FFF;
	text-align: center;
}
*/
/* @end */


/* @section reason
------------------------------------------------------------ */
#reason {
	margin-bottom: 5em;
}
#reason h2 {
	margin-bottom: 2em;
}
#reason h3 {
	/*
	display: block;
	clear:both;
	margin: 0 auto;
	background-color: #CCA989;
	*/
	box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086);
	border-radius: 5px;
	/*
	padding: 0.5em;
	margin-bottom: 2em;
	color:#FFF;
	*/
	font-size: 20px;
	line-height: 20px;
	/*
	font-weight: bold;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: left;
	*/
}
/*
#reason .circle{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #FFF;
	color: #CCA989;
	font-size: 25px;
	text-align:center;
	line-height: 50px;
	margin-right: 10px;
}
#reason p {
	text-align: left;
}
*/
/* @end */

/* @section price
------------------------------------------------------------ */
#price {
	margin-bottom: 5em;
	padding-bottom: 5em;
}
/*
#price h2 {
	margin-bottom: 2em;
}
table.table_style2 {
	margin:0 auto;
	width:100%;
	background-color:#D3E2E2;
	border-spacing: 2px;
	border: 10px solid #D3E2E2;
}
table.table_style2 th.th01 {
	padding: 1em 0 1em 3em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#EAEAE3;
	border-right:1px dashed #B48050;
	border-bottom:1px dashed #B48050;
	line-height: 1.2;
	text-align:left;
}
table.table_style2 th.th02 {
	padding: 1em 0 1em 3em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#E8F0F0;
	border-right:1px dashed #B48050;
	border-bottom:1px dashed #B48050;
	line-height: 1.2;
	text-align:left;
}
table.table_style2 td.td01 {
	padding: 1em 3em 1em 1em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#FFF;
	border-bottom:1px dashed #B48050;
	text-align: right;
}
table.table_style2 td.td02 {
	padding: 1em 3em 1em 1em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#F5FCFD;
	border-bottom:1px dashed #B48050;
	text-align: right;
}
*/
/* @end */
	
/* @section pay 2025-07-07 add */
#pay {
	/*
	background-color: #E1DCD1;
	padding: 100px 0;
	margin-top: 50px;
	margin-bottom: 50px;
	*/
	margin-top: 0;
	margin-bottom: 5em;
	padding-top: 5em;
	padding-bottom: 5em;
}
/*	
#pay h2 {
	clear: both;
	margin:0 auto;
	background-color: #F3F9FC;
	border:5px solid #8BC1DF;
	-moz-border-radius:5em;
	-webkit-border-radius:5em;
	border-radius:5em;
	color:#8BC1DF;
	font-size:3em;
	font-feature-settings: "palt";
	padding:0.25em 0;
	margin-top:1em;
	margin-bottom:0.5em;
	text-align:center;
}

#pay .text {
  line-height: 1.5;
  margin-bottom: 50px;
}
#pay ul {
	display:block;
	margin: 0 auto;
	padding: 0;
	width:90%;
}
#pay .list li {
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #FFF;
  padding: 50px;
}
#pay .list li:last-child {
  margin-bottom: 0;
}
#pay .list li {
  text-align: center;
  margin-bottom: 25px;
}
#pay .list li p {
  text-align: center;
  margin-bottom: 25px;
}
#pay .list li figure {
  text-align: center;
}

#pay .list figure img {
  height: 75px;
}
*/	
/* @end */	

/* @section flow
------------------------------------------------------------ */
#flow {
	background-color:#F9F4F0;
	padding-bottom: 5em;
	margin-bottom: 5em;
}
/*
#flow .triangle {
    display: block;
	margin:0 auto;
    width: 0;
    height: 0;
    border-top: 40px solid #D9E139;
    border-right: 60px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid transparent;
	margin-bottom:-20px;
}
*/
/* @end */



/* @group faq
------------------------------------------------------------ */
/*
#faq ul {
	padding:0;
	margin-bottom:5em;
	margin:0 auto;
}
#faq ul li {
	text-align:left;
}
.question {
	clear:both;
	background-color:#9C958C;
	-moz-border-radius:5em;
	-webkit-border-radius:5em;
	border-radius:5em;
	padding:1em;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
}
.answer {
	clear:both;
	background-color:#FFF;
	padding:1em;
	color:#000;
	font-size:1em;
	line-height:2;
	font-weight:normal;
}
span.q {
	display:inline-block;
	float:left;
	font-size:2em;
	color:#FFF;
	line-height:0;
	font-weight:bold;
	padding-top:0.25em;
	padding-right:0.5em;
}
span.a {
	display:inline-block;
	float:left;
	font-size:2em;
	color:#E77770;
	line-height:0;
	font-weight:bold;
	padding-top:0.5em;
	padding-right:0.5em;
	padding-bottom:2em;
}
*/
/* @end */


/* @section introduct
------------------------------------------------------------ */
#introduct h2 {
	/*
	background-color:#CCA989;
	color: #FFF;
	*/
	font-size:2em;
	/*
	line-height: 1;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding:1em 0;
	margin-bottom:1em;
	*/
}
/*
#introduct h3 {
	clear:both;
	display:block;
	margin:0 auto;
	width:90%;
	background-color: #F9F4F0;
	border:2px solid #CCA989;
	color:#CCA989;
	font-size:2em;
	line-height: 1;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding:0.5em 0;
	margin-bottom:1em;
}
#introduct h4 {
	clear:both;
	display:block;
	margin:0 auto;
	width:80%;
	border-top:1px solid #C7A07C;
	border-bottom:1px solid #C7A07C;
	color:#C7A07C;
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	padding:1em 0;
	margin-bottom: 2em;
}
#introduct p {
	color:#666;
	font-weight:normal;
	font-size:1em;
	line-height:1.5;
	text-align:left;
}
table {
}
td.td40 {
	width:40%;
	vertical-align:top;
}
td.td60 {
	width:60%;
	vertical-align:top;
}
*/
/* @end */	

/* &banner
------------------------------------------------------------ */
.banner {
	margin-bottom:5em;
}
.banner ul {
	padding:0;
	margin:0;
}
.banner li {
	display: inline-block;
	width: 46%;
	padding:10px;
}  
/* @end */
	
/* @group copy right
------------------------------------------------------------ */
.copy {
	display: block;
	margin: 0 auto;
	color:#938C82;
	font-size: 1em;
	line-height: 1;
	padding-bottom: 100px;
	text-align: center;
}
/* @end */

/* @footer
------------------------------------------------------------ */
footer {
	background-color:#BEBAB4;
	position: fixed;
    bottom: 0;
    width: 100%;
    height:90px;
}
#footer_base .logo {
	display:none;
}
#foot_tel,
#foot_inquiry{
	display: none;
}
#footer_base .footer_inq {
	display:block;
}
#footer_base .footer_inq ul{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}
#footer_base .footer_inq li{
	float:left;
	width:40%;
	background-color:#FFF;
	border-radius: 0.3em;
	margin:5px 0 0 0;
}
#footer_base .footer_inq li a{
	text-align:center;
	display:block;
	padding:2px 0;
	cursor: pointer;
}
#foot_nav{
	height: 0;
	display: none;
}
/* @end */	

/* @group page top
------------------------------------------------------------ */
.page_top {
	position:fixed;
	bottom:120px;
	right:0;
}
/* @end */
	
/* sns instagram
---------------------------------------------------------- */	
.snsBtn {
    position: fixed;
	right:0;
	bottom: 300px;
	z-index:9;
}
.snsBtn img {
	width: 90px;
}
/* @end */	

/* ---------------------------- */	
}



/* スマホ設定　768px
------------------------------------------------------------ */
@media screen and (max-width:768px) {
html,body {
	background-color:#FFF;
	min-width:100%;
	/*font-size : 87.5%;*/
	font-size : 92%;
}
.pcv{ display:none; }
.spv{ display:block; }
.spmenu{ display:block; }

/*	scale
------------------------------------------------------------ */
.img_zoom60 {zoom: 60%;}
.img_zoom70 {zoom: 70%;}
	
.pl50 { padding-left:0 !important; }
.font169 { font-size:1.1em; }
.fl { float:none; padding-right:0; }
.fr { float:none; padding-left:0; }

/* base */
/* ======================================================== */
header,
#header_base,
#sogo_gnav,
#sogo_gnav_base,
footer,
#footer_base,
#about,
#about_base,
#parts,
#nayami,
#difference,
#reason,
#price,
#pay,	
#flow,
#faq,
#introduct,
.copy
{
	position:relative;
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
}
#internal_base,
.internal_nav,
#parts_base,
#nayami_base,
#difference_base,
#reason_base,
#price_base,
#pay_base,	
#flow_base,
#faq_base,
#introduct_base,
.banner
{
	position:relative;
	clear:both;
	width:95%;
	margin:0 auto;
}
/* @end */
header {
	height:0;
}
#header_base .logo{
	float:none;
	position:fixed;
	font-size:1.5em;
	font-weight:bold;
	line-height:0;
	padding:30px 0 0 30px;
	/*z-index:998;*/
}
#header_base .logo a {
	text-decoration:none;
	color: #fff;
}
#sogo_gnav{
	display:none;
}
/* @end */
	
/* @group textbox common
------------------------------------------------------------ */
/* about use */
/*
.textbox_04 {
	margin:0 auto;
	width:90%;
	padding:1em;
	text-align:left;
}
*/
/* //about use */
/* clinic use */
/*
.textbox_07 {
	margin:0 auto;
	width:100%;
	border-top: 1px dotted #9C958C;
	border-bottom: 1px dotted #9C958C;
	padding: 0.5em 0;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.5;
	text-align:left;
}
*/
.textbox_08 {
	margin:0 auto;
	width:100%;
	text-align:left;
	border-bottom: 1px solid #B6B8B3;
	padding-bottom: 1em;
	margin-bottom: 3em;
}
.textbox_09 {
	margin:0 auto;
	width:90%;
	background-color: #F9F4F0;
	padding:0.5em;
	margin-bottom:3em;
	text-align:left;
}
.textbox_10 {
	margin:0 auto;
	width:90%;
	background-color: #F9F4F0;
	padding:0.5em;
	margin-bottom:3em;
	text-align:left;
}
/* //clinic use */
/*
p {
	color:#999;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.5;
}
*/
/* @end */


/* position: fixed でヘッダ固定するとアンカーがズレる。直す。
------------------------------------------------------------ */
#about, #parts, #nayami, #difference, #reason, #price, #flow, #faq, #introduct {
	margin-top: -60px;
	padding-top: 60px;
}
/* @end */



/* @mainimg
------------------------------------------------------------ */
.mainimg {
	padding-top:60px;
}
/* @end */
	
/* @internal link
------------------------------------------------------------ */
#internal_base .internal_nav {
	display:block;
	margin-top: 2em;
}
#internal_base .internal_nav ul{
	position:relative;
	clear:both;
	margin:0 auto;
	width:100%;
	margin-top:0;
	list-style:none;
}
#internal_base .internal_nav ul{
	margin:0;
	padding:0;
}
#internal_base .internal_nav li{
	float:left;
	width:49%;
	box-sizing: border-box;
	background-color:#E6ADA9;
	
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;	
	border-radius: 0.5em;
	margin:1px;
}
#internal_base .internal_nav li a{
	text-align:center;
	display:block;
	padding:0 0;
	cursor: pointer;
}
/* @end */	

/* @section about
------------------------------------------------------------ */
#about {
	margin-bottom:5em;
}
#about h2 {
	background-color:#E6ADA9;
	font-size:1.5em;
	color:#FFF;
	padding:1em 0;
	margin-bottom:1em;
}
#about h3 {
	clear:both;
	margin: 0 auto;
	background-color: none;
	box-shadow:none;
	border-radius: 0;
	padding: 0 1em;
	margin-bottom: 1em;
	color:#000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
	text-align: left;
}
#about .circle{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #CCA989;
	color: #FFF;
	font-size: 1em;
	text-align:center;
	line-height: 25px;
	margin-right: 10px;
}
#about img {
	display: block;
	margin: 0 auto;
	width: 70%;
	text-align: center;
}
/* @end */

/* @section parts
------------------------------------------------------------ */
#parts h2 {
	background-color:#E6ADA9;
	font-size:1.5em;
	color:#FFF;
	padding:1em 0;
	margin-bottom:1em;
}
#parts h3 {
	display: block;
	margin: 0 auto;
	background-color: #CCA989;
	border-radius: 2px;
	padding: 1em 0;
	margin-bottom: 2em;
	color:#FFF;
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
	text-align: center;
}
/* @end */	
	
/* @section nayami
------------------------------------------------------------ */
#nayami {
	margin-bottom:10em;
}
#nayami h2 {
	background-color:#E6ADA9;
	font-size:1.5em;
	color:#FFF;
	padding:1em 0;
	margin-bottom:1em;
}
/* @end */	
	
/* @section difference
------------------------------------------------------------ */
#difference {
	background-color: #F9F4F0;
	padding-bottom: 5em;
}
#difference h2 {
	background-color:#E6ADA9;
	font-size:1.5em;
	color:#FFF;
	padding:1em 0;
	margin-bottom:1em;
}
table.table_style {
	margin:0 auto;
	width:100%;
	background-color:#F9F4F0;
	border-spacing:5px;
}
/*
table.table_style th.th00 {
	padding: 1em 0;
	font-size:1.2em;
	color:#FFF;
	background-color:#DDD;
	line-height: 1.2;
	text-align:center;
}
table.table_style th.th01 {
	padding: 1em 0;
	font-size:1.2em;
	color:#FFF;
	background-color:#E67770;
	line-height: 1.2;
	text-align:center;
}
table.table_style th.th02 {
	padding: 1em 0;
	font-size:1.2em;
	color:#FFF;
	background-color:#AAA;
	line-height: 1.2;
	text-align:center;
}
table.table_style th.th03 {
	padding: 1em 0;
	font-size:1.2em;
	color:#999;
	background-color:#F8F8F8;
	line-height: 1.2;
	text-align:center;
}
table.table_style td.td01 {
	padding: 1em 0;
	color:#BB2720;
	background-color:#FDDEDD;
	text-align: center;
}
table.table_style td.td02 {
	padding: 1em 0;
	color:#000;
	background-color:#FFF;
	text-align: center;
}
*/
/* @end */		
	
/* @section reason
------------------------------------------------------------ */
#reason {
	margin-bottom: 5em;
}
#reason h2 {
	background-color:#E6ADA9;
	font-size:1.5em;
	color:#FFF;
	padding:1em 0;
	margin-bottom:1em;
}
#reason h3 {
	display: block;
	clear:both;
	margin: 0 auto;
	background-color: #CCA989;
	box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086);
	border-radius: 5px;
	padding: 0.5em;
	margin-bottom: 1em;
	color:#FFF;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
	text-align: left;
}
#reason .circle{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #FFF;
	color: #CCA989;
	font-size: 1em;
	text-align:center;
	line-height: 25px;
	margin-right: 10px;
}
#reason p {
	text-align: left;
}
#reason img {
	display: block;
	margin: 0 auto;
	width: 70%;
	text-align: center;
}
/* @end */

/* @section price
------------------------------------------------------------ */
#price {
	margin-bottom: 5em;
}
#price h2 {
	background-color:#E6ADA9;
	font-size:1.5em;
	color:#FFF;
	padding:1em 0;
	margin-bottom:1em;
}
table.table_style2 {
	margin:0 auto;
	width:100%;
	background-color:#D3E2E2;
	border-spacing: 2px;
	border: 10px solid #D3E2E2;
}
table.table_style2 th.th01 {
	padding: 1em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#EAEAE3;
	border-right:1px dashed #B48050;
	border-bottom:1px dashed #B48050;
	line-height: 1.2;
	text-align:left;
}
table.table_style2 th.th02 {
	padding: 1em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#E8F0F0;
	border-right:1px dashed #B48050;
	border-bottom:1px dashed #B48050;
	line-height: 1.2;
	text-align:left;
}
table.table_style2 td.td01 {
	padding: 1em ;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#FFF;
	border-bottom:1px dashed #B48050;
	text-align: right;
}
table.table_style2 td.td02 {
	padding: 1em;
	font-size:1.2em;
	color:#5E4C39;
	background-color:#F5FCFD;
	border-bottom:1px dashed #B48050;
	text-align: right;
}
/* @end */
	
/* @section pay 2025-07-07 add*/

#pay {
	background-color: #E1DCD1;
	padding: 50px 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
#pay h2 {
	background-color:#E6ADA9;
	font-size:1.5em;
	color:#FFF;
	padding:1em 0;
	margin-bottom:1em;
}
#pay .text {
  line-height: 1.5;
  margin-bottom: 50px;
}
#pay ul {
	/*
	display:block;
	margin: 0 auto;
	padding: 0;
	*/
	width:95%;
}	
#pay .list li {
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: #FFF;
  padding: 15px;
}
#pay .list li:last-child {
  margin-bottom: 0;
}
#pay .list li  {
  text-align: center;
  margin-bottom: 25px;
}
#pay .list li p {
  text-align: center;
  margin-bottom: 25px;
}
#pay .list img {
  width:inherit;	
  max-height: 10vh;
}
#pay .list p img {
  height: inherit;
}
/* @end */		

/* @section flow
------------------------------------------------------------ */
#flow {
	background-color:#F9F4F0;
	padding-bottom: 5em;
	margin-bottom: 5em;
}
#flow h2 {
	background-color:#E6ADA9;
	font-size:1.5em;
	color:#FFF;
	padding:1em 0;
	margin-bottom:1em;
}
#flow h3 {
	display: block;
	margin: 0 auto;
	background-color: #9C958C;
	border-radius: 2px;
	padding: 1em 0;
	margin-bottom: 2em;
	color:#FFF;
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
	text-align: center;
}
#flow h3 span {
	display: inline-block;
	width: 100px;
	height: 20px;
	border-radius: 0.5em;
	background-color: #FFF;
	color: #9C958C;
	font-size: 0.7em;
	text-align:center;
	line-height: 20px;
	margin-right: 10px;
}
#flow .triangle {
    display: block;
	margin:0 auto;
    width: 0;
    height: 0;
    border-top: 40px solid #9C958C;
    border-right: 60px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid transparent;
	margin-bottom:-20px;
}
/* @end */



/* @group faq
------------------------------------------------------------ */
#faq h2 {
	background-color:#E6ADA9;
	font-size:1.5em;
	color:#FFF;
	padding:1em 0;
	margin-bottom:1em;
}
#faq ul {
	padding:0;
	margin-bottom:5em;
	margin:0 auto;
}
#faq ul li {
	text-align:left;
}
.question {
	clear:both;
	background-color:#9C958C;
	
	-moz-border-radius:5em;
	-webkit-border-radius:5em;
	border-radius:5em;
	padding:1em;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
}
.answer {
	clear:both;
	background-color:#FFF;
	padding:1em;
	color:#000;
	font-size:1em;
	line-height:2;
	font-weight:normal;
}
span.q {
	display:inline-block;
	float:left;
	font-size:1.5em;
	color:#FFF;
	line-height:0;
	font-weight:bold;
	padding-top:0.5em;
	padding-right:0.5em;
}
span.a {
	display:inline-block;
	float:left;
	font-size:1.5em;
	color:#E77770;
	line-height:0;
	font-weight:bold;
	padding-top:0.5em;
	padding-right:0.5em;
	padding-bottom:2em;
}
/* @end */

/* @section introduct
------------------------------------------------------------ */
#introduct h2 {
	background-color:#CCA989;
	color: #FFF;
	font-size:1.5em;
	line-height: 1;
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
	padding:1em 0;
	margin-bottom:1em;
}
#introduct h3 {
	clear:both;
	display:block;
	margin:0 auto;
	width:90%;
	background-color: #F9F4F0;
	border:2px solid #CCA989;
	color:#CCA989;
	font-size:1.2em;
	line-height: 1;
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
	padding:1em 0;
	margin-bottom:1em;
}
#introduct h4 {
	clear:both;
	display:block;
	margin:0 auto;
	width:90%;
	border-top:1px solid #C7A07C;
	border-bottom:1px solid #C7A07C;
	color:#C7A07C;
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	padding:1em 0;
	margin-bottom: 2em;
}
#introduct p {
	color:#666;
	font-weight:normal;
	font-size:1em;
	line-height:1.5;
	text-align:left;
}
#introduct table { width:100%; }
#introduct table td {
	display: block;
	width:100%;
}
#introduct table td img {
	width:70%;
	text-align: center;
}
#introduct td.td40 {
	width:100%;
	vertical-align:top;
}
#introduct td.td60 {
	width:100%;
	vertical-align:top;
}
/* @end */
	
/* &banner
------------------------------------------------------------ */
.banner {
	margin-bottom:2em;
}
.banner ul {
	/*font-size: 0;*/
	padding:0;
	margin:0;
}
.banner li {
	display: inline-block;
	width: 100%;
	padding:0 0 1em 0;
	text-align: center;
}
/* @end */

/* @dl
------------------------------------------------------------ */
dl.dlstyle_01 {
    overflow: hidden;
    zoom: 1;
}
dl.dlstyle_01 dt {
    float: left;
	color:#B88659;
    clear: both;
    font-weight: bold;
}
dl.dlstyle_01 dd {
    margin: 0 0 5px 120px;
}
dl.dlstyle_02 {
    overflow: hidden;
    zoom: 1;
}
dl.dlstyle_02 dt {
	background-color: #999;
    width: 120px;
    float: left;
	color:#FFF;
    clear: both;
    font-weight: bold;
	text-align: center;
}
dl.dlstyle_02 dd {
    margin: 0 0 1em 120px;
	color:#666;
}
/* @end */

/* @ul
------------------------------------------------------------ */
/*
ul.ulstyle_01 {}
ul.ulstyle_01 li {
	list-style-type: disc;
}
*/
/* @end */
	
/* @group copy right
------------------------------------------------------------ */
.copy{
	display: block;
	margin: 0 auto;
	color:#938C82;
	font-size: 1em;
	line-height: 1;
	padding-bottom: 5em;
	text-align: center;
}
/* @end */	

/* @footer
------------------------------------------------------------ */
footer {
	background-color:#BEBAB4;
	position: fixed;
    bottom: 0;
    width: 100%;
    height:60px;
}
#footer_base .logo img {
	display:none;
}
#footer_base .footer_inq {
	display:block;
}
#footer_base .footer_inq ul{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}
#footer_base .footer_inq li{
	float:left;
	width:45%;
	background-color:#FFF;
	border-radius: 0.3em;
	margin:5px 0 0 0;
}
#footer_base .footer_inq li a{
	text-align:center;
	display:block;
	padding:2px 0;
	cursor: pointer;
}
/* @end */
	
/* @group page top
------------------------------------------------------------ */
.page_top_sp {
	position:fixed;
	bottom:80px;
	right:0;
}
.page_top_sp img {
	/*width:70%;*/
	width:50px;
}
/* @end */	

/* @group instagram
------------------------------------------------------------ */
.snsBtn {
	position: fixed;
	right:0;
	bottom: 150px;
	z-index:9;
}
.snsBtn img {
	width:50px;
}
/* @end */

}