@charset "UTF-8";
@font-face {
  font-family: 'hannari';
  font-style: normal;
  font-weight: 400;
  /*src: url('../font/NotoSerifCJKjp-Regular.otf') format('opentype');*/
  src: url('../font/sawarabi-mincho-medium.ttf') format('opentype');
 }
/*---------------------------------------------
	FontSize Initialization
---------------------------------------------*/
*{word-wrap: break-word;}
html {
  font: 62.5%/1.231 "hannari", serif;
}
body {
  font-size: 1.0rem; 
  font-family: "hannari", serif;
  letter-spacing: -0.001em; 
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
select, input, button, textarea, table {
  font: 1.0rem "hannari", serif;
  
}
pre, code, kbd, samp, tt {
  font-family: "hannari", serif;
  line-height: 1;
}

/*html {
  font: 62.5%/1.231 "游明朝体", "Yu Mincho", serif;
}
body {
  font-size: 1.0rem;
  font-family: "游明朝体", "Yu Mincho", serif;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}
select, input, button, textarea, table {
  font: 1.0rem "游明朝体", "Yu Mincho", serif;
}
pre, code, kbd, samp, tt {
  font-family: "游明朝体", "Yu Mincho", serif;
  line-height: 1;
}*/
.fz { font-size: 2rem !important; }
.fz18 { font-size: 1.8rem !important; }
.cosh { color: #782136; }
.colh { color: #925564 !important; }
/*---------------------------------------------
	Color hover & Transition setting
---------------------------------------------*/
a{ color: #782136; text-decoration: none; }
@media (min-width:767px){
    a,button{
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        text-decoration: none;
    }
	a img{
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	a:hover img{
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	a[hover="none"]:hover img{
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}
	/*---------------------------------------------
		Background Animation
	---------------------------------------------*/
	.bg-scale{
		background-color:#000000;
	}
	.bg-scale a:after {
		position: absolute;
		opacity:0.5;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		left:0;
		top: 0;
		-webkit-background-size:contain;
		-moz-background-size:contain;
		-ms-background-size:contain;
		background-size:contain;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.bg-scale a:hover:after {
		opacity:0.5;
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		cursor:pointer;
	}
/*---------------------------------------------
	img
---------------------------------------------*/
@media (min-width:767px){
	.wauto{ width:auto !important;}
}
/*---------------------------------------------
	Layout Setting
---------------------------------------------*/

html, body{
	text-align: center;
	color: #000;
}
.inner{
	width:100%;
	margin: auto;
}
section > .box{
	width:960px;
	margin:0 auto;}
.colum_v2 { padding: 0 50px; }
.txle { text-align: left; }
#main_colum .sc01{ font-size:1.4rem; background: url("../img/bg_01.png"); }
#main_colum .sc02{background: url("../img/bg_02.png"); }
#main_colum .sc02 > .inner{}
#main_colum .sc03{background: url("../img/bg_03.png"); }
#main_colum .sc03 > .inner{}
#main_colum .sc04{background: url("../img/bg_04.png"); }
#main_colum .sc04 > .inner{}
#main_colum .sc05{background: url("../img/bg_05.png"); }
#main_colum .sc05 > .inner{}

/*---------------------------------------------
	Common
---------------------------------------------*/
.flex{
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}
.flex.wrap {
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.stretch{
	-webkit-box-align:stretch;
    -moz-box-align:stretch;
    -ms-flex-align:stretch;
    -webkit-align-items:stretch;
    -moz-align-items:stretch;
    align-items:stretch;
}
.img100 { line-height: 0; }
@media (max-width:767px){
	.flex {
		-webkit-box-direction:normal;
		-moz-box-direction:normal;
		-webkit-box-orient:vertical;
		-moz-box-orient:vertical;
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
	.rev {
		-webkit-box-direction:reverse;
		-moz-box-direction:reverse;
		-webkit-box-orient:vertical;
		-moz-box-orient:vertical;
		-webkit-flex-direction:column-reverse;
		-moz-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.img100 { width: 100%; }
	.large { display: none; }
	.pc{ float:none; display:block;}
/*	.flex{ display:block;}*/
	#main_colum div.box_02 { padding: 30px; }
}
@media (min-width:767px){
	.sp{ display: none !important;}
	.col02 > div{flex-basis: 48%;}
	.rrev {
		-webkit-box-direction:reverse;
		-moz-box-direction:reverse;
		-webkit-box-orient:horizontal;
		-moz-box-orient:horizontal;
		-webkit-flex-direction:row-reverse;
		-moz-flex-direction:row-reverse;
		flex-direction:row-reverse;
	}
	#main_colum section .inner > .flex > div { width: 50%; }
	#main_colum section .inner > .flex > .box-inner{ padding:30px;}
}
#main_colum div.box_02 { padding: 20px; text-align: left; }
#main_colum div.box_02 h4 { margin-bottom: 15px; color: #782136; border-bottom-color: #782136; }

/*---------------------------------------------
	Title Tag
---------------------------------------------*/
#main_colum > section h2 { line-height: 0; }
#main_colum section h3 {
	padding-bottom: 50px;
	font-size:3.2rem;
	line-height:160%;
	font-weight: normal;
	color: #925564;
}
#main_colum section h3:after {
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 35px;
	width: 100px;
	height: 5px;
	background: #925564;
}
#main_colum section h4 {
	font-size: 3.8rem;
	margin-bottom: 50px;
	color:#782136;
	font-weight: normal;
}
#main_colum section h5 {
	padding-bottom: 13px;
	text-align: left;
	font-size: 2.4rem;
	border-bottom: 1px solid #999;
	line-height:140%;
}
#main_colum h6 {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
    -moz-box-pack:center;
    -webkit-flex-pack:center;
    -moz-flex-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
	font-size: 2.5rem;
	color: #925564;
}
@media (max-width:767px){
	.crev {
		-webkit-box-direction:reverse;
		-moz-box-direction:reverse;
		-webkit-box-orient:vertical;
		-moz-box-orient:vertical;
		-webkit-flex-direction:column-reverse;
		-moz-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	#main_colum h6 {
		padding: 20px 0;
	}
}

/*---------------------------------------------
	Table
---------------------------------------------*/
.table{ width:99.8%; border:1px solid #f4f4e8; border-collapse:collapse;}
.table thead{}
.table thead th,
.table thead td,
.table tbody th,
.table tbody td{
	padding: 10px 15px;
	border:1px solid #eee;
	font-size:1.4rem;
	line-height:160%;
}
.table thead th{ background:#782136; color:#fff; font-weight: normal; text-align:center;white-space: nowrap;}
.table thead td{ background:#f6f6f6; color:#000; text-align:center;}
.table tbody th{ background:#925564; color:#fff; font-weight: normal; text-align:left;white-space: nowrap;}
.table tbody td{ background:#fff; color:#000; text-align:left;}
.table tbody tr.line02 th{ background-color:#00695b;}
.table tbody tr.line02 td{ background-color: #fff;}
.table .required:after{
    display: inline-block;
    content: "必須";
    color: #fff;
    font-weight: normal;
    background: #ff0000;
    padding: 0 8px;
    float: right;
    border-radius: 8px;
    font-size: 1.0rem;
}
.table.v2{ border-collapse:collapse; border:1px solid #ddd;}
.table.v2 th,
.table.v2 td{border:1px solid #ddd;}
.table.v2 td p{ margin-bottom:0 !important;}
@media (min-width:767px){
	.table.v2 th,
	.table.v2 td{ padding:1.25em;}
}
@media (max-width:767px){
    .table thead th,
    .table thead td,
    .table tbody th,
    .table tbody td{
        display: block;
        width: 100%;
    }
}


/*---------------------------------------------
	List
---------------------------------------------*/
#main_colum section dl dt,
#main_colum section dl dd{ font-size: 1.6rem; line-height: 150%; }
#main_colum section ul,
#main_colum section ol{ margin-left:20px; font-size: 1.6rem; line-height: 150%; }
#main_colum section ul.none{ margin-left:0;}
#main_colum section ul li{ list-style:disc; }
#main_colum section ul.none li{ list-style:none; }
#main_colum section ul.list02,
#main_colum section ul.list_q{ margin-left:0;}
#main_colum section ul.list02 li,
#main_colum section ul.list_q li{ list-style-type: none; position: relative; margin-left: 25px;}
#main_colum section ul.list02 li:before,
#main_colum section ul.list_q li:before{position: absolute; margin-left: -25px;}
#main_colum section ul.list02 li:before{content:"\f138";font-family: "FontAwesome";}
#main_colum section ul.list_q li:before{content:"\f059";font-family: "FontAwesome";}
#main_colum section ol li{ list-style-type:decimal; font-size:1.8rem;}
#main_colum section ol li ul li{ list-style-type:disc; }
#main_colum section ul.kome{ margin-left:0;}
#main_colum section ul.kome li{ list-style-type:none; position:relative; margin-left: 25px; }
#main_colum section ul.kome li:before { content: "※"; position:absolute; margin-left: -25px; }
#main_colum section ul.step{ margin:0;}
#main_colum section ul.step > li{ position:relative; padding-left:80px; list-style-type:none; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd;}
#main_colum section ul.step > li > span{ position:absolute; left:0; top:0; background:#ec6941; border-radius:8px; padding:2px 10px; color:#FFFFFF;}
ul.inline{ padding:0; margin:0;}
ul.inline li{ display:inline-block; list-style-type:none;}


/*---------------------------------------------
	Img Thumb
---------------------------------------------*/
.thumbs{ border:2px solid #fff; box-shadow:0 0 6px #666;}


/*---------------------------------------------
	Button
---------------------------------------------*/
.btn{
    display: inline-block;
    padding: 12px 0 10px 10px;
    margin-bottom: 0;
    font-weight: normal;
    line-height:100%;
    text-align: left;
    vertical-align: middle;
    border: 1px solid transparent;
	position:relative;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	background:#000;
	color:#fff;
	min-width:80px;
}
.wpcf7-confirm,
.wpcf7-submit,
.wpcf7-back{
    display: inline-block;
    padding: 10px 50px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
	position:relative;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	background:#000;
	color:#fff;
	min-width:80px;
}
.wpcf7-confirm,
.wpcf7-submit{ background:#457703;}
a.btn,
input.btn,
.wpcf7-confirm,
.wpcf7-submit{
    cursor: pointer;
}

.btn:before,
.wpcf7-confirm:before,
.wpcf7-submit:before{
	display:block;
	content:"";
	float:right;
	/*background:url('\f144') 0 0 no-repeat;*/
	background-size:22px auto;
	width:22px;
	height:7px;
    margin: 2px 5px 0 30px;
}
.btn.disabled{
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
 }
.btn.lg{
	padding: 40px 0px 40px 0px;
	line-height: 1.33;
	font-size:2.0rem;
}
.btn.sm{
	padding: 5px 0px 5px 0px;
	line-height: 1.33;
	font-size:1.4rem;
}
.btn01 {
	background: #782136;
	border: 1px solid #782136;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 3px;
	min-width:200px;
	display:inline-block;
}
.btn02 {
	background: #fff;
	text-align: center;
	border: 1px solid #00695b;
	color:#00695b;
	font-size: 2rem;
	min-width:360px;
}
.btn03 {
	background: #925564;
	border: 1px solid #925564;
	text-align: center;
	min-width: 280px;
	font-size: 2rem;
}
.btn04 {
	background: #00695b;
/*	border: 1px solid #00695b;*/
	text-align: center;
	color:#fff;
	font-size: 2rem;
	min-width:200px;
}
.btn01:after,
.btn01:before,
.btn02:before,
.btn03:before,
.btn04:after,
.btn04:before{
	margin: 0;
	display: inline;
	float: none;
	vertical-align:bottom;
}
.btn01:after {
	margin-left: 10px;
	content: "\f04b";
	font-family: "FontAwesome";
	font-size:1.2rem;
}
.btn02:before {
	margin-right: 20px;
	content: "\f144";
	font-family: "FontAwesome";
	font-size:1.6rem;
}
.btn04:after {
	margin-left: 10px;
	content: "\f04b";
	font-family: "FontAwesome";
	font-size:1.2rem;
}
.btn01:hover {
	background: #fff;
	border: 1px solid #782136;
	color: #782136;
}
.btn02:hover{
	background: #00695b;
	border: 1px solid #00695b;
	color: #fff;
}
.btn03:hover {
	background: #00695b;
	border: 1px solid #00695b;
	color: #fff;
}
.btn04:hover {
	background: #fff;
	border: 1px solid #00695b;
	color: #00695b;
}
input.btn:hover{ background:#fff;}

/*---------------------------------------------
	Radius
---------------------------------------------*/
.rd8{ border-radius:8px;}


/*---------------------------------------------
	Tab
---------------------------------------------*/
.tabmenu{
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
	-webkit-flex-pack:distribute;
    -moz-flex-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    -moz-justify-content:space-around;
    justify-content:space-around;
	margin:0 -10px;
}
.tabmenu a{
	display: block;
	background: #fff;
	border: 1px solid #925564;
	padding: 10px 0;
	color: #925564;
	line-height:160%;
	font-size:2.2rem;
	width: 100%;
}
.tabmenu a.active{ background-color: #925564; color: #fff; }
.tabmenu a:hover { background-color: #925564; color: #fff; }

@media (max-width: 767px) {
	.tabmenu{ display:block;}
}

/*---------------------------------------------
	Form Element
---------------------------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
#sc_list td label{ font-weight:normal !important;}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display:inline-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form label{
	display: block;
	width: auto;
	position:relative;
	z-index:1;
}
.form input[type="checkbox"],
.form input[type="radio"]{
	display:none;
}
.form .checkbox-icon{
	padding:10px 10px 10px 45px;
	vertical-align: middle;
	background: #fff;
	line-height: 100%;
	cursor: pointer;
	border: 2px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	vertical-align: middle;
	display:inline-block;
	font-size:14px;
	position:relative;
}
.form .checkbox-icon:after{
	content: '\f192';
	font-family: FontAwesome;
	position: absolute;
	top: 32%;
	left: 15px;
	color:#ccc;
	font-size:20px;
}
.form input[type="checkbox"]:checked + .checkbox-icon,
.form input[type="radio"]:checked + .checkbox-icon{
	background:#925564;
	color:#FFFFFF;
}
.form .wpcf7c-conf-hidden + .checkbox-icon{
	background:rgb(250, 255, 189);
	color:#333;
}
.form input[type="checkbox"]:checked + .checkbox-icon:after,
.form input[type="radio"]:checked + .checkbox-icon:after{
	content: '\f058' !important;
	font-family: FontAwesome;
	color:#fff !important;
}
@media (min-width: 767px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 767px) {
  .form-horizontal .control-label {
    text-align: right;
  }

}
@media (max-width: 767px) {
	.form-horizontal .form-group {
	  margin-left:0px;
	  margin-right:0px;
	}
}


/*---------------------------------------------
	Colum
---------------------------------------------*/
.col2 figure{ float: left; width: 50%; margin: 0;}
.col3 > div,
.col3 figure{ float: left; width: 33.3333%; margin: 0;}
@media (max-width: 767px) {
	.col3 figure{ float: left; width:48%; margin: 0 1%;}
}
/*---------------------------------------------
	Header
---------------------------------------------*/
#header{
	position: relative;
	width: 300px;
    margin: 0px 20px 0px 0px;
	height: 100%;
}
#header-inner {
	position: fixed;
	padding: 20px;
	height: 100%;
	background: url("../img/bg_00.png") 0 0 repeat;
	z-index:9999;
	overflow-y: scroll;
}
#header-inner p { font-size: 1.2rem; }
#header-inner h1 { padding: 20px 0 0; font-size:2.4rem; }
#header-inner h1 small{ font-size:1.2rem; display:block; padding-bottom:5px;}
#header-inner h1 a{ color:#000;}
.omotenashi { padding: 10px 0 20px; text-align: center;justify-content:center;}
.omotenashi img { width:30%; margin:0 10px;}
#google_translate_element{ margin-bottom:20px; margin-top:20px;}
#header-inner h1 img { width: 160px; }
#header-inner h2 img { width: 80%; }
#header-inner > div { padding: 0 10px; }
#request { padding-bottom: 15px; }
#contact_tel { padding: 10px; border: 1px solid #782136; }
#contact_tel p:nth-child(1) { padding: 10px 0 5px 0; font-size: 1.6rem; border-bottom: 1px solid #000; }
#contact_tel p:nth-child(2):before { content: "☎"; margin-right: 2px; }
#contact_tel p:nth-child(2) { padding: 10px 0; font-size: 2.3rem; color: #782136; }
#contact_tel p:nth-child(3) { font-size: 1.4rem; }
#contact_tel p:nth-child(4) { font-size: 1.4rem; }
@media (min-width: 767px) {
	#index #section_02 .inner{
		width:90%;
		margin:0 auto;
	}
}

/*---------------------------------------------
	Footer
---------------------------------------------*/
footer{
	position: absolute;
	width: 100%;
	background: #925564;
	color:#fff;
	line-height:160%;
	text-align:center;
	font-size:1.4rem;
}
footer p { padding: 33px 0; }
#pagetop{
	position: fixed;
	bottom: 130px;
	right: 10px;
	margin: 0 15px 15px 0;
	z-index: 2000;
	font-size: 1.8rem;
	opacity: .8;
	border-radius: 70px; }
#pagetop a{ display: block; padding:15px 18px; }
#pagetop a:hover { opacity: .1; }


/*---------------------------------------------
	Global Navigationi
---------------------------------------------*/
#index #gmenu {}
#gmenu ul{ text-align: left; font-size: 1.6rem; color: #782136; margin-bottom:20px; }
#gmenu ul li{ padding-bottom: 20px; }
#gmenu ul li:last-child{ padding-bottom:0;}
#gmenu ul li a:before {
	margin-right: 20px;
	content: "\f144";
	font-family: "FontAwesome";
}
#gmenu ul li a:hover{ opacity: .5; }

@media (max-height:890px){
	#gmenu ul { margin-bottom: 10px; }
	#gmenu ul li{ padding-bottom: 25px; }
}

/*---------------------------------------------
	breadclumb
---------------------------------------------*/
#breadclumb{ background:#f4f4e8; font-size:1.2rem; padding:10px 0; color:#333;}
#breadclumb ul{
    -webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    align-items:center;;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-flex-pack:start;
    -moz-flex-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    justify-content:flex-start;
}
#breadclumb ul li{ margin-right:15px; position:relative; padding-left:15px;}
#breadclumb ul li:before{ display:block;font-family: "FontAwesome"; content: "\f105"; position:absolute; top:0; left:0; }
#breadclumb ul li:first-child:before{ display:block;font-family: "FontAwesome"; content: "\f015"; position:absolute; top:0; left:0; color:#469537;}

/*---------------------------------------------
	Contents
---------------------------------------------*/
/*#main_colum{ padding-bottom:100px;}*/
#main_colum > .inner{
	padding:100px 0 0;}
#main_colum p{ font-size:1.8rem; line-height:180%;}
#main_colum > .inner h2{
    font-size: 4.0rem;
    text-align: center;
    color: #000;
    margin-bottom: 100px;
}
#main_colum > .inner h2:after{
    content: "";
    display: block;
    border-bottom: 3px dotted #457703;
    height: 1;
    width: 63px;
    margin: 0 auto;
    padding-top: 100px;
}
.color_box.flex,
#detail #section_02 .flex,
.start{
	-webkit-box-align:start;
    -moz-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    -moz-align-items:flex-start;
    align-items:flex-start;
	-webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-flex-pack:start;
    -moz-flex-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    justify-content:flex-start;
}
#detail #section_03 .flex{
	-webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
}



/* ▼LINEボタン++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.line-btn a {
    position: fixed;
	z-index: 999;
	border-radius: 50%;
	overflow: hidden;
    text-align: center;
    display: block;
	color: #FFF;
	background-color: #00a64c;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.4);
	transition: all .2s ease;
}
.line-btn a img {
    width: 100%;
	margin: 0px auto;
}
.line-btn a:hover img {
    opacity: 1;
}
.line-btn a:hover {
    background-color: #42d14c;
}
@media screen and (min-width: 768px) {
.line-btn a {
    width: 110px;
	height: 110px;
	padding: 15px 0px 0px;
	bottom: 20px;
	right: 20px;
}
.line-btn a img {
    max-width: 55px;
}
.line-btn a p {
    font-size: 12px;
}
}
@media screen and (max-width: 767px) {
.line-btn a {
    width: 80px;
	height: 80px;
	padding: 10px 0px 0px;
	bottom: 70px;
	right: 15px;
}
.line-btn a img {
    max-width: 40px;
}
.line-btn a p {
    font-size: 10px;
}
}
/* ▲LINEボタン++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼ページ内h1+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1.main-h1 {
    font-weight: normal;
	color: #925564;
	background-color: #fbf8f7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
h1.main-h1 {
    font-size: 12px;
	padding: 10px;
}
}
@media screen and (max-width: 767px) {
h1.main-h1 {
    font-size: 10px;
	padding: 8px;
}
}
/* ▲ページ内h1+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼お問い合わせページ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h4.for-overseas {
    font-weight: bold;
}
.order-line a {
    display: flex;
	justify-content: center;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	background-color: #00a64c;
	border-radius: 100px;
	transition: all .2s ease;
}
.order-line a:hover {
    background-color: #42d14c;
}
.order-line a:hover img {
    opacity: 1;
}
@media screen and (min-width: 768px) {
h4.for-overseas {
    font-size: 26px!important;
}
.order-line a {
    max-width: 400px;
	padding: 10px;
	margin: 0px auto 50px;
}
.order-line a img {
    width: 60px!important;
	padding: 0px 20px 0px 0px;
}
.order-line a p {
    padding: 5px 0px 0px;
}
}
@media screen and (max-width: 767px) {
h4.for-overseas {
    font-size: 20px !important;
}
.order-line a {
    max-width: 330px;
	padding: 5px 10px;
	margin: 0px auto 40px;
}
.order-line a img {
    width: 35px !important;
	padding: 0px;
}
.order-line a p {
    padding: 5px 0px 0px;
	margin: 0;
	letter-spacing: 0px;
}
}
/* ▲お問い合わせページ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼ご挨拶ページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.instagram-link a {
    display: flex;
	justify-content: center;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	border-radius: 100px;
	transition: all .2s ease;
	opacity: 1;
}
.instagram-link a:hover {
    opacity: 0.5;
}
.instagram-link a:hover img {
    opacity: 1;
}
@media screen and (min-width: 768px) {
.instagram-link a {
    max-width: 280px;
	padding: 10px;
	margin: 30px auto 50px;
}
.instagram-link a img {
    width: 40px !important;
	height: 40px;
	padding: 0px 10px 0px 0px;
}
.instagram-link a p {
    padding: 7px 0px 0px;
	font-size: 16px !important;
}
}
@media screen and (max-width: 767px) {
.instagram-link a {
    max-width: 220px;
	padding: 5px 10px;
	margin: 20px auto 40px;
}
.instagram-link a img {
    width: 25px !important;
	height: 25px;
	padding: 0px;
}
.instagram-link a p {
    padding: 0px 0px 0px;
	margin: 0;
	letter-spacing: 0px;
	font-size: 14px !important;
}
}
/* ▲ご挨拶ページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */