@charset "utf-8";

/*
Theme Name: THETA_child
Template: theta
Author: minoru kubota
Version: 1.0
*/

/*
----------------------------------------
font
----------------------------------------
*/

.acf-input {
	font-size: 62.5%;
}

.acf-input h2 {
	font-weight: bold !important;
	color: #444;
	background: #F9F9F9;
	border: solid 1px #E1E1E1;
	margin-bottom: 20px !important;
}

.en {
	font-family: 'Roboto Slab', serif;
}

.gothic {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', YuGothic, sans-serif;
}

.mincho {
	font-family: ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’游明朝’, YuMincho, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
}

strong {
	font-weight: normal;
}


/*
----------------------------------------
h1-h6
----------------------------------------
*/

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
	text-align: center;
}

#contents h1 {
	font-size: 2.4rem;
}

#contents h2 {
	font-size: 2.2rem;
}

#contents h3 {
	font-size: 2rem;
}

#contents h4,
#contents h5,
#contents h6 {
	font-size: 1.8rem;
}

#contents .heading-01,
#contents .heading-02,
#contents .heading-03,
#contents .heading-04,
#contents .heading-05,
#contents .heading-06 {
	margin-bottom: 20px;
}

/* heading-01 */

.heading-01 {
	color: #fff;
	background: #000;
	padding: 5px 15px;
}

/* heading-02 */

.heading-02 {
	color: #fff;
	background: -moz-linear-gradient( rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, 1 ) );
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, 1 ) ) );
	padding: 5px 15px;
}

/* heading-03 */

.heading-03 {
	padding: 8px 0;
	border-bottom: solid 1px #000;
}

/* heading-04 */

.heading-04 {
	border-left: solid 5px #000;
	padding-left: 10px;
}

/* heading-05 */

.heading-05 {
	border: solid 1px #999;
	padding: 5px 20px;
	position: relative;
}

.heading-05:before {
	content: '';
	width: 5px;
	height: 80%;
	background: #000;
	position: absolute;
	top: 10%;
	left: 5px;
}

/* heading-06 */

.heading-06 {
	color: #fff;
	background: #333;
	padding: 10px 15px;
	border-radius: 5px;
	position: relative;
}

.heading-06:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 8px transparent;
	border-top: solid 10px #333;
	position: absolute;
	top: 100%;
	left: 40px;
}


/*
----------------------------------------
bottun
----------------------------------------
*/

.btn-01 a,
.btn-02 a,
.btn-03 a,
.btn-04 a,
.btn-05 a,
.btn-06 a {
	text-decoration: none;
	color: #000;
	margin: 10px 0;
	transition: all .2s;
}

.btn-01.center a,
.btn-02.center a,
.btn-03.center a,
.btn-04.center a,
.btn-05.center a,
.btn-06.center a {
	margin: 10px 5px;
}

.btn-01 a {
	display: inline-block;
	padding: 10px 40px 10px 30px;
	border-radius: 5px;
	color: #fff;
	background: #000;
	line-height: 1.5;
	position: relative;
}

.btn-01 a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	top: 10px;
	right: 15px;
	transition: all .2s;
}

.btn-01 a:hover {
	background: #333;
}

.btn-01 a:hover:after {
	right: 10px;
}

.btn-02 {
	text-align: center;
}

.btn-02 a {
	display: block;
	padding: 10px 30px;
	border-radius: 5px;
	line-height: 1.5;
	border: solid 1px #555;
	position: relative;
	transition: all .2s;
}

.btn-02 a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	top: 10px;
	right: 15px;
}

.btn-02 a:hover {
	color: #fff;
	background: #333;
}

.btn-03 a {
	display: inline-block;
	padding: 0 15px 0 20px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	border: solid 2px #ccc;
	border-radius: 16px;
	transition: all .2s;
}

.btn-03 a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 5px;
}

.btn-03 a:hover {
	color: #fff;
	background: #000;
}

.btn-04 a {
	display: inline-block;
	padding: 2px 25px 2px 10px;
	border-bottom: solid 2px #000;
	position: relative;
	transition: all .2s;
}

.btn-04 a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	top: 2px;
	right: 10px;
	transition: all .2s;
}

.btn-04 a:hover:after {
	right: 5px;
}

.btn-05 a {
	display: inline-block;
	padding: 0 15px 0 20px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	border: solid 2px #ccc;
	border-radius: 16px;
	transition: all .2s;
}

.btn-05 a:after {
	font-family: 'FontAwesome';
	content: '\f061';
	margin-left: 5px;
}

.btn-05 a:hover {
	background: #eee;
}

.btn-06 a {
	padding: 10px 15px;
	border-radius: 5px;
	transition: all .2s;
}

.btn-06 a:after {
	font-family: 'FontAwesome';
	content: '\f101';
	margin-left: 5px;
}

.btn-06 a:hover {
	background: #eee;
}


/*
----------------------------------------
table
----------------------------------------
*/

table caption {
	caption-side: bottom;
	padding-top: 15px;
	font-size: 1.3rem;
}

table.cell-02 th {
	width: 25%;
}

table.cell-02.fixed th,
table.cell-02.fixed td {
	width: 50%;
}

table.cell-03.fixed th,
table.cell-03.fixed td {
	width: 33.3333%;
}

table.cell-04.fixed th,
table.cell-04.fixed td {
	width: 25%;
}

table.cell-05.fixed th,
table.cell-05.fixed td {
	width: 20%;
}

table.cell-06.fixed th,
table.cell-06.fixed td {
	width: 16.6666%;
}

/* table-01 */

.table-01 {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 30px 0;
}

.table-01 thead th,
.table-01 thead td {
	color: #fff;
	background: #000;
	text-align: center;
}

.table-01 th {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #f9f9f9;
	font-weight: normal;
	vertical-align: top;
}

.table-01 td {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	vertical-align: top;
}

/* table-02 */

.table-02 {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ccc;
	margin: 30px 0;
}

.table-02 th {
	padding: 20px 10px;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}

.table-02 td {
	padding: 20px 10px;
	border-bottom: solid 1px #ccc;
}


/*
----------------------------------------
form
----------------------------------------
*/

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*
----------------------------------------
list
----------------------------------------
*/

/* arrow */

.li-arrow-01 ul {
	display: inline-block;
	margin: 0 auto;
	font-size: 1.6rem;
	text-align: left;
}

.li-arrow-01 li {
	position: relative;
	padding: 0 2rem;
}

.li-arrow-01 li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	left: 0;
	top: 0;
}

/* check */

.li-check ul {
	display: inline-block;
	margin: 0 auto;
	font-size: 1.6rem;
	text-align: left;
}

.li-check li {
	position: relative;
	padding: 0 2rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

.li-check li:before {
	font-family: 'FontAwesome';
	content: '\f046';
	position: absolute;
	left: 0;
	top: 0;
}


/*
----------------------------------------
dl
----------------------------------------
*/

.dl-01 {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
}

.dl-01 dt {
	width: 20%;
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: center;
	background: #222;
	color: #fff;
	margin-bottom: 10px;
}

.dl-01 dd {
	width: 77%;
	margin-bottom: 10px;
	line-height: 2rem;
}


/*
----------------------------------------
faq
----------------------------------------
*/

#contents #faq-menu {
	background: #fafafa;
	padding: 20px 10px;
	border: none;
}

#faq-menu h2 {
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
}

#faq-menu h2:before {
	font-family: 'FontAwesome';
	content: '\f111';
	margin-right: 1rem;
	font-size: 1.4rem;
	vertical-align: middle;
	color: #ccc;
}

#faq-menu li a {
	display: block;
	padding: 2px 0;
	font-size: 1.6rem;
}

.faq-01 dt {
	font-size: 2rem;
	padding: 25px 0 10px 5rem;
	border-top: solid 1px #ccc;
	position: relative;
}

.faq-01 dt:first-of-type {
	border-top: none;
	padding-top: 0;
}

.faq-01 dt:first-of-type:before {
	top: 2px;
}

.faq-01 dd {
	padding: 0 0 20px 5rem;
	position: relative;
}

.faq-01 dt:before,
.faq-01 dd:before {
	font-size: 1.4rem;
	font-family: 'Roboto Slab', serif;
	text-align: center;
	line-height: 3.4rem;
	display: inline-block;
	width: 3.4rem;
	height: 3.4rem;
	position: absolute;
	left: 0;
}

.faq-01 dt:before {
	content: 'Q';
	color: #fff;
	background: #000;
	top: 27px;
}

.faq-01 dd:before {
	content: 'A';
	background: #ddd;
	top: 2px;
}

.faq-02 dt {
	font-size: 2rem;
	padding: 5px 0 5px 8rem;
	margin-bottom: 15px;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
	position: relative;
}

.faq-02 dd {
	padding: 35px 0 40px 0;
	position: relative;
}

.faq-02 dt:before {
	content: 'Q';
	font-family: 'Roboto Slab', serif;
	background: transparent !important;
	text-align: center;
	display: inline-block;
	width: 6rem;
	border-right: solid 1px #555;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate( 0, -50% );
}

.faq-02 dd:before {
	display: inline-block;
	content: 'Answer';
	font-family: 'Roboto Slab', serif;
	font-size: 1.2rem;
	padding: 2px 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	color: #fff !important;
}


/*
----------------------------------------
flow
----------------------------------------
*/

/* flow-column */

.flow-column .flex {
	padding-top: 60px;
	position: relative;
}

.flow-column .flex:after {
	font-family: 'FontAwesome';
	content: '\f107';
	font-size: 5rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate( -50%, 0 );
}

.flow-column .flex:first-of-type {
	padding-top: 10px;
}

.flow-column .flex:first-of-type:after {
	display: none;
}

/* flow */

.flow.flex .box {
	padding: 10px 40px;
	position: relative;
}

.flow.flex .box:before {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 4rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate( -50%, -50% );
}

.flow.flex .box:first-child:before,
.flow.flex.box-02 .box:nth-child(2n+1):before,
.flow.flex.box-03 .box:nth-child(3n+1):before,
.flow.flex.box-04 .box:nth-child(4n+1):before,
.flow.flex.box-05 .box:nth-child(5n+1):before,
.flow.flex.box-06 .box:nth-child(6n+1):before {
	display: none;
}


/*
----------------------------------------
gallery
----------------------------------------
*/

.gallery {
	width: 100%;
	max-height: 450px;
	margin: 20px auto;
	overflow: auto;
}

.gallery figure {
	width: 200px;
	padding: 0 5px 2px 5px;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}

.gallery.box-100 figure {
	width: 100px;
}

.gallery.box-150 figure {
	width: 150px;
}

.gallery.box-200 figure {
	width: 200px;
}

.gallery.box-250 figure {
	width: 250px;
}

.gallery.box-300 figure {
	width: 300px;
}


/*
----------------------------------------
map
----------------------------------------
*/

.map  {
	width: 100%;
	height: 400px;
	margin: 40px 0;
	border: solid 1px #ddd;
}


/*
----------------------------------------
slider
----------------------------------------
*/

.slider {
	margin: 40px 0 90px 0;
	text-align: center;
}

.slider .slick-slide img {
	display: inline-block;
}

.slider.thumb-slider {
	margin: 40px 0 0 0;
}

.slider.thumb-slider + .thumb {
	margin-bottom: 40px;
}

.slider.thumb-slider + .thumb figure {
	padding: 0 5px;
	box-sizing: border-box;
}

.slider .slick-dots {
	bottom: -40px;
}


/*
----------------------------------------
top
----------------------------------------
*/

#top-main-img {
	background: #eee;
	line-height: 1;
}

/*
----------------------------------------
voice
----------------------------------------
*/

#voice .user,
#voice .star {
	display: inline-block;
	margin-bottom: 10px;
}

#voice .user {
	font-size: 1.6rem;
	margin-right: 1rem;
}

#voice .star {
	font-size: 2rem;
	color: #ccc;
	letter-spacing: 3px;
}

#voice .star span {
	color: #D5B376;
}

#voice dl.cat-list {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
	background: #fafafa;
	border-radius: 5px;
}

#voice dl.cat-list dt {
	background: #000;
	color: #fff;
	font-size: 1.2rem;
	padding: 1px 20px;
	margin-right: 10px;
}

#voice dl.cat-list a {
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 10px;
	text-decoration: underline;
}

#voice .faq-list {
	margin: 20px 0 40px 0;
	padding: 20px 20px 0 20px;
	background: #fafafa;
	border-radius: 5px;
}

#voice .comment h2:before {
	font-family: 'FontAwesome';
	content: '\f026';
	margin-right: 1rem;
}

/* archive */

#voice #contents h1 {
	margin-bottom: 10px;
}

#voice .post-archive ul.cat-list {
	margin-bottom: 5px;
}

#voice .post-archive .user {
	font-size: 1.4rem;
}

#voice .post-archive .star {
	font-size: 1.8rem;
}

#voice .post-archive p {
	margin-bottom: 0;
}


/*
----------------------------------------
contact
----------------------------------------
*/

#contact #contents h2 {
	border-bottom: solid 1px #ccc;
	padding: 0 0 10px 0;
	margin: 40px 0 20px 0;
}

#contact #contents h2:before {
	font-family: 'FontAwesome';
	content: '\f111';
	margin-right: 1rem;
	font-size: 1.4rem;
	vertical-align: middle;
	color: #ccc;
}

#contact #contents p {
	margin: 10px 0;
}

#contact #contents .tel {
	font-size: 4.5rem;
	vertical-align: middle;
	display: inline-block;
}

#contact #contents .tel:before {
	font-family: 'FontAwesome';
	content: '\f095';
	font-size: 1.6rem;
	background: #000;
	color: #fff;
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	margin-right: 1rem;
	transform: translate( 0, -30% );
}

#contact #contents .date {
	display: inline-block;
	margin-left: 10px;
	border-bottom: solid 1px #000;
	transform: translate( 0, -5px );
}

#contact #contents .submit {
	text-align: center;
}

#contact .form-table {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 30px 0;
}

#contact .form-table thead th,
#contact .form-table thead td {
	color: #fff;
	background: #000;
	text-align: center;
}

#contact .form-table th {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #f9f9f9;
	font-weight: normal;
	vertical-align: top;
}

#contact .form-table td {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	vertical-align: top;
}

