/*
Theme Name:  Clean Simple White
Theme URI:   http://mazznoer.web.id/wordpress-themes/clean-simple-white/
Author:      Mazznoer
Author URI:  http://mazznoer.web.id/
Description: It is a very clean and simple theme for Your WordPress site.
Version:     1.4.2
License:     GPL
License URI: http://www.gnu.org/licenses/gpl.html
Tags:        white, blue, light, two-columns, right-sidebar, theme-options, featured-images, fixed-layout, sticky-post, threaded-comments, translation-ready
Text Domain: clean-simple-white
*/

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* additional by Mazznoer */

:focus {
	outline: none;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 100%;
	overflow-y: scroll;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size:16px;
	line-height: 25px;
	background:url(img/back01.jpg);
	background-size:30%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}
a:link,
a:visited {
	color: #3366bb;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img{
	vertical-align:top;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: bold;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 13px 0;
}
blockquote {
	font-family: georgia;
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}
input, select {
	vertical-align: middle;
}
pre {
	overflow: auto;
}
address, em {
	font-style: italic;
}
code, kbd {
	font-family: monospace;
	font-size: 1.2em;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
.sp{
	display:none;
}
/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}
#page_titel{
	text-align:center;
	font-size:2.5em;
	font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
	line-height:1.5;
	padding:0 0 50px 0;
	color:#e75205;
}


.page_titel_sub {
    position: relative;
    padding: 1rem 1.5rem;
    color: #2b88af;
    font-size: 2em;
    font-weight: bold;
	display:inline-block;
	text-align:center;
	margin-top:40px;
	font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
}


.page_titel_sub::before,
.page_titel_sub::after {
    position: absolute;
    top: 0.8rem;
    height: 30px;
    content: '';
}


.page_titel_sub::before {
    border-left: double 8px;
    left: 0;
    transform: rotate(-30deg);
}


.page_titel_sub::after {
    border-right: double 8px;
    right: 0;
    transform: rotate(30deg);
}

.triangle {
  position: relative;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  border-top: 100px solid #fff;
}


/* =Layout
-------------------------------------------------------------- */

#container {
	width:100%;
	margin: 0px auto;
	text-align: left;
}

#main-content {
	margin: 100px auto;
	padding: 20px;
	box-sizing:border-box;
	width: 90%;
	max-width:1100px;

}
#main-content02 {
	margin: 100px auto;
	box-sizing:border-box;
	width: 100%;
	background:#f1eeec;
	clip-path: polygon(50% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);

}
#main-contentbox {
	padding: 100px 20px 20px 20px;
	box-sizing:border-box;
	width: 90%;
	max-width:1100px;
	margin:0 auto;

}
#main-content03{
	margin: 100px auto;
	padding: 20px;
	box-sizing:border-box;
	width: 90%;
	max-width:1100px;

}
#sidebar {
	background: transparent;
	float: right;
	margin: 10px 10px 10px 0;
	padding: 0px;
	width: 315px;
}
#footer {
	width:100%;
	background:url(img/f_logo_back.jpg);
	background-size:30%;
	margin:0;
}
#footer .box{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
#footer .box ul{
	width:100%;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#footer .box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#footer .box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#footer .box ul li ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:50px 0 0 0;
	width:50%;
}

#footer .box ul li.left{
	width:40%;
	color:#fff;
	padding:70px 40px 0 0;
	line-height:30px;
}
#footer .box ul li.left img{
	width:270px;
	height:auto;
	margin-bottom:40px;
}
#footer .box ul li.right{
	width:60%;
}
#footer .box ul li.right iframe{
	width:100%;
}


/* =Header
-------------------------------------------------------------- */

#header {
	width:100%;
	border-top:10px solid #e75206;
	background:url(img/back01.jpg);
	background-size:30%;
}

#header .box {
	width:95%;
	max-width:1200px;
	margin:0 auto;
	padding:10px 0;
}
#header .box table{
	border:0;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing:border-box;
}
#header .box th{
	border:0;
	margin:0;
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	width: 36.67%;
}
#header .box th img{
	width:270px;
	height:auto;
}
#header .box td{
	border:0;
	margin:0;
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	width: 10.56%;
	font-size:0.8em;
	font-weight: 700;
}
#header .box td.line{
	border-right:1px dotted #000;

}
#header .box td img{
	width:30px;
	height:auto;
	display:block;
	margin:0 auto;
}
#header .box td a:link,
#header .box td a:visited{
	color:#000;
	display:block;
}
#header .box td a:hover{
	color:#e75206;
	transition: all .3s;
}
#header .box td a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* =ボタン
-------------------------------------------------------------- */
.cbtn {
	display: block;
	width: 90%;
	height: 45px;
	margin:20px auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	border-radius:50px;

	font-weight:bold;
}

.cbtn::before,
.cbtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cbtn,
.cbtn::before,
.cbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ymorebtn {
	display: block;
	width: 325px;
	height:65px;
	margin:15px auto 30px auto;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	outline: none;
	font-size:1.2em;
	font-weight:500;
	color:#e75205;
    background: #fff;
	position: relative;
	border-radius:70px;
	border:1px solid #e75205;
}
.ymorebtn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
a.ymorebtn,
a:link.ymorebtn{
	color:#e75205;
}
a:hover.ymorebtn,
.ymorebtn:hover {
	color:#fff;
	border:1px solid #e75205;
	background:#e75205;
	text-decoration: none;
}

.ymorebtn::before {
	position: absolute;
	z-index: -1;
	display: block;
    content: "";
}
.ymorebtn,
.ymorebtn::before,
.ymorebtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fbtn {
	display: block;
	width: 90%;
	height: 45px;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	color:#000;
	border-radius:50px;
	background:#fff;
}
a.fbtn,
a:link.fbtn{
	color:#000;
}
a:hover.fbtn,
.fbtn:hover {
	color:#fff;
	background:#e75206;
	text-decoration: none;

}
.fbtn::before,
.fbtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.fbtn,
.fbtn::before,
.fbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* =Content
-------------------------------------------------------------- */
#top_box {
	width:100%;

	padding:0 0 100px 0;
}


#slider{
	width:100%;
	background:url(img/slider.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#slider .box{
	width:90%;
	max-width:800px;
	padding:100px 0;
	margin:0 auto;
}
#slider .box img{
	width:100%;
	height:auto;
}
.content_box{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}

/* =Content
-------------------------------------------------------------- */
#content_01{
	width:100%;
	padding:50px 0;
}
#content_01 .content_box .titel{
	width:100%;
	max-width:600px;
	margin:0 auto;
}
#content_02{
	width:100%;
	padding:50px 0;
	margin:100px 0;
	background:url(img/back02.jpg);
	background-size:80%;
}
#content_02 .content_box .titel{
	width:100%;
	max-width:370px;
	margin:0 auto;
}

#content_02 .content_box ul{
	margin:40px auto 0 auto;
	padding:0;
	width:90%;
	max-width:1000px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#content_02 .content_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#content_02 .content_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 46%;
	box-sizing: border-box;
	padding:0;
	margin:0 2%;
	position:relative
}
#content_02 .content_box ul li .linktext {
	background:#000;
	color:#fff;
	font-size:1.1em;
	font-weight:700;
	line-height:40px;
	padding:0 1em;
	position:absolute;
	right:0;
	bottom:0;
}


#content_02 .content_box ul li img{
	width:100%;
	height:auto;
}

#content_03 ul{
	margin:40px auto 0 auto;
	padding:0;
	width:90%;
	max-width:1000px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#content_03 ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#content_03 ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#content_03 ul li.left {
	width:30%;
}
#content_03 ul li.left img{
	width:100%;
	height:auto;
}
#content_03 ul li.right {
	width:70%;
	padding:0 0 0 40px;
}
#content_03 ul li.right table{
	border:0px;
	margin:10px 0;
}
#content_03 ul li.right th{
	width:6em;
	border:0px;
	background:#fff;
	padding:20px;
	box-sizing:border-box;
}
#content_03 ul li.right td{
	border:0px;
	background:#fff;
	padding:20px;
	box-sizing:border-box;
	background:#fff;
	font-weight:bold;
}
.content_box .titel img{
	width:100%;
	height:auto;
}

/* =スライド部分
-------------------------------------------------------------- */
/* タブ全体 */
.slider-tabs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 10px auto;
	width:90%;
	max-width:900px;
}

.tab {
  flex: 1;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
	margin-bottom:30px;
}

/* 横バー部分 */
.tab-bar {
  height: 6px;
  width: 95%;
  background-color: gray;
  margin-top: 5px;
  transition: background-color 0.3s;
}

/* 選択中のタブはバーをオレンジに */
.tab.active .tab-bar {
  background-color: #e75206;
}

/* スライダーサイズ */
#banner .slider {
  width: 100%;
}
#banner {
  overflow: hidden;
	
}
#banner ul{
	margin:0;
	padding:0;
}
.slider-item img {
  width: 100%;
  display: block;
}
.slider-item table{
	width:90%;
	max-width:800px;
	border:0px;
	margin:0 auto;
}
.slider-item th,
.slider-item td{
	width:50%;
	vertical-align:top;
	background:#fff;
}
.slider-item td{
	padding:30px;
	box-sizing:border-box;
}
.slider-item td .s_titel{
	margin-bottom:30px;
}

/* =問い合わせ
-------------------------------------------------------------- */
#contact{
	width:90%;
	max-width:1100px;
	margin:50px auto;
	border:3px solid #d9d9d9;
	background:url(img/contact_back02.jpg);
	text-align:center;
}

#contact .back{
	width:100%;
	background:url(img/contact_back.jpg);
	background-repeat:no-repeat;
	background-repeat:top left;
}
#contact .back_ill{
	width:90%;
	margin:0 auto;
	background:url(img/c_ill.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	background-size:170px auto;
	
}
#contact .back_ill .titel{
	width:100%;
	max-width:540px;
	margin:0 auto;
	padding:70px 0 0 0;
}
#contact .back_ill .titel img{
	width:100%;
	height:auto;
	
}
#contact .back_ill .text{
	width:100%;
	padding:50px 0 70px 0;
	font-size:1.1em;
	font-weight:bold;
}
#contact ul{
	width:90%;
	margin:0 auto 30px auto;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#contact ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#contact ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 31%;
	box-sizing: border-box;
	padding:15px;
	margin:1%;
	color:#fff;
}
#contact ul li.b01{
	background:#d08600;
	border-radius:10px;
}
#contact ul li.b02{
	background:#b83535;
	border-radius:10px;
}
#contact ul li.b02 .cbtn{
	background:#fff;
	color:#b83535;
	border:1px solid #fff;
}
#contact ul li.b02 a.cbtn,
#contact ul li.b02 a:link.cbtn{
	color:#b83535;
}
#contact ul li.b02 a:hover.cbtn,
#contact ul li.b02 .cbtn:hover {
	color:#fff;
	background:#b83535;
	text-decoration: none;

}
#contact ul li.b03{
	background:#00a710;
	border-radius:10px;
}
#contact ul li.b03 .cbtn{
	background:#fff;
	color:#00a710;
	border:1px solid #fff;
}
#contact ul li.b03 a.cbtn,
#contact ul li.b03 a:link.cbtn{
	color:#00a710;
}
#contact ul li.b03 a:hover.cbtn,
#contact ul li.b03 .cbtn:hover {
	color:#fff;
	background:#00a710;
	text-decoration: none;

}
#contact ul li h3{
	font-size:1em;
	font-weight:500;
	padding-bottom:5px;
}
#contact ul li .bar{
	border-bottom:3px solid #fff;
	width:110px;
	margin:0 auto;
}
#contact ul li .tel{
	font-size:2em;
	font-weight:bold;
	margin:15px 0 5px 0;
}
#contact ul li .time{
	font-size:0.9em;
}

/* =ページ
-------------------------------------------------------------- */

#titel_box{
	width:100%;
	background:url(img/slider.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:80px 0;
	clip-path: polygon(50% 100%, 100% 85%, 100% 0, 0 0, 0 85%);

}
#titel_box .imgbox{
	width:90%;
	max-width:800px;
	margin:0 auto;
	background:url(img/c_ill.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 100%;	
}
#titel_box h2{
	text-align:center;
	font-size:2.8em;
	line-height:1.5;
	padding:80px 0;
	font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
	color:#fff;
	text-shadow: 0px 0px 7px #000;
}
.wmenu_box{
	width:90%;
	max-width:900px;
	margin:0 auto 60px auto;
	background:url(img/back03.jpg);
	border:3px solid #a1d2e7;
	padding:30px;
	box-sizing:border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	
}
.wmenu_box ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.wmenu_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.wmenu_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.wmenu_box ul li.text {
	font-size:1.2em;
	font-weight:bold;
	line-height:2.5;
	padding:30px;
	margin:0;
  text-decoration-line: underline;
	text-decoration-thickness: 2px;
  text-decoration-style: dotted;
  text-decoration-color: #555;
	text-underline-offset: 8px;
}
.wmenu_box ul li img{
	width:100%;
	height:auto;
}
.w_subbox{
	width:90%;
	max-width:900px;
	margin:30px auto;
	background:#fff;
	padding:40px;
	box-sizing:border-box;
}
.w_subbox h4{
	font-size:1.3em;
	font-weight:bold;
	color:#966d58;
}
.c_subbox{
	width:90%;
	max-width:900px;
	margin:30px auto;
	padding:0;
	box-sizing:border-box;
}
.p_subbox  {
  	background:#f1eae8;
	margin:30px auto;
	padding:40px;
	box-sizing:border-box;

}


.p_subbox h4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0px;
	color:#966d58;
}

.p_subbox h4:before, .p_subbox h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #966d58;
  border-bottom: solid 1px #966d58;
}

.p_subbox h4:before {
  left:0;
}
.p_subbox h4:after {
  right: 0;
}
table {
	border: 1px solid #ddd;
	width: 100%;
}
table thead {
	background: #eee;
}
table th {
	font-weight: bold;
}
table td {
	border: 1px solid #ddd;
}
#main-content ul , #main-content ol {margin: 10px 0 10px 15px;}
#main-content ul li {list-style-type: square;}
#main-content ol li {list-style-type: decimal;}
#main-content li li {margin-left: 25px;}
#main-content p {margin: 10px 0;}

/* =Sidebar
-------------------------------------------------------------- */



/* =Comments
-------------------------------------------------------------- */

#main-content ol.commentlist {margin-left: 0px;}
#main-content ol.commentlist li {
border: 1px solid #bbb;
list-style: none;
margin: 15px 0;
padding: 10px;
}
li.odd {background: #f8f8f8;}
.commentlist li img.avatar {border: 1px solid #aaa; width: 32px; height: 32px;}
#main-content ul.children li {margin-left: 70px;}
.comment-author {background: #eee;}
.comment-meta {border-bottom: 1px solid #ddd; text-align: right;}
.comment-reply-link, #cancel-comment-reply-link {border: 1px solid #aaa; padding: 3px 10px;}

/* comment form */

.required {color: red;}
#respond input {display: block;}

/* ------------------------------------ */

input, textarea {background: #fff; border: 1px solid #909090; color: #000; margin: 10px 0; padding:15px; box-sizing:border-box; border-radius:5px;}
input#searchsubmit, input#submit {background: #ddd; border: 1px solid #999; color: #000; padding: 6px 10px;}
textarea#comment {width: 95%;}

/* images and captions */

#main-content img {
	height: auto;
	max-width: 550px;
}
img.centered {
	display: block;
	margin: 10px auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ccc;
	padding-top: 4px;
	text-align: center;
	margin: 10px 0;
	max-width: 550px;
	height: auto;
}
.wp-caption img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	line-height: 15px;
}
.wp-caption.alignright {
	margin: 10px 0 10px 10px;
}
.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}
.gallery-caption {

}

/* classes */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.post-spt {
	border-top: 1px dashed #ccc;
	margin-bottom: 15px;
}
.post-meta {
	background: #eee;
	margin: 10px -10px;
	padding: 2px 10px;
}
.post-tag {
	margin: 10px 0;
}
.sticky {
	background: #f6f6f6;
	border: 0px solid #ccc;
	margin: -10px -10px 10px -10px;
	padding: 0 10px;
}
.sticky .post-meta {
	background: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
p.page-link span {
	border: 1px solid #ccc;
	padding: 3px 8px;
}
p.page-link a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.page .nocomments {
	display: none;
}
.bypostauthor .fn {
	font-weight: bold;
}

/* widget */

.widget {
	margin-bottom: 15px;
}
.widget_calendar table {
	text-align: center;
	width: 100%;
}
.widget_calendar caption {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar thead th {
	background: #eee;
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ddd;
}
#today {
	background: #eee;
}
.search-form label span{
	display: none;
}

/* navigation */

.post-navigation h2 {
	display: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
a.more-link:link,
a.more-link:visited {
	float: right;
	margin-bottom: 10px;
}

/* pagination */

.pagination h2 {
	display: none;
}
.pagination .nav-links * {
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.pagination .current,
.pagination .dots {
	background: transparent;
}



#flow-container_box{
	background:#f1eae8;
	width:95%;
	max-width:1000px;
	margin:0 auto;
	padding:50px 0;
	border-radius:10px;
}
 .flow-container {
 position: relative;
 max-width: 800px;
 margin: 60px auto;
 }

 .flow-timeline {
 position: absolute;
 left: 30px;
 top: 0;
 bottom: 0;
 width: 4px;
 background: linear-gradient(to bottom, #888888, #888888);
 border-radius: 2px;
 z-index: 1;
 }

 .flow-step {
 position: relative;
 margin-bottom: 60px;
 display: flex;
 align-items: center;
 z-index: 2;
 justify-content: flex-start;
 }

 .step-number {
 position: absolute;
 left: 30px;
 transform: translateX(-50%);
 width: 60px;
 height: 60px;
 background: linear-gradient(135deg, #e75206, #e75206);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.5rem;
 font-weight: 700;
 color: white;
 z-index: 3;
 }

 .step-content {
 background: white;
 padding: 30px;
 border-radius: 15px;
 width: calc(100% - 80px);
 position: relative;
 margin-left: 80px;
 transition: transform 0.3s ease;
 }

 .step-content:hover {
 transform: translateY(-5px);
 }

 .step-content::before {
 content: '';
 position: absolute;
 top: 50%;
 left: -15px;
 transform: translateY(-50%);
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 15px 15px 15px 0;
 border-color: transparent white transparent transparent;
 }

 .step-title {
 font-size: 1.4rem;
 font-weight: 600;
 color: #2c3e50;
 margin-bottom: 15px;
 border-bottom: 2px solid #ecf0f1;
 padding-bottom: 10px;
 }

 .step-description {
 font-size: 1rem;
 color: #555;
 line-height: 1.7;
 }
.mw_wp_form {
  width: 100%;
  color: #333;
}

.mw_wp_form table.mailform-tbl {
  width: 100%;
  margin: 40px 0;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
  border-top: 1px solid #555;
}

.mw_wp_form table tr {
  width: 100%;
  border-bottom: 1px solid #555;
  padding: 30px 0;
  font-weight: normal;
	background:#fff;
}

.mw_wp_form table tr:first-child {
  border-top: 1px dotted #ccc;
}

.mw_wp_form table th {
  padding: 20px;
	box-sizing:border-box;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  width: 25%;
	border:0px;
	background:#fff;
	vertical-align:middle;
	border-right:1px solid #ddd;
	background:#f1e9e6;
}

.mw_wp_form table th .attention {
  font-size: 80%;
  margin-left: 10px;
  color: red;
  padding: 3px;
	
}

.mw_wp_form table td {
  padding: 20px;
	box-sizing:border-box;
  width: 75%;
	border:0px;
}

.mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
  width: 50%;
  box-sizing: border-box;
}

.mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
  width: 80%;
  box-sizing: border-box;
}

.mw_wp_form table td.w80 textarea {
  width: 80%;
  box-sizing: border-box;
}

.mw_wp_form #submit-button {
  text-align: center;
}

.mw_wp_form #submit-button input {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #c19e56;
  background: #c19e56;
  color: #fff;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #999;
  background: #999;
  color: white;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  list-style: none;
}

.mw_wp_form .form_step>li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #C19E56;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #C19E56;
  border-left: 2px solid #C19E56;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.mw_wp_form_input .form_step>li:nth-of-type(1), .mw_wp_form_preview .form_step>li:nth-of-type(2), .mw_wp_form_complete .form_step>li:nth-of-type(3) {
  background-color: #C19E56;
  color: #fff;
}

@media screen and (max-width: 768px) {
body {
	font-size:14px;
	line-height: 25px;

}
/* =Header
-------------------------------------------------------------- */
#header .box th{
	border:0;
	margin:0;
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	width: 100%;
}
#header .box th img{
	width:230px;
	height:auto;
}
#header .box td{
	display:none;
}
#footer .box ul li {
	float: none;
	padding:0;
	margin:0;
}
#footer .box ul li.left{
	width:100%;
	color:#fff;
	padding:20px 0 40px 0;
	line-height:30px;
}
#footer .box ul li.left img{
	width:200px;
	height:auto;
	margin-bottom:20px;
}
#footer .box ul li.right{
	width:100%;
}
#footer .box ul li ul li {
	display: block;
	float: none;
	margin:10px 0;
	width:100%;
}
/* =Content
-------------------------------------------------------------- */
#content_01 .content_box .titel{
	width:80%;
	max-width:400px;
	margin:0 auto;
}
#content_02 .content_box .titel{
	width:80%;
	max-width:250px;
	margin:0 auto;
}
#content_02 .content_box ul li {
	float:none;
	width: 100%;
	box-sizing: border-box;
	padding:0;
	margin:2% 0;
}
#content_03 ul li {
	float: none;
}
#content_03 ul li.left {
	width:100%;
	text-align:center;
}
#content_03 ul li.left img{
	width:80%;
	max-width:200px;
	height:auto;
}
#content_03 ul li.right {
	width:100%;
	padding:0 0 0 0;
}
.wmenu_box{
	width:100%;
	padding:20px;
}
.wmenu_box ul li {
	float: none;
	width: 100%;
}
.wmenu_box ul li.text {
	font-size:1.2em;
	font-weight:bold;
	line-height:2.5;
	padding:10px;
	margin:0;

}
	


	
/* =ページ
-------------------------------------------------------------- */
#page_titel{
	text-align:center;
	font-size:2em;
	font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
	line-height:1.3;
	padding:0 0 50px 0;
	color:#e75205;
}
.page_titel_sub {
    position: relative;
    padding: 1rem 1.5rem;
    color: #2b88af;
    font-size: 1.8em;
	line-height:1.2;
    font-weight: bold;
	display:inline-block;
	text-align:center;
	margin-top:40px;
	font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
}
#titel_box{
	width:100%;
	background:url(img/slider.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:20px 0;
	clip-path: polygon(50% 100%, 100% 85%, 100% 0, 0 0, 0 85%);

}
#titel_box .imgbox{
	width:90%;
	max-width:800px;
	margin:0 auto;
	background:initial;
	background-repeat:initial;
	background-position:initial;
	background-size:initial;	
}
#titel_box h2{
	text-align:center;
	font-size:2.3em;
	line-height:1.5;
	padding:40px 0;
	font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
	color:#fff;
	text-shadow: 0px 0px 7px #000;
}
#main-content {
	margin: 50px auto;
	padding: 0px;
	box-sizing:border-box;
	width: 90%;
	max-width:1100px;
}
#main-content02 {
	margin: 50px auto;
	box-sizing:border-box;
	width: 100%;
	background:#f1eeec;
	clip-path: polygon(50% 0, 100% 5%, 100% 100%, 0 100%, 0 5%);
}
#main-contentbox {
	padding: 50px 0;
	box-sizing:border-box;
	width: 90%;
	max-width:1100px;
	margin:0 auto;

}
#main-content03 {
	margin: 50px auto;
	padding: 0;
	box-sizing:border-box;
	width: 100%;
	max-width:1100px;
}
#flow-container_box{
	background:#f1eae8;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:20px;
	border-radius:0px;
	 box-sizing:border-box;
}
 .flow-container {
	width:100%;
 position: relative;
 max-width: 800px;
 margin: 60px auto;
 }
 .step-content {
 background: white;
 padding: 30px;
 border-radius: 15px;
 width: calc(100% - 80px);
 position: relative;
 margin-left: 80px;
 transition: transform 0.3s ease;
	 box-sizing:border-box;
 }

 .step-content:hover {
 transform: translateY(-5px);
 }

 .step-content::before {
 content: '';
 position: absolute;
 top: 50%;
 left: -15px;
 transform: translateY(-50%);
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 15px 15px 15px 0;
 border-color: transparent white transparent transparent;
 }

/* =問い合わせ
-------------------------------------------------------------- */
#contact .back_ill{
	width:90%;
	margin:0 auto;
	background:initial;
	background-repeat:initial;
	background-position: initial;
	background-size:initial;
}
#contact .back_ill .titel{
	width:100%;
	max-width:540px;
	margin:0 auto;
	padding:30px 0 0 0;
}
#contact .back_ill .text{
	width:100%;
	padding:20px 0 40px 0;
	font-size:1.1em;
	font-weight:bold;
}
#contact ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding:15px;
	margin:1% 0;
	color:#fff;
}
/* =スライド部分
-------------------------------------------------------------- */
/* タブ全体 */
.slider-tabs {
  font-size:0.9em;
	line-height:1.2;
}
	.slider-tabs span{
		display:block;
	}
/* スライダーサイズ */
.slider-item th,
.slider-item td{
	width:100%;
	display:block;
	vertical-align:top;
	background:#fff;
}
	

  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 30%;
  }
  .mw_wp_form table th,
  .mw_wp_form table td {
    width: 100%;
	  display:block;
	  padding:15px;
  }
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    box-sizing: border-box;
  }

	 .pc{
		 display:none;
	 }
	 .sp{
		 display:block;
	 }
 .main-title {
 font-size: 2rem;
 }
 
 .step-content {
 padding: 20px;
 }
 }

 .completion-badge {
 text-align: center;
 margin: 40px auto 0 auto;
 padding: 20px;
 background: linear-gradient(135deg, #2ecc71, #27ae60);
 color: white;
 border-radius: 15px;
 font-size: 1.2rem;
 font-weight: 600;
	 width:85%;
 }

#mobileFootNav { display:none; }
@media only screen and (max-width: 767px) {
	#mobileFootNav { display:block; z-index:1030; width:100%; height:60px; position:fixed; bottom:0; }
	#mobileFootNav { background:rgba(255,255,255,0.7); border-top:1px solid #e1e1e1; }
	#mobileFootNav .ftNavBtn { float:left; width:48%; height:46px; margin:7px 1%; }
	#wrap_all { padding-bottom:60px; }

/* ボタンデザイン */
a.blueButton {
	background:#fb5f0c;
	border-radius:3px;
	display:block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	font-size:1.1em;
	line-height:46px;
	font-weight:500;
	width:100%;
	text-align:center;
	vertical-align:middle;
	font-family: "Public Sans", sans-serif;
	font-weight:900;
}
a.blueButton:hover {
	background:#c54400;
	text-decoration:none;
}
a.blueButton:active { position:relative; top:1px; }
}