@charset "UTF-8";
/******************************************
[reset]
******************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
*,
::before,
::after {
	position : relative;

	box-sizing : border-box;
	}

::before, ::after {
	vertical-align : inherit;
	text-decoration : inherit;
	}

* {
	margin : 0;
	padding : 0;
	}

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

[hidden],
template {
	display : none;
	}

small {
	font-size : 80%;
	}

ul, ol {
	list-style : none;
	}

table {
	border-collapse : collapse;
	border-spacing : 0;
	}

a {
	background-color : transparent;
	text-decoration : none;

	-webkit-text-decoration-skip : objects;
	}

a:active, a:hover {
	outline-width : 0;
	}

b, strong {
	font-weight : bolder;
	}

img {
	border-style : none;
	}

input,
button,
textarea,
select {
	color : inherit;
	border : 0;

	-webkit-appearance : none;
	   -moz-appearance : none;
	outline : 0;
	}

input,
button,
textarea,
select,
optgroup {
	font : inherit;
	}

[disabled] {
	cursor : default;
	}

input[type="number"] {
	-moz-appearance : textfield;
	}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	margin : 0;

	-webkit-appearance : none;
	}

::-webkit-file-upload-button {
	-webkit-appearance : button;
	font : inherit;
	}

input::-ms-clear {
	visibility : hidden;
	}

optgroup {
	font-weight : bold;
	}

select::-ms-expand {
	display : none;
	}

select::-ms-value {
	color : currentColor;
	}

textarea {
	overflow : auto;
	}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor : pointer;
	}

button {
	overflow : visible;
	background : none;
	}

::-moz-selection,
::selection {
	background-color : #b3d4fc;
	color : #000000;

	text-shadow : none;
	}

@font-face {
	font-family : 'icomoon';
	font-weight : normal;

	font-style : normal;
	src : url("../img/fonts/icomoon.eot?-sub1jy");
	src : url("../img/fonts/icomoon.eot?#iefix-sub1jy") format("embedded-opentype"), url("../img/fonts/icomoon.woff?-sub1jy") format("woff"), url("../img/fonts/icomoon.ttf?-sub1jy") format("truetype"), url("../img/fonts/icomoon.svg?-sub1jy#icomoon") format("svg");
	}

[class^="icon-"],
[class*=" icon-"] {
	font-family : 'icomoon';
	font-weight : normal;
	line-height : 1;
	/* Better Font Rendering =========== */

	-webkit-font-smoothing : antialiased;
	font-style : normal;
	font-variant : normal;
	-moz-osx-font-smoothing : grayscale;
	speak : none;
	text-transform : none;
	}

.icon-nav:before {
	content : "\e90a";
	}

.icon-arrow-circle:before {
	content : "\e901";
	}

.icon-mail:before {
	content : "\f0e0";
	}

.icon-check:before {
	content : "\e902";
	}

.icon-arrow-down:before {
	content : "\e903";
	}

.icon-arrow-left:before {
	content : "\e904";
	}

.icon-arrow-right:before {
	content : "\e905";
	}

.icon-arrow-up:before {
	content : "\e906";
	}

.icon-sp:before {
	content : "\e90c";
	}

.icon-square-line:before {
	content : "\e900";
	}

.icon-tel:before {
	content : "\e90d";
	}

.icon-circle:before {
	content : "\e907";
	}

.icon-square:before {
	content : "\e908";
	}

.icon-dot:before {
	content : "\e909";
	}

/******************************************
[font]
******************************************/
html {
	font-size : 62.5%;
	}

body {
	font-size : 1.6em;
	}

/******************************************
[mixin]
******************************************/
/******************************************
[base]
******************************************/
html {
	font-size : 62.5%;
	}

body {
	background : #ffffff;
	color : #26150c;
	font-family : 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック', 'Yu Gothic', 'Helvetica', 'Arial', sans-serif;
	font-size : 1.5em;
	line-height : 1.6;
	letter-spacing : 0.5px;
	position : relative;
	}

body a {
	color : #26150c;
	}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
ol,
th,
td,
div,
a,
input {
	font-size : 100%;
	font-weight : normal;

	font-style : normal;
	}

img {
	vertical-align : top;
	vertical-align : bottom;
	height : auto;
	max-width : 100%;
	max-width : 100%;
	border : none;
	}

#sb-site {
	background : #ffffff;
	}

main {
	overflow : hidden;
	width : 100%;
	margin : 0 auto;
	}

.inner {
	width : 90%;
	margin : 0 auto;
	}

.inner-base {
	width : 90%;
	margin : 0 auto;
	padding : 50px 0;
	}

.inner-bottom {
	width : 90%;
	margin : 0 auto;
	padding : 0 0 50px;
	}

.btn-style, .btn-style01 a {
	display : block;
	width : 80%;
	text-decoration : none;
	text-align : center;
	line-height : 1;
	margin : 0 auto;
	cursor : pointer;
	}

.btn-style01 {
	border-radius : 5px;
	}

.btn-style01 a {
	display : block;
	background-color : #ae9844;
	width : 70%;
	color : #ffffff;
	text-align : center;
	margin : 0 auto;
	padding : 15px 10px;
	position : relative;
	border-radius : 30px;
	}

.btn-style01 i {
	position : absolute;
	top : 50%;
	right : 5px;
	transform : translateY(-50%);
	}

.btn-style02 {
	background : url(../img/pat-btn.jpg);
	background-size : 100% auto;
	padding : 3px;
	box-shadow : 0 2px 2px 0 rgba(113, 95, 24, 0.2);
	}

.btn-style02 a {
	display : block;
	color : #ffffff;
	text-align : center;
	font-family : "Noto Serif JP", serif;
	font-size : 1.8rem;
	padding : 15px 5px;
	position : relative;
	border : 1px solid rgba(255, 255, 255, 0.5);
	}

.btn-style02 a i {
	position : absolute;
	top : 50%;
	right : 5px;
	transform : translateY(-50%);
	}

.half {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	width : 100%;
	}

.half li {
	width : 48%;
	}

.half-right {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	width : 100%;
	}

.half-right li {
	width : 48%;
	}

.half-right li:first-child {
	order : 2;
	}

.half-right li:last-child {
	order : 1;
	}

.pic-left {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	width : 100%;
	}

.pic-left li:first-child {
	width : 31%;
	margin : 0 3% 0 0;
	}

.pic-left li:last-child {
	width : 66%;
	}

.pic-right {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	width : 100%;
	}

.pic-right li:first-child {
	order : 2;
	width : 31%;
	margin : 0 0 0 3%;
	}

.pic-right li:last-child {
	order : 1;
	width : 66%;
	}

.triple {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	}

.triple li {
	width : 31%;
	}

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

.txt-red {
	color : #d86661;
	}

.mg01 {
	margin : 0 0 15px;
	}

.mg02 {
	margin : 0 0 30px;
	}

.mg03 {
	margin : 0 0 40px;
	}

.mg04 {
	margin : 0 0 60px;
	}

.bg-white {
	background-color : #ffffff;
	padding : 15px;
	border-radius : 10px;
	}

.note {
	font-size : 1.2rem;
	line-height : 1.3;
	padding : 0 0 0 1em;
	text-indent : -1em;
	}

.note span {
	color : #d86661;
	}

#pageTop a {
	display : block;
	width : 40px;
	position : fixed;
	bottom : 60px;
	right : 5px;
	z-index : 1000;
	}

/******************************************
[hタグ]
******************************************/
h1 {
	display : none;
	}

h2 {
	background : url(../img/h2-bg.png) no-repeat;
	background-size : 100% auto;
	color : #d86661;
	text-align : center;
	font-family : ten-mincho, serif;
	font-size : 2.5rem;
	font-weight : bold;
	line-height : 1.3;
	letter-spacing : 3px;
	margin : 30px 0 20px;
	padding : 22px 0;
	}

h3 {
	color : #715f18;
	text-align : center;
	font-family : "Noto Serif JP", serif;
	font-size : 2.0rem;
	font-weight : 500;
	line-height : 1.3;
	margin : 0 0 20px;
	padding : 10px 0;
	border-top : 3px double #715f18;
	border-bottom : 3px double #715f18;
	}

h4 {
	color : #ae9844;
	text-align : center;
	font-size : 2.0rem;
	font-weight : bold;
	margin : 0 0 15px;
	padding : 0 0 8px;
	border-bottom : 1px solid #ae9844;
	}

h5 {
	color : #715f18;
	text-align : center;
	font-size : 1.8rem;
	font-weight : bold;
	margin : 0 0 5px;
	}

/******************************************
[nav]
******************************************/
#sp-menu {
	display : block;
	background-color : rgba(255, 255, 255, 0.9);
	width : 100%;
	height : 50px;
	padding : 5px;
	position : fixed;
	top : 0;
	left : 0;
	z-index : 100;
	border-bottom : 1px solid #dcdcdc;
	}

#sp-menu li:first-child {
	width : 40px;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 99999;
	}

#sp-menu li:nth-child(2) {
	width : 70%;
	position : absolute;
	top : 8px;
	left : 50%;
	z-index : 99997;
	transform : translateX(-50%);
	}

#sp-menu li:last-child {
	width : 40px;
	position : absolute;
	top : 0;
	right : 0;
	z-index : 99998;
	}

.sb-slidebar {
	background : url(../img/menu-bg.jpg);
	position : relative;
	border-right : 1px solid #dcc87a;
	}

.sb-slidebar li {
	line-height : 1;
	border-bottom : 1px solid rgba(255, 255, 255, 0.2);
	}

.sb-slidebar li a {
	display : block;
	color : #ffffff;
	font-size : 1.6rem;
	line-height : 1em;
	letter-spacing : 1px;
	padding : 18px 15px;
	}

.sb-slidebar li:first-child {
	display : block;
	}

.sb-slidebar li:first-child p {
	width : 45px;
	margin : 5px;
	}

.sb-slidebar i {
	display : inline-block;
	vertical-align : middle;
	color : #dcc87a;
	font-size : 1.2rem;
	margin : 0 5px 0 0;
	}

.footer-trial a {
	display : block;
	position : fixed;
	bottom : 0;
	z-index : 99995;
	}

/******************************************
[index.html]
******************************************/
main {
	background : url(../img/pat-bg.jpg);
	padding : 50px 0 0;
	}

#cont01 {
	background : url(../img/cont01-bg.png) bottom no-repeat;
	background-size : 100% auto;
	padding : 30px 0 150px;
	}

.concept-ttl {
	color : #d86661;
	text-align : center;
	font-family : ten-mincho, serif;
	font-size : 2.2rem;
	font-weight : bold;
	margin : 0 0 10px;
	}

.concept-ttl::before {
	content : '';
	display : inline-block;
	vertical-align : middle;
	background : url(../img/cont01-ttl01.png) no-repeat;
	background-size : 100% auto;
	width : 14px;
	height : 22px;
	margin : 0 8px 0 0;
	}

.concept-ttl::after {
	content : '';
	display : inline-block;
	vertical-align : middle;
	background : url(../img/cont01-ttl02.png) no-repeat;
	background-size : 100% auto;
	width : 14px;
	height : 22px;
	margin : 0 0 0 3px;
	}

.cont01-pic {
	width : 90%;
	margin : 0 0 15px;
	}

.concept-txt {
	line-height : 1.8;
	margin : 0 0 30px;
	}

#cont02 {
	background-color : #ffffff;
	}

#cont02 .inner {
	padding : 10px 0 50px;
	}

.cont02-ttl {
	background-color : #d86661;
	text-align : center;
	padding : 5px 0;
	}

.cont02-ttl p {
	color : #ffffff;
	font-family : ten-mincho, serif;
	font-size : 3.0rem;
	padding : 8px;
	border-top : 1px solid #d1453f;
	border-bottom : 1px solid #d1453f;
	}

.cont02-subttl {
	text-align : center;
	font-family : "Noto Serif JP", serif;
	font-weight : 500;
	letter-spacing : 3px;
	margin : 0 0 15px;
	border-bottom : 3px double #dcdcdc;
	}

.cont02-subttl span:first-child {
	font-size : 4.0rem;
	margin : 0 10px 0 0;
	}

.cont02-subttl span:nth-child(2) {
	color : #d1453f;
	font-size : 7.0rem;
	}

.cont02-subttl span:last-child {
	color : #d1453f;
	font-size : 4.0rem;
	}

.cont02-txt {
	text-align : center;
	margin : 0 0 15px;
	}

.news-ttl {
	display : flex;
	align-items : center;
	width : 100%;
	font-family : ten-mincho, serif;
	font-size : 2.2rem;
	font-weight : 500;
	letter-spacing : 5px;
	margin : 0 0 30px;

	-ms-writing-mode : tb-rl;
	    writing-mode : vertical-rl;
	}

.news-ttl span {
	display : flex;
	width : 30px;
	margin : 0 auto 10px;
	}

footer {
	background : url(../img/footer-bg.jpg) no-repeat;
	background-size : cover;
	color : #715f18;
	text-align : center;
	padding : 50px 0 60px;
	}

.footer-logo {
	width : 90%;
	margin : 0 auto 30px;
	}

.tel-txt {
	width : 80%;
	font-family : "Noto Serif JP", serif;
	font-size : 1.5rem;
	margin : 5px auto;
	padding : 8px 0;
	border-top : 1px solid #715f18;
	border-bottom : 1px solid #715f18;
	}

.tel-style {
	margin : 0 0 20px;
	}

.tel-style a {
	display : block;
	color : #715f18;
	font-family : "Noto Serif JP", serif;
	font-size : 3.0rem;
	font-weight : 500;
	}

.tel-style i {
	display : inline-block;
	vertical-align : baseline;
	font-size : 2.5rem;
	margin : 0 5px 0 0;
	}

.access-btn a {
	display : block;
	background-color : rgba(255, 255, 255, 0.3);
	width : 80%;
	color : #715f18;
	font-size : 1.3rem;
	margin : 0 auto 20px;
	padding : 10px;
	border : 1px solid #ae9844;
	}

.copyrt {
	font-size : 1.2rem;
	padding : 10px 0;
	}

/******************************************
[topics]
******************************************/
#topics {
	position : relative;
	}

#topics::before {
	content : '';
	background : url(../img/point-bg.png) no-repeat;
	background-size : 100% auto;
	width : 100px;
	height : 100px;
	position : absolute;
	top : -30px;
	left : -20px;
	}

#topics::after {
	content : '';
	background : url(../img/point-bg.png) no-repeat;
	background-size : 100% auto;
	width : 100px;
	height : 100px;
	position : absolute;
	bottom : -30px;
	right : -20px;
	}

#topics li,
#list li {
	margin : 0 0 15px;
	padding : 0 0 15px;
	border-bottom : 1px dashed #dcdcdc;
	}

#topics li:last-child,
#list li:last-child {
	margin : 0 0 30px;
	}

#topics #topics_date,
#list #topics_date {
	display : block;
	color : #d86661;
	font-size : 1.2rem;
	font-weight : bold;
	margin : 0 0 3px;
	}

#topics #topics_title,
#list #topics_title {
	display : inline-block;
	vertical-align : middle;
	overflow : hidden;
	width : 100%;
	text-overflow : ellipsis;
	white-space : nowrap;
	}

#topics #topics_title:hover,
#list #topics_title:hover {
	text-decoration : underline;
	}

#topics_paging {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	justify-content : center;
	width : 100%;
	}

#topics_paging_previous,
#topics_paging_next {
	background-color : #dcdcdc;
	width : 9em;
	color : #ffffff;
	text-align : center;
	font-family : "Noto Serif JP", serif;
	line-height : 2.5;
	margin : 0 10px;
	}

#topics_paging_previous a,
#topics_paging_next a {
	display : block;
	background-color : #ae9844;
	width : 9em;
	color : #ffffff;
	}

#detail #topics_date {
	text-align : right;
	font-size : 1.3rem;
	margin : 20px 0;
	}

#detail #topics_title {
	color : #715f18;
	font-family : "Noto Serif JP", serif;
	font-size : 2.0rem;
	font-weight : bold;
	line-height : 1.3;
	margin : 0 0 20px;
	padding : 0 0 10px;
	border-bottom : 3px double #dcc87a;
	}

#detail #topics_body img[class^="topics_photo_"] {
	max-width : 100%;
	margin : 0 0 10px;
	}

#detail #topics_body {
	height : auto;
	max-width : 100%;
	}

.back-btn a {
	display : block;
	background-color : #ae9844;
	width : 9em;
	color : #ffffff;
	text-align : center;
	font-family : "Noto Serif JP", serif;
	line-height : 2.5;
	margin : 0 auto;
	}

/******************************************
[under common]
******************************************/
#pagettl {
	background : url(../img/pagettl-bg.jpg) no-repeat;
	background-size : cover;
	width : 100%;
	height : 0;
	padding-bottom : calc(200/750*100%);
	position : relative;
	}

#pagettl p {
	width : 100%;
	color : #d1453f;
	text-align : center;
	font-family : ten-mincho, serif;
	font-size : 2.2rem;
	font-weight : bold;
	letter-spacing : 3px;
	position : absolute;
	top : 50%;
	left : 50%;
	transform : translate(-50%, -50%);
	}

.line {
	margin : 0 0 20px;
	padding : 0 0 20px;
	border-bottom : 1px dotted #dcdcdc;
	}

.gold-line {
	background-color : #ffffff;
	padding : 15px;
	border : 1px solid #dcc87a;
	}

.white-bg {
	background-color : #ffffff;
	padding : 15px;
	}

.read-txt {
	color : #d1453f;
	text-align : center;
	font-family : ten-mincho, serif, "Noto Serif JP", serif;
	font-size : 2.0rem;
	font-weight : bold;
	line-height : 1.3;
	margin : 0 0 20px;
	}

.check-li {
	margin : 2em 0;
	padding : 0.5em 1.5em;
	position : relative;
	border-top : solid 2px #dcc87a;
	border-bottom : solid 2px #dcc87a;
	}

.check-li li {
	color : #d1453f;
	font-weight : 500;
	margin : 0 0 3px;
	}

.check-li i {
	vertical-align : inherit;
	color : #d86661;
	font-size : 1.2rem;
	margin : 0 5px 0 0;
	}

.check-li:before, .check-li:after {
	content : '';
	background-color : #dcc87a;
	width : 2px;
	height : -webkit-calc(100% + 20px);
	height :         calc(100% + 20px);
	position : absolute;
	top : -10px;
	}

.check-li:before {
	left : 10px;
	}

.check-li:after {
	right : 10px;
	}

.check-li li {
	margin : 0;
	padding : 0;
	}

.lesson-li {
	background-color : #ffffff;
	padding : 10px;
	}

.lesson-li li {
	margin : 0 0 8px;
	padding : 0 0 8px;
	border-bottom : 1px solid #f5f5f5;
	}

.lesson-li li:last-child {
	margin : 0;
	padding : 0;
	border : none;
	}

.lesson-li span {
	display : inline-block;
	background-color : #ae9844;
	min-width : 4em;
	color : #ffffff;
	text-align : center;
	font-size : 1.5rem;
	margin : 0 10px 0 0;
	padding : 2px 8px;
	}

.price-li {
	background-color : #ffffff;
	text-align : center;
	padding : 15px 10px;
	}

.price-li li:not(:last-child) {
	margin : 0 0 15px;
	}

.price-li span {
	display : inline-block;
	display : block;
	background-color : #d86661;
	color : #ffffff;
	text-align : center;
	font-size : 1.5rem;
	margin : 0 0 8px;
	padding : 5px 10px;
	}

.sh {
	box-shadow : 0 2px 2px 0 rgba(113, 95, 24, 0.2);
	}

/******************************************
[first.html]
******************************************/
.first01-pic {
	position : relative;
	}

.first01-pic::before {
	content : '';
	background : url(../img/point-bg.png) no-repeat;
	background-size : 100% auto;
	width : 100px;
	height : 100px;
	position : absolute;
	top : 20px;
	left : -50px;
	z-index : 1000;
	}

.first01-pic::after {
	content : '';
	background : url(../img/point-bg.png) no-repeat;
	background-size : 100% auto;
	width : 100px;
	height : 100px;
	position : absolute;
	bottom : -60px;
	right : -50px;
	}

.first01-name {
	text-align : center;
	font-family : "Noto Serif JP", serif;
	font-size : 1.8rem;
	letter-spacing : 3px;
	}

.first01-name span {
	font-size : 2.5rem;
	margin : 0 0 0 5px;
	}

.flow-li {
	margin : 0 0 15px;
	}

.flow-li li {
	background-color : #ffffff;
	padding : 15px;
	position : relative;
	border : 1px solid #dcc87a;
	}

.flow-li li:not(:last-child) {
	margin : 0 0 40px;
	}

.flow-li li:not(:last-child)::after {
	content : '';
	display : block;
	background : url(../img/flow-arrow.png) no-repeat;
	background-size : 100% auto;
	width : 70px;
	height : 20px;
	margin : 0 auto;
	position : absolute;
	bottom : -35px;
	left : 50%;
	transform : translateX(-50%);
	}

.flow-ttl {
	color : #ae9844;
	text-align : center;
	font-family : "Noto Serif JP", serif;
	font-size : 2.0rem;
	margin : 0 0 5px;
	}

.flow-ttl span {
	display : inline-block;
	background-color : #ae9844;
	width : 22px;
	height : 22px;
	color : #ffffff;
	font-size : 1.5rem;
	line-height : 22px;
	margin : 0 5px 0 0;
	border-radius : 22px;
	}

/******************************************
[trial.html]
******************************************/
.trial01-ttl {
	color : #d86661;
	text-align : center;
	font-family : ten-mincho, serif;
	font-size : 2.2rem;
	font-weight : bold;
	letter-spacing : 2px;
	padding : 15px 0;
	}

/******************************************
[master.html]
******************************************/
.master-li {
	color : #715f18;
	line-height : 1.3;
	margin : 0 0 3px;
	padding : 0 0 0 1.2em;
	text-indent : -1.2em;
	}

.master-li i {
	color : #dcc87a;
	margin : 0 3px 0 0;
	}

.master-li span {
	font-size : 1.2rem;
	}

.summary-li {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	justify-content : flex-start;
	}

.summary-li li {
	background-color : #dcc87a;
	color : #ffffff;
	white-space : nowrap;
	margin : 0 5px 5px 0;
	padding : 2px 8px;
	border-radius : 3px;
	}

/******************************************
[manners.html]
******************************************/
.special-li li {
	background : url(../img/pat-line.jpg) repeat-x;
	background-size : 100% auto;
	background-color : #ffffff;
	text-align : center;
	margin : 0 0 20px;
	padding : 15px 10px;
	}

.special-li p {
	background-color : #d86661;
	width : 70px;
	height : 70px;
	color : #ffffff;
	font-family : "Noto Serif JP", serif;
	line-height : 1;
	margin : 15px auto;
	padding : 16px 0 0;
	border-radius : 70px;
	}

.special-li span {
	display : block;
	font-size : 2.5rem;
	}

/******************************************
[access.html]
******************************************/
.access-dl {
	background-color : #ffffff;
	padding : 15px;
	}

.access-dl dt {
	color : #d86661;
	font-weight : bold;
	}

.access-dl dt i {
	display : inline-block;
	vertical-align : initial;
	color : #dcc87a;
	margin : 0 3px 0 0;
	}

.access-dl dd {
	margin : 0 0 10px;
	padding : 0 0 10px;
	border-bottom : 1px solid #dcc87a;
	}

.access-dl dd p {
	margin : 0 0 5px;
	}

.access-dl dd span {
	color : #ae9844;
	font-size : 1.3rem;
	margin : 0 5px 0 0;
	padding : 0 5px;
	border : 1px solid #ae9844;
	}

.gmap {
	border : 3px solid #dcc87a;
	}

.gmap iframe {
	vertical-align : bottom;
	}

/******************************************
[table]
******************************************/
.table-style01 {
	background-color : #ffffff;
	width : 100%;
	border : 0;
	border : 1px solid #ae9844;
	}

.table-style01 tr:first-child {
	background-color : #ae9844;
	}

.table-style01 tr:first-child th,
.table-style01 tr:first-child td {
	color : #ffffff !important;
	font-size : 1.2rem;
	font-weight : normal !important;
	padding : 8px 5px;
	}

.table-style01 th {
	width : 7em;
	color : #ae9844;
	text-align : center;
	font-size : 1.4rem;
	font-weight : bold;
	padding : 5px;
	border-bottom : 1px solid #ae9844;
	}

.table-style01 td {
	color : #ae9844;
	text-align : center;
	font-size : 1.2rem;
	padding : 5px;
	border-bottom : 1px solid #ae9844;
	}

.table-style01 span {
	display : block;
	color : #ae9844;
	font-size : 1.0rem;
	margin : 0 0 3px;
	}

.table-style02 {
	width : 100%;
	}

.table-style02 th {
	width : 6em;
	text-align : left;
	font-weight : bold;
	padding : 18px 0;
	border-bottom : 1px solid #dcdcdc;
	}

.table-style02 td {
	padding : 18px 0 18px 10px;
	border-bottom : 1px solid #dcdcdc;
	}

.table-style03 {
	width : 100%;
	}

.table-style03 th {
	min-width : 7em;
	text-align : left;
	font-weight : bold;
	padding : 15px 0;
	border-bottom : 1px solid #dcdcdc;
	}

.table-style03 td {
	padding : 15px;
	border-bottom : 1px solid #dcdcdc;
	}

.table-style03 td span {
	font-size : 1.2rem;
	}

.table-style04 {
	width : 100%;
	text-align : center;
	font-size : 13px;
	border : 1px solid #dcdcdc;
	}

.table-style04 th {
	background-color : #ae9844;
	min-width : 5em;
	font-weight : bold;
	padding : 10px 5px;
	border : 1px solid #dcdcdc;
	}

.table-style04 td {
	width : 37%;
	padding : 10px 5px;
	border : 1px solid #dcdcdc;
	}

.table-style04 tr:first-child th,
.table-style04 tr:first-child td {
	background-color : #ae9844;
	color : #ffffff;
	}

.table-note {
	display : block;
	font-size : 1.2rem;
	padding-left : 1em;
	text-indent : -1em;
	}

/******************************************
[改行切り替え]
******************************************/
.sp {
	display : none;
	}

.pc {
	display : block;
	}

@media screen and (max-width: 576px) {
	.sp {
		display : block;
		}
	.pc {
		display : none;
		}
	}

/******************************************
[float解除]
******************************************/
.clearfix:after {
	content : " ";
	display : block;

	clear : both;
	}
