/***********************************

index3.css 

***********************************/
@charset "UTF-8";

/* font */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('/common/fonts/NotoSansCJKjp-Regular.eot');
    src: url('/common/fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('/common/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('/common/fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
}

/* main */
.main {
	padding: 0;
    font-family: 'Noto Sans Japanese';
    font-size: 14px;
    background: #fff;
}

.main .inner {
	margin-top: 0.8em;
	padding-bottom: 0;
	padding-right: 0.2em;
  padding-left: 0.4em;
}

p {
	margin: 0;
}
p > a{
	display: inline;
}
p + p,
p > a.link,
p + a.link,
p + ul.list_circle,
.img + p{
	margin-top: 1em;
}

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

.img.mw150 img{ max-width: 150px; }
.img.mw200 img{ max-width: 200px; }
.img.mw250 img{ max-width: 250px; }
.img.mw300 img{ max-width: 300px; }
.img.mw400 img{ max-width: 400px; }
.img.mw500 img{ max-width: 500px; }
.img.mw600 img{ max-width: 600px; }

p + h4.subtit{
	margin-top: 2em;
}

/* ---------------------------------------------------- naka -- */
.txt_pink {	color: #f06e80; }

.bold{font-weight: bold;}
/* ---------------------------------------------------- naka -- */
.taC { text-align: center!important; }



/* visual */
.visual {
	margin-bottom: -30px;
  padding: 28px 37px 60px;
	text-align: center;
	color: #fff;
	background: url(/common/images/index3/visual_bg01.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.visual p{
	max-width: 760px;
	margin: 0 auto;
}
.visual p:not(.visual_tit){
	margin-top: 1em;
}

.visual_tit {
	width: 90%;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 146%;
	line-height: 1.6;
   letter-spacing: 0.1em;
	text-align: center;
}
.visual_tit:before {
	display: inline-block;
	position: absolute;
	top: 7px;
	left: -37px;
	width: 27px;
	height: 21px;
	background: url(/common/images/index3/visual_icon01.png) no-repeat;
	-webkit-background-size: 27px auto;
	background-size: 27px auto;
	content: "";
}
.visual_tit:after {
	display: inline-block;
	position: absolute;
	bottom: 6px;
	right: -37px;
	width: 27px;
	height: 21px;
	background: url(/common/images/index3/visual_icon02.png) no-repeat;
	-webkit-background-size: 27px auto;
	background-size: 27px auto;
	content: "";
}

.visual_subtit {
	margin: 10px 0;
	text-align: center;
}

.visual_next {
	margin-top: 0!important;
	background: #fff;
}
.visual_next.inner {
	padding-top: 0!important;
}

/* accordion */
.accordion li {
	margin-bottom: 4px;
}

.accordion h2[class^="ac"] {
	position: relative;
	margin: 0;
	padding: 14px 14px 14px 50px;
	text-align: left;
	color: #64646e;
	font-size: 125%;
	line-height: 1.6;
	background: #f2f2f2;
}
.accordion :nth-child(2n) h2[class^="ac"] {
	background: #ffefe8;
}

.ac-open {
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: 15px;
	margin: auto;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #fff;
	line-height: 1;
	border-radius: 50%;
	background: #f06e80;
}

.fa-angle-up {
	line-height: 24px;
}
.fa-angle-down {
	line-height: 26px;
}

.accordion .ac-inner section[class^="content"] {
	background: none;
}

.accordion .ac-close {
	margin: 30px auto 10px;
	color: #fff;
}


/* -- breadcrumbs -- */
.breadcrumbs {
	text-align: center;
	font-size: 0;
}

.breadcrumbs li {
	display: inline-block;
	margin: .5em 20px;
	font-size: 14px;
}
/*
.breadcrumbs li:first-child {
	margin-left: 0;
}
.breadcrumbs li:last-child {
	margin-right: 0;
}
*/

.breadcrumbs a {
	position: relative;
	padding: 0 5px 1px 0;
	color: #555;
}
.breadcrumbs a:before {
	content: "・";
}
.breadcrumbs a:after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 1px;
	background: #555;
	content: "";
}


/* -- h -- */
/* h3 */
.main .h3 {
	position: relative;
	padding: 5px 0 7px 15px;
	text-align: left;
	font-size: 145%;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
}
.main .h3:before {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	margin: auto;
	width: 5px;
	background: #f06e80;
	content: "";
}
/* ---------------------------------------------------- naka -- */
/* h4 */

.h4_tit {
    margin-top: 15px;
    margin-bottom: 8px;    
    color: #f06e80;
    text-align: left;
    font-size: 115%;
    font-weight: bold;
}









/* -- tit -- */
/* tit_color */
.tit_color {
	margin-bottom: -30px;
	padding: 14px 0 45px;
	text-align: center;
	color: #fff;
	font-size: 150%;
	letter-spacing: 0.2em;
	background: #f06e80;
}

.tit_color_next {
	margin-top: 0!important;
}
.tit_color_next.inner {
	padding-top: 0!important;
}


/* -- subtit -- */
/* subtit */
.subtit {
  margin: 1em 0 0.2em;
  color: #f06e80;
	text-align: left;
	font-size: 115%;
	font-weight: bold;
}
.ac-inner section p + h3{
/*  margin-top: 1em;*/
	/*20190826 add by MSD*/
  /*  section内 p直後のh3に .mt-s をいれないですむように。glay_boxに影響しないように？ */
}

/* -- icon -- */
/* icon_under */
.icon_under {
	margin: 20px 0;
}

.icon_under img {
	margin: 0 auto;
	width: 50px;
	height: auto;
}


/* -- link -- */
/* link */
a.link {
	display: block;
	margin: 0.25em 0;		/*font-size:14; line-height: 1.5emの半分*/
	text-decoration: underline;
	color: #595757;
	
}
a.link:before {
	display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #595757;
    content: "";
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

/* txt_link */
.txt_link {
	text-decoration: underline;
}

/* -- img -- */
/* img */
.img {
	margin-top: 16px;
  font-size: 0;
}

.img img {
	margin: 0 auto;
	border: 1px solid #e6e6e6;
}


/* img_ba & img&txt */
.img_ba,
.img_txt {
	margin-top: 25px;
}
.img_before_outer,
.img_after_outer,
.img_n_txt_outer {
	text-align: center;
}

.img_before,
.img_after,
.img_n_txt {
	display: inline-block;
	position: relative;
	width: 100%;
}
.img_after,
.img_n_txt_outer:nth-child(2n) .img_n_txt {
	margin-top: 10px;
}
.txt_block .img_before,
.txt_block .img_after,
.txt_block .img_n_txt {
	display: block;
}

.img_before img,
.img_after img,
.img_n_txt img {
	margin: 0 auto;
	padding: 11px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
.img_before img {
	background: #e6e6e6;
}
.img_after img,
.img_n_txt img{
	background: #fae6dc;
}

.img_before span,
.img_after span,
.img_n_txt span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 14px 7px;
	color: #fff;
	font-size: 150%;
	background: #898989;
}
.img_before span {
	background: #898989;
}
.img_after span,
.img_n_txt span{
	background: #f06e80;
}
.txt_block .img_before span,
.txt_block .img_after span,
.txt_block .img_n_txt span{
	display: block;
	position: static;
}
.img_ba + p{
	margin-top: 1em;
}

.crm2 .img_after,
.crm2 .img_n_txt:nth-child(even) {
	margin-top: 0;
}
.crm2 .img_before img,
.crm2 .img_after img,
.crm2 .img_n_txt img{
	padding: 7px;
}


/* -- cap -- */
/* cap */
.cap {
/*	margin-top: 3px;*/
	margin-top: 1em;
	text-align: center;
	color: #f06e80;
	font-size: 86%;
}
.cap + p.img > img{	/*MSD*/
	margin-top: 1.5em;
}

.img_ba .cap,
.img_txt .cap {
	text-align: left;
}


/* -- list -- */
/*  list */
.list li {
	padding-left: 1em;
	text-indent: -1em;
}
.list li:before {
	content: "・";
}

/* list_circle */
.list_circle li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 16px;
}
.list_circle li:last-child {
	margin-bottom: 0;
}
.list_circle li:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f06e80;
	content: "";
}

/* list_caution */
.list_caution {
	margin-top: 10px;
}

.list_caution li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.list_caution li:before {
	padding-right: 0.2em;
	content: "※"
}


/* -- crm -- */
/* crm2 */
.crm2 > li {
	float: left;
	margin: 0 3% 0 0;
	width: 48.5%;
}
.crm2 > li:nth-child(2n) {
	margin-right: 0;
}
.crm2 + .cap{
	margin-top: 1em;
}

/* -- dl -- */
/* dl */
.dl dt h3 {
	margin: 0;
	padding: 12px 12px 0;
	text-align: left;
	color: #f06e80;
	font-size: 130%;
}
.dl dt:first-child h3 {
	padding-top: 0;
}

.dl dd {
	margin: 0;
	padding: 6px 12px 9px;
	font-size: 105%;
	border-bottom: 1px solid #9fa0a0;
}

/* dl_step */
.dl_step {
	margin: 0
}

.dl_step dt {
	padding: 10px 12px 12px;
	text-align: center;
	color: #fff;
	font-size: 140%;
	letter-spacing: 0.2em;
	border-radius: 8px 8px 0 0;
	background: #b18f81;
}

.dl_step dd {
	margin: 0;
	padding: 12px 0 0;
	color: #b18f81;
}

.dl_step_subtit {
	margin-bottom: 8px;
	text-align: center;
	font-size: 110%;
}


/* -- table -- */
/* table */
.table {
	width: 100%;
}

.table th,
.table td {
	border: 1px solid #e6e6e6;
}

.table th {
	text-align: left;
	background: #f2f2f2;
}
.table thead th {
	text-align: center;
}

/* add by miya 20190809 */
.tableTypeA{
  width: 100%; 
}
.tableTypeA caption {
  margin-top: 15px;
  margin-bottom: 8px;
  color: #f06e80;
  text-align: left;
  font-size: 115%;
  font-weight: bold;
}
.tableTypeA th{
  background: #f2f2f2;
  width: 40%;
}
.tableTypeA td{
  width: 60%;
}
.tableTypeA:not(:last-child){
	margin-bottom: 20px;
}

/* add by miya 20190821 */

/* thの背景色 */
.thStrong th{ background: #fcc; }

/* thの幅でtdの幅も決める */
.th20 th{ width: 20%;}
.th20 td{ width: 80%;}
.th20.col3 td{ width: 40%;}

.th30 th{ width: 30%;}
.th30 td{ width: 70%;}
.th30.col3 td{ width: 35%;}

.th50 th{ width: 50%;}
.th50 td{ width: 50%;}
.th50.col3 td{ width: 25%;}

.th60 th{ width: 60%;}
.th60 td{ width: 40%;}
.th60.col3 td{ width: 20%;}

.th70 th{ width: 70%;}
.th70 td{ width: 30%;}
.th70.col3 td{ width: 15%;}

.th80 th{ width: 80%;}
.th80 td{ width: 20%;}
.th80.col3 td{ width: 10%;}


/* add by miya 20191005 */

/* ------- 料金表 ----------- */

.price-list{	/* 料金section */

}
.price-list h2[class^="acs"]{
	margin-bottom: 4px;
}
.price-table{	/* 料金table */

}
.debug_bg1{
	background: #faa; color:#000;
}
.debug_del{
	text-decoration-line:line-through;
	text-decoration-style: double;
	text-decoration-color: #f00;
	background: #aaf; color:#000;
}
.debug_add{
/*
	text-decoration-line: underline;
	text-decoration-style: double;
	text-decoration-color: #00f;
*/
	background: #afa; color:#000;
}
.price-list h3.title{
	position: relative;
	margin-bottom: 16px;
	padding: 8px 9px 9px;
	text-align: center;
	color: #fff;
	font-size: 135%;
	background: #b18f81;
	
	
}
.price-list h3.title:before,
.price-list h3.title:after{
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	height: 1px;
	background: #fff;
	content: "";
}
.price-list h3.title:before{
	top: 1px;
}
.price-list h3.title:after{
	bottom: 1px;
}
.price-list p.cap + h3.title{
/*	キャプション直後の h3 */
	margin-top: 40px;
}
.price-list h4.title{
	margin: 20px 0 5px;
	padding: .5em 1em;
	text-align: left;
	color: #f06e80;
	font-size: 110%;
	border-left: .5em solid #f06e80;
}
.price-list h4.title + .price-table{
	/*	h4直後の table */
	border-top: 1px solid #d0d0d0;
	margin-top: 0;
}
.price-list .price-table + .price-table{
	/*	h4直後の table */
	border-top: 1px solid #d0d0d0;
	margin-top: 5px;
}
.price-list p.cap{
	color: #73727B;
	text-indent: 0;
	text-align: left;
	line-height: 1.3em;
	margin: 1em 0;
}

/* 価格テーブルの幅	.price-list thの幅 */
.price-table{
	width: 100%;
	margin: 1em 0;
}

.price-table th,
.price-table td{
	border: none;
	border-bottom: 1px solid #d0d0d0;
	padding: 1em 0;
	font-size: 120%;
	line-height: 2em;
}
.price-table th{
/*	background: #eee;*/
	text-align: left;
	vertical-align: top;
}
.price-table td{
/*	background: #ffe;*/
	text-align: right;
	vertical-align: middle;
}
/* price-dbと連動 */
.price-table.th20 th{ width: 20%; }
.price-table.th30 th{ width: 30%; }
.price-table.th40 th{ width: 40%; }
.price-table.th50 th{ width: 50%; }
.price-table.th60 th{ width: 60%; }
.price-table.th70 th{ width: 70%; }
.price-table.th80 th{ width: 80%; }

.price-table tr td:nth-of-type(1){
/*	background: #faa;*/
}
/* price-dbと連動 */
.price-table.td80 tr td:nth-of-type(1){ width: 80%; }
.price-table.td70 tr td:nth-of-type(1){ width: 70%; }
.price-table.td60 tr td:nth-of-type(1){ width: 60%; }
.price-table.td50 tr td:nth-of-type(1){ width: 50%; }
.price-table.td40 tr td:nth-of-type(1){ width: 40%; }
.price-table.td30 tr td:nth-of-type(1){ width: 30%; }
.price-table.td20 tr td:nth-of-type(1){ width: 20%; }



.price-table .yen{
	font-size: 70%;
}

/* ----- /料金表 ----- */

/* -- box -- */
/* box_gray */
.box_gray {
	margin-top: 15px;
	padding: 10px 20px 13px;
	color: #898989;
	background: #f2f2f2;
}
/* ---------------------------------------------------- naka -- */
/* box_black */
.box_black {
	position: relative;
	margin: 40px 0 25px;
	padding: 14px 16px 16px;
	color: #ffffff;
	background: #000000;
}
.box_black:before {
	position: absolute;
	top: -22px;
	right: 0;
	left: 0;
	margin: auto;
	height: 22px;
/*	background: url(/common/images/index3/box_black.png) no-repeat top center;*/
	-webkit-background-size: auto 23px;
	background-size: auto 23px;
	content: "";
}

.box_black_icon {
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    border: 8px solid transparent;
    border-top: 10px solid #000;
    content: "";
}

.box_black_num {
	float: left;
	margin: 2px 30px 0 0;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 200%;
    line-height: 60px;
    background: #f06e80;
}

.box_black_txt {
	font-size: 125%;
}

.box_black_txt span {
	display: block;
    margin-top: 5px;
    font-size: 150%;
    font-weight: bold;
}

/* box_pink */
.box_pink {
 	margin-top: 15px;
	padding: 10px 20px 13px;
	color: #ffffff;
	background: #f06e80;   
}
/* ---------------------------------------------------- naka -- */
/* box_ryokin */
.box_ryokin {
	margin-top: 40px;
}
.box_ryokin:first-child {
	margin-top: 0;
}

.box_ryokin_tit {
	position: relative;
	margin-bottom: 16px;
	padding: 8px 9px 9px;
	text-align: center;
	color: #fff;
	font-size: 135%;
	background: #b18f81;
}
.box_ryokin_tit:before,
.box_ryokin_tit:after {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	height: 1px;
	background: #fff;
	content: "";
}
.box_ryokin_tit:before {
	top: 1px;
}
.box_ryokin_tit:after {
	bottom: 1px;
}

.box_ryokin table {
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #d0d0d0;
}
.box_ryokin table:first-of-type {
	margin-top: 5px;
	border-top: none;
}

.box_ryokin th,
.box_ryokin td {
	padding: 16px 0 16px;
	line-height: 1.7;
	border: none;
	border-bottom: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.w10p { width: 10%; }
.w20p { width: 20%; }
.w30p { width: 30%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }

.fcR { color: #f06e80; }

.box_ryokin .icon {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 74%;
	line-height: 20px;
	border-radius: 3px;
	background: #f06e80;
}
.box_ryokin .caption {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 74%;
	line-height: 19px;
	border-radius: 10px;
	background: #f06e80;
}

.box_ryokin th {
	vertical-align: top;
	text-align: left;
	font-size: 110%;
}
.box_ryokin thead th {
	padding: 20px 0 5px;
	color: #f06e80;
	font-size: 140%;
	border-bottom: none;
}

.box_ryokin td {
	padding-left: 20px;
	text-align: right;
	font-size: 130%;
}

/* box_top */
.box_top {
	padding: 12px 20px;
	background: #fff;
}

/* -- movie -- */
.movie {
    margin: 0 auto;
    max-width: 650px;
}

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

.movie iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/* clearfix */
.clearfix {
zoom: 1;
}

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

/* button */
.button a{
	display: block;
	width: 80%;
	margin: 1em auto;
	padding: .5em 1em;
	text-align: center;
	border-radius: 5px;
	background: #fc9304;
	box-shadow: 1px 1px 2px #555;
	color: #fff;
}
.button a:hover{
	transform: translate( 1px, 1px);
	box-shadow: 0px 0px 0px #555;
}

/* =============================================================


										min-width:960px


============================================================= */
/* 幅変更用 */
@media screen and (min-width:960px) {
	/* img */
	img {
		width: 250px;
	}

	/*  */
	.wA { width: auto!important; }
}


/* =============================================================


											min-width:481px


============================================================= */
@media screen and (min-width:481px) {
	/* accordion */
	.accordion .ac-close {
		width: 300px;
	}

	/* -- img -- */
	/* img_ba */
	.img_ba,
  .img_txt {
		margin-right: auto;
		margin-left: auto;
		max-width: 700px;
	}
	.img_before_outer,
	.img_after_outer,
  .img_n_txt_outer {
		float: left;
		width: 47%;
		margin-right: 6%;
	}
	.img_before,
	.img_after,
  .img_n_txt {
		width: auto;
	}
 /* ---------------------------------------------------- naka -- */
	.img_before_outer_full,
	.img_after_outer_full,
  .img_n_txt_outer_full {
		float: none;
		width: 100%;
    padding-bottom: 15px;
    text-align: center;
	}
    
/* ---------------------------------------------------- naka -- */    
	.img_before_outer:nth-child(2n),
	.img_after_outer:nth-child(2n),
  .img_n_txt_outer:nth-child(2n) {
		margin-right: 0;
	}
	.img_after,
  .img_n_txt_outer:nth-child(2n) .img_n_txt {
		margin-top: 0;
	}
	.txt_block .img_before,
	.txt_block .img_after,
  .txt_block .img_n_txt {
		display: inline-block;
	}
	.crm2 .img_before_outer,
	.crm2 .img_after_outer,
  .crm2 .img_n_txt_outer {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	/* -- crm -- */
	/* crm2 */
	.crm2 {
		margin-right: auto;
		margin-left: auto;
		max-width: 700px;
	}
}
/* hide */
/* tool.cssにある
@media screen and ( min-width: 960px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 959px ) {
    .sp_hide { display: none!important; }
}*/
