@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
 background: #FFF;
  color: #384648;
  font: 300 18px/36px;
  font-family: "メイリオ","meiryo","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.6;
}

.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

.tume {
  font-feature-settings : "palt" 1;
}

a {
  font: inherit;
  color: #384648;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #00a2e6;
}
a:active {
  background: transparent;
}

p{
	margin-bottom:30px;
}

ul,li {
	list-style:none;
	margin:0;
	padding:0;
}

html{height: 100%;}
img{border: 0px none;}

.sp {display: none;}

#wrapper02{
	width:100%;
	background:url(img/slide-bg.png) scroll left top repeat-x;
	position:relative;
}

#wrapper02::before{
	content:"";
	display:block;
	width:100%;
	height:41px;
	margin:0 auto;
	position:absolute;
	top:0px;
	left:0;
	background:url(img/slide-top-bg.png) scroll left top no-repeat;
	z-index:9999;
}

.map{
	width:100%;
}

.ggmap {
position: relative;
padding-bottom: 300px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

#pageplugin {
	width: 500px;
	max-width: 100%;
}

#pageplugin.outline-cont {
    padding: 0 0 40px 0;
}

#map_container {
  position: relative;
  padding-top: 50%;
}
#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
/* トップのフェード
------------------------- */

#firstimg {
	text-align:center;
	width:100%;
	height:100vh;
	z-index:9999;
}


.front-lead {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);"
}

.front-logo {
	font-size:42px;
	text-align:center;
}

.button {
	display:inline-block;
	width:200px;
	margin:0 auto;
	padding:7px 0;
	text-decoration:none;
	letter-spacing:1px;
	font-size:14px;
	text-align:center;
	color:#000;
}

.button02 {
	display:inline-block;
	width:200px;
	margin:0 auto;
	padding:10px 20px;
	text-decoration:none;
	letter-spacing:1px;
	font-size:16px;
	text-align:center;
	color:#fff;
}

.button:hover,
.button02:hover {
    background-color: #59b1eb;
    border-color: #59b1eb;
    color: #fff;
}

.front-button {
	border:1px solid #000;
	margin-top:20px;
}

.front-botton a{
	display:block;
	width:100%;
	height:100%;
}



/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}


/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 

/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}


.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(img/next.jpg) no-repeat left center;}
 
/*
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
*/ 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


.header {
	background: #FEF8E8;
}

#header{
	width:1110px;
	margin:0 auto;
	position:relative;
	padding-top:40px;
}

#top_line{
		border-bottom:5px solid #E8F0F6;
}


.otoiawase {
	position:absolute;
	top:50px;
	right:0;
}

.otoiawase a {
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}

.green{
	color:#AACC01;
}



.logo{
}

.navi{
	position:relative;
	z-index:150;
	clear:both;
}

.navi ul{
	list-style-type:none;
	width:1110px;
	margin:0 auto;
	overflow:hidden;
	font-size:0;
}

.navi li{
	display:inline-block;
	font-size:20px;
	width:20%;
	text-align:center;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
	letter-spacing: 1px;
	transition: all .3s;
}

.navi li a:hover {
	color:#FFFFFF;
}

.navi li a{
	padding:15px 0;
	font-weight:bold;
	width: 100%;
	display: inline-block;
}

.navi li:first-child {
	border-radius:10px 0 0 0;
}

.navi li:last-child {
	border-radius:0 10px 0 0;
}

.or {
	background:#ffbb8e;
}

.or a {
	color:#635855;
}

.gr {
	background:#8eed9c;
}

.gr a {
	color:#41675A;
}

.ye {
	background:#ffed66;
}

.ye a {
	color:#636749;
}
 
.blue {
	background:#7fd8ff;
}

.blue a {
	color:#3C6178;
}

.pk {
	background:#ffa0b8;
}

.pk a {
	color:#635062;
}

.brown {
	background:#d16b16;
}

.sblu {
	background:#E8F0F6;
}

.fc-br {
	color: #70583c;
}

.fs20 {
	font-size:20px;
}

.cover { background: #FFF;
}

.outline{
	width: 100%;
}

.outline.news {
}

.outline-cont{
	width:1110px;
	padding:80px 0;
	margin-left:auto;
	margin-right:auto;
	opacity: 0;
	transition: .7s;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}

.top_info {
	position: relative;
	text-align: center;
}

.top_info_wrap::before,
.top_info_wrap::after {
	content: "";
	display:block;
	position: absolute;
	width: 100%;
	height: 20px;
	background: url(img/line_dot.png) repeat-x;
	background-size: auto 10px;
	background-position: center;
	overflow: visible;
}

.top_info_wrap::before {
	top: 0;
}

.top_info_wrap::after {
	bottom: 0;
}

.top_info_box h2 {
	width: 383px;
	margin: auto;
}

.top_info_box p {
	width: 80%;
	margin:auto;
}
.top_info_box img {
	max-width: 100%;
	height: auto;
}

.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.headLv2 {
  font-size: 2.5em;
  margin-bottom: 60px;
  padding-bottom: 18px;
  font-family: "Rounded Mplus 1c";
  text-align: center;
  position: relative;
}
.headLv2:first-child {
  margin-top: 16px;
}
.headLv2:before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 3px;
  background: #282b2d;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.headLv2.typeEn {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 48rem;
  letter-spacing: 0.18em;
  margin-bottom: 34px;
}

.headLv2-1 {
  font-size: 2.2em;
  margin-bottom: 40px;
  padding-bottom: 18px;
  font-family: "Rounded Mplus 1c";
  text-align: center;
  position: relative;
}
.headLv2-1:first-child {
  margin-top: 16px;
}
.headLv2-1:before {
  content: "";
  display: inline-block;
  width: 210px;
  height: 4px;
  border-radius: 2em;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headLv3 {
  font-size: 1.8em;
  font-family: "Rounded Mplus 1c";
  text-align: left;
  position: relative;
  margin-bottom:20px;
  padding-bottom:5px;
}
.headLv3:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-radius: 2em;
  background: #282b2d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_inner{
	padding:10px 0;
	color:#333;
	vertical-align:top;
}

.box_inner h3 a{
	color:#444;
	font-size: 18px;
}

.top-lead {
	font-size:30px;
	margin-bottom: 30px;
	font-weight:bold;
}

.cont2 {
	display:table;
	width:100%;
	height: 400px;
	overflow:hidden;
	background-color:#fff;
}

.cont-l,
.cont-r {
	width:50%;
	display: table-cell;
}

.enmoku-img {
	background-image:url(img/jisseki_bn.png);
	background-size:cover;
}

.ryokin-img {
	background-image:url(img/kodawari_bn.png);
	background-size:cover;
}

.butai-img {
	background-image: url(img/butaisize_bn.png);
	background-size:cover;
}

.cont-box {
	padding: 40px 0 58px;
	color:#FFF;
}

.pink-bg {
	background:#CC528B;
}

.bl-bg {
	background:#65ACE4;
}

.ye-bg {
	background:#F2CF01;
}

.cont-r h2 {
	padding-left:20px;
	font-size:2.2em;
	position:relative;
}

.cont-l h2 {
	padding-right:20px;
	text-align:right;
	font-size:2.2em;
	position:relative;
}

.cont-r h2::after {
    content: "";
    display: block;
    width: 210px;
    height: 4px;
    border-radius: 2em;
    background: #ffffff;
	margin-top:18px;
	position:absolute;
	left: 20px;
    bottom: -18px;
}

.cont-l h2::after {
	content:"";
    display: block;
    width: 210px;
    height: 4px;
    border-radius: 2em;
    background: #ffffff;
	margin-top:18px;
	position:absolute;
	right:20px;
	bottom:-18px;
}

.kouen-box {
	text-align: center;
}

.box2 {
	overflow:hidden;
	width:100%;
	display:flex;
}

.box_inner2{
	width:480px;
	float:left;
	color:#333;
	margin-right:40px;
	position:relative;
}
.box_inner2:last-child{
	margin-right:0;
}

.box_inner2 h3 a{
	color:#444;
}

.koe {
}

.imgl {
	float:left;
	margin-right:10px;
}


.theme01 {
    background-color: #9dbc00;
    color: #ffffff !important;
}

.theme01:hover {
    background-color: #898700;
}

.youtube iframe {
	width:450px;
	border:5px solid #EEA522;
}

.font1{
	font-size:20px;
}

.more a{
	display:block;
	border:1px solid #333;
	font-weight:bold;
	width:60%;
	float:right;
	margin-top:20px;
}



.more a:hover{
	width:60%;
	background-color:#00A2E6;
	color:#FFF;
	text-decoration:none;
	border:1px solid #ccc;
}


.w_btn a{
	display: block;
	background: url(images/ya01.png) no-repeat right center #00A2E6;
	border-top: 2px solid #84c6e0;
	border-left: 2px solid #84c6e0;
	border-right: 2px solid #dde3e1;
	border-bottom: 2px solid #dde3e1;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 30px;
	font-weight:bold;
	font-size:18px;
}

.color1 a {
    background-color: #0099ff;
    border-color: #65cbfe #0066cc #0066cc #65cbfe;
}

.w_btn a{
	display: block;
	background: url(images/ya01.png) no-repeat right center #00A2E6;
	border-top: 2px solid #84c6e0;
	border-left: 2px solid #84c6e0;
	border-right: 2px solid #dde3e1;
	border-bottom: 2px solid #dde3e1;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 30px;
	font-weight:bold;
	font-size:18px;
}

.color1 a:hover {
    background-color: #4cb7ff;
    border-color: #94dbff #4c94db #4c94db #94dbff;
}


.w_btn2 a{
	display: block;
	background: url(images/ya01.png) no-repeat right center #ff9933;
	border-top: 2px solid #84c6e0;
	border-left: 2px solid #84c6e0;
	border-right: 2px solid #dde3e1;
	border-bottom: 2px solid #dde3e1;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 30px;
	font-weight:bold;
	font-size:18px;
}

.color2 a {
    background-color: #ff9933;
    border-color: #ffcb65 #ff6600 #ff6600 #ffcb65;
}

.color2 a:hover {
    background-color: #ffb770;
    border-color: #ffda93 #ff944c #ff944c #ffda93;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

#footer{
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
	background:#FFDFBF;
	background-image:url(img/line.jpg);
	background-repeat:repeat-x, repeat-x;
	background-position:left top, left bottom;
}

.f-bg {
	background:url(img/bg-ningyo.png) no-repeat scroll center 20px;
}

.f-wrap {
	width:100%;
	background:#17A63E;
}

.f-in {
	width:1000px;
	margin: 0 auto;
	padding:7px 0;
}

.f_cont{
	width:1110px;
	margin:0 auto;
	font-size:12px;
	padding:30px 0 150px;
	position:relative;
}

.f_cont ul{
	list-style-type:none;
}

.f-navi{
	 float:left;
	 font-size:0;
}

.f-navi ul {
    display: inline-block;
    vertical-align: top;
	margin-right:30px;
}

.f-navi li {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.f-navi li::before {
	content:"\f138";
	font-family:"fontawesome";
	display:inline-block;
	color:#66C4DE;
	margin-right:5px;
}

.f-navi li a {
	color: #79654e;
}

.f-ad {
	float:right;
	width:420px;
}

.bt-otoiawase {
	font-size:0;
	display:flex;
	width:100%;
	align-items: center;
	margin-bottom:15px;
}

.bt-otoiawase li {
	width:50%;
	text-align:center;
	padding:5px 0;
	color:#FFFFFF;
	border-radius:2px;
	transition: all 0.3s ease;
	font-size:18px;
	box-sizing:border-box;
}

.bt-otoiawase li:first-child {
	margin-right:10px;
}

.bt-otoiawase li:hover,
.bt-otoiawase li a:hover {
	background:rgba(203,106,106,0.7);
}

.bt-otoiawase li a {
	margin:-3px 0;
	padding:3px 0;
	width:100%;
	display:inline-block;
	color:#FFF;
}

.f-mail {
	background:#f1a543;
}


.f-tel {
	background:#66c4dd;
}

.f-ad-box {
	 border-radius:5px;
	 background:#FFF;
	 font-size:12px;
	 padding:20px;
	 display:table;
	 margin-bottom:20px;
	 width: 100%;
	 box-sizing: border-box;
}

.f-logo {
	display:table-cell;
	width:100px;
	height:100px;
}

.f-logo img {
	max-width:100%;
	height:auto;
}

.f-ad-box strong {
	font-size:14px;
}

.f-address {
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;  
}

address{
	font-style:normal;
	font-size:12px;
}

small {
	font-size:14px;
	color:#FFFFFF;
	position:absolute;
	right:0;
	bottom:5px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

.clear_br{
	margin:40px;
}

.table01{
	width:100%;
}

.box3 .table01 {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 30px 0;
}

.box3 .table01 td {
	vertical-align:top;
}

.box3 .table01 img {
	max-width: 100%;
}

.box3-in a {
	display:inline-block;
	height: 100%;
}

.td01_l{
	padding:10px;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
}

.td01_r{
	padding:10px;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
}

.table02 a{
	color:#FFF;
}

.top-kouen {
	display: flex;
	justify-content: center;
}

.top-kouen-box {
	margin: 0 30px;
}


/*--------------------*/


.info{
	width: 590px;
	float: right;
	position: relative;
}

ul.s-navi{
	width: 230px;
	float: left;
	padding-top: 13px;
}

ul.s-navi li{
	height: 14px;
	float: left;
	width: 100px;
	padding-top:5px;
	padding-right:15px;
	vertical-align: top;
	font-size: 1px;
	list-style-type:none;
}

.tel{
	text-align: right;
	width: 325px;
	float: right;
}

.topimg{
	width:960px;
	margin:0 auto 10px;
	position:relative;
}

.top_map{
	width:287px;
	height:184px;
	position:absolute;
	top:68px;
	left:657px;
}

#gnavi{
	width:100%;
    height:57px;
    margin-bottom:12px;
    background:url(img/naviBg.jpg) repeat-x scroll 0px 0px transparent;
}

#navi{
	width:962px;
	height: 57px;
	margin:0 auto;
	padding:0;
}

#contents{
	width:100%;
	height:auto;
	clear:both;
}

#main{
	width:960px;
	height:auto;
	margin:0 auto 30px;
	position:relative;
}


.jyusho{
	padding:10px 0 0 15px;
}

.hid{
	overflow:hidden;
	zoom:1
}

#main p{
	margin:0 10px 20px;
}

.box_out {
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 5px;
	
}

.box_in {
	background-color: #f8f8f8;
	border: 1px solid #D9D9D9;
	padding: 10px;
}

.shojo{
	margin:10px auto 0;
}

.shojo li{
	list-style-position:inside;
	padding:0 0 2px 10px;
	font-size:15px;
	float:left;
	width:150px;
	list-style-type:circle;
}

.txtindiba{
	font-size:18px;
	text-align:center;
	padding-bottom:2px;
	color:#333;
	border-bottom:double 3px #cccccc;
}

.red{
	color:#FF0000;
}

.fc-pk {
	color: #f68fb1;
}

.fL{
	float:left;
}

.fR{
	float:right;
}

.nagare{
	margin-bottom:20px;
	padding-bottom:20px;
}

.section{
	width:920px;
	margin:0 auto;	
}

.section dt{
	width:300px;
	font-size:26px;
	margin:10px 0 10px 20px;
	padding:20px 0 20px 35px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.section dd{
	width:550px;
	margin:10px 0 10px 20px;
	padding:0 0 20px 0;
}

.flow1{
	background:url(img/nagare01.jpg) no-repeat scroll center right;
}
.flow1 dt{
	background:url(img/1.jpg) no-repeat scroll center left;
}

.flow2{
	background:url(img/nagare02.jpg) no-repeat scroll center right;
}
.flow2 dt{
	background:url(img/2.jpg) no-repeat scroll center left;
}

.flow3{
	background:url(img/nagare03.jpg) no-repeat scroll center right;
}
.flow3 dt{
	background:url(img/3.jpg) no-repeat scroll center left;
}

.flow4{
	background:url(img/fl1Bg.jpg) no-repeat scroll center right;
}
.flow4 dt{
	background:url(img/4.jpg) no-repeat scroll center left;
}

.flow5{
	background:url(img/fl1Bg.jpg) no-repeat scroll center right;
}
.flow5 dt{
	background:url(img/5.jpg) no-repeat scroll center left;
}

.arrow-un{
	width:40px;
	height:30px;
	margin:20px auto;
	display:block;
}
	
.hr-gr{
	margin:0 auto 20px;
	background:url(img/line-g.png) no-repeat scroll 0 0 transparent;
	height:3px;
	border:none;
}


table.table2{
	background-color:#cccccc;
	width:465px;
}

.table3{
	background-color:#cccccc;
	width:900px;
	margin:0 auto;
}

.table3 th{
	width: 214px;
	background-color: #e9e9e9;
	color: #59493F;
	text-align: center;
	padding: 20px 0px;
}

.table3 td{
	background-color: #FFF;
	padding: 20px;
}

.td01{
	padding:5px;
	background-color:#FFFFFF;
}

.hyo01{
	width:465px;
	float:left;
}

.hyo02{
	width:465px;
	margin:0 0 20px 0;
	float:right;
}


/*---セットで使用 ここから---*/
.h4box{  
    border:#ccc solid 1px;  
    display:block;  
    padding:0.3em 0;  
	background-color:#96df73;
	margin-bottom:20px;
}  

.h4ttl01{  
    border-left:#EF891A solid 6px;  
    padding:0.3em 0.3em 0.3em 0.8em;
	font-size:16px;
}
/*---ここまで-----*/

.h4ttl02{  
    border-left:#EF891A solid 6px;  
    padding:0.3em 0.3em 0.3em 0.8em;
	margin-bottom:20px;
	font-size:16px;
}

.h3ttl {
	padding: 0.8em;
	border: 3px solid #000;
	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
	margin-bottom: 40px;
	font-size: 24px;
	letter-spacing: 1px;
	background-color: #FFF;
}


.momotarou-box,
.pinokio-box,
.katikatiyama-box,
.henzel-box,
.hanasaka-box,
.omusubi-box,
.nezumi-box,
 {
	margin-bottom:40px;
}

.momotarou {
	background:url(img/bg-momotarou.jpg) no-repeat center top;
	background-size:cover;
}

.pinokio {
	background:url(img/bg-pino.jpg) no-repeat center top; background-size:cover;
}

.henzel2 {
	background:url(img/bg-henzel.jpg) no-repeat center top; background-size:cover;
}

.katikatiyama {
	background:url(img/bg-katikati.jpg) no-repeat center top; background-size:cover;
}

.hanasakajisan {
	background:url(img/bg-hanasakajisan.jpg) no-repeat center top; background-size:cover;
}
.omusubikororin {
	background:url(img/bg-omusubikororin.jpg) no-repeat center top; background-size:cover;
}
.akazukin {
	background: url(img/bg-akazukin.jpg) no-repeat center top; background-size:cover;
}
.ofuda03 {
	background: url(img/bg-ofuda03.jpg) no-repeat center top; background-size:cover;
}

.nezumi {
	background: url(img/bg-nezumi.jpg) no-repeat center top; background-size:cover;
}


.momotarou .h3ttl {
	background: #DC143C;
	color:#FFF;
}

.pinokio .h3ttl {
	background: #FFD700;
}

.katikatiyama .h3ttl {
	background: #8B4513;
	color:#FFF;
}

.hanasakajisan .h3ttl {
	background: #5a4739;
	color:#FFF;
}

.omusubikororin .h3ttl {
	background: #e02425;
	color: #FFF;
}
.staffbox {
    padding: 20px 0px;
}

.staff {
    background: none repeat scroll 0% 0% #F7F5E8;
    padding: 20px 20px 1px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }

.staffin {
	width:715px;
    box-shadow: 1px 1px 3px #E1E0E0;
    border-radius: 5px;
    background: none repeat scroll 0% 0% #FFF;
	margin-bottom: 20px;
}

.staffin h4 {
    border-bottom: 1px solid #DAE2CE;
    padding: 10px;
    font-size: 14px;
    color: #7FB04B;
}

.staffin p {
    padding: 10px;
    font-size: 12px;
    line-height: 22px;
}

.staff-lead p{
	vertical-align:middle;
}


.y_p{
	margin:0 0 0 15px;
	text-align:left;
	font-size:0.95em;
}

.yellow{
	background-color:#FF0;
	font-weight:bold;
	color:#F00;
}

.border{
	padding:5px;
	border:1px solid #cccccc;
}

.sports{
	border: 2px solid green;
	padding: 10px;
	background-color: #ffffcc;
	margin-bottom:30px;
}

.sports p{
	margin: 0px;
	font-size:14px;
}

.blog-space{
	padding:10px;
	width:900px;
	margin:0 auto;
	border:1px solid #cccccc;
	overflow:auto;
}

#feed li {
    padding-left: 1em;
	margin-bottom:5px;
	list-style-position:inside;
	border-bottom:1px dotted #cccccc;
}

#feed li a{
	text-decoration:none;
}

#feed li a:hover {
	text-decoration:underline;
}

.bn{
	clear:both;
	font-size:16px;
	text-align:center;
	background-color:#f37c34;
	padding:10px;
	width:650px;
}

.bn a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	}
	
.bn a:hover{
	text-decoration:underline;
}

.kinki{
	margin-left:20px;
}

.kinki li{
	list-style-type:disc;
}

.topbn01{
	background-image:url(img/top-bn01.jpg);
	background-repeat:no-repeat;
	width:465px;
	height:143px;
	position:relative;
}

ul.topbn01_link{
	position:absolute;
	top:40px;
	left:33px;

}

.topbn01_link li{
	list-style-type:disc;
}

.topbn01_link li a{
	font-size:12px;
}


.topbn01_link a:hover{
	text-decoration:none;
}

.topbn02{
	background-image:url(img/top-bn02.jpg);
	background-repeat:no-repeat;
	width:465px;
	height:143px;
	position:relative;
}

ul.topbn02_link{
	position:absolute;
	top:40px;
	left:33px;

}

.topbn02_link li{
	list-style-type:disc;
}

.topbn02_link li a{
	font-size:12px;
}


.topbn02_link a:hover{
	text-decoration:none;
}



.ans{
	background-color:#FFC;
	padding:15px;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
}

#return a{
	float:right;
	padding:20px 0;
	font-size:12px;
}

#return a:hover{
	text-decoration:none;
}

.koespace{
	margin:0 10px;
	margin-bottom:20px;
}

.dl01{
	width:720px;
}

.dt01{
	font-weight:bold;
	color:#14A270;
}

.dd01{
	margin:4px 0 8px;
	padding-bottom:2px;
	border-bottom:1px dotted #cccccc;
}

.pr20{
	padding-right:20px;
}

.pr25{
	padding-right:25px;
}

.pr30{
	padding-right:30px;
}

#nav li {
list-style: none;
float:left;
position: relative;
font-size:95%;
}

#nav ul {
display: none;
position: absolute;
top: 57px;
left: 10}

#nav ul a { 
	display: block;
	width: 556px;
	background:#063;
	padding: 6px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
	text-decoration:none;
}

#nav ul a.hover { background: #fbde81;
color:#000; }

ul.sp{
	list-style-type:none;
	
}
ul.sp li{
	float:left;
	padding-right:10px;
}

#info{
	background-color:#FFEDE8;
	padding:10px;
	border-radius:10px;
	margin-left:10px;
	overflow:auto;
}

#info li{
	float:left;
	margin-right:5px;
}

#info_inner{
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
	clear:both;
}

.text_right{
	text-align:right;
}

.text_center{
	text-align:center;
}

.yb{
	font-weight:bold;
	background-color:#FFFF00;
	color:#F00;
}

.pl25 {
	padding-left:25px;
}

.pl15 {
	padding-left:15px;
}

.pl30 {
	padding-left:30px;
}

.inta-photo {
	width:230px;
}

.fr {
	float:right;
	margin-left:10px;
}

.w286 {
	width:286px;
}

.chart li {
	height: 280px;
    box-sizing: border-box;
    padding: 20px;
    background: #f5f5f5;
	clear:both;
	margin-bottom:40px;
	position:relative;
}

.chart li:after {
	content:url(img/u_arrow.png);
	position:absolute;
	top:102%;
	left:50%;
}

.chart li:last-child:after {
	content: none;
}
	
.chart li:after:last-child {
	content:"";
}

.flow-bottom p {
	margin:0;
}

.clear {
	clear:both;
}

.fukidasi {
  padding: 20px;
  position: relative;
  background:#FFF;
  margin-top:20px;
  border-radius:10px;
  color:#00A2E3;
  font-weight:bold;
  width: 600px;
}
.fukidasi:after {
  border-bottom: 12px solid #FFF;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  top: -12px;
  left: 5%;
}

.w300 img {
	width:300px;
}

.w480 img {
	width:480px;
}

.youtube iframe {
	width:450px;
}

.txt-lead {
	font-size:32px;
	letter-spacing:.3em;
	margin-bottom:40px;
}

.h2_ttl {
    position: relative;
    width: 85%;
    padding: 10px 1.5em;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
}

.h2_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 0 15px 15px;
    border-style: solid;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.ttl-or {
    background: #ffbb8e;
}

.ttl-or::before {
	border-color: transparent transparent #ff8947 transparent;
    background: #fff;
}

.ttl-gr {
    background: #8eed9c;
}

.ttl-gr::before {
	border-color: transparent transparent #00ae42 transparent;
    background: #fff;
}

.ttl-ye {
    background: #fed900;
}

.ttl-ye::before {
	border-color: transparent transparent #d8aa00 transparent;
    background: #fff;
}

.ttl-bl {
    background: #7fd8ff;
}

.ttl-bl::before {
	border-color: transparent transparent #34b6e4 transparent;
    background: #fff;
}

.ttl-pk {
    background: #ffa0b8;
}

.ttl-pk::before {
	border-color: transparent transparent #f8799b transparent;
    background: #fff;
}

.border-wrap {
	text-align:center;
}

.border-in {
    box-sizing: border-box;
    background: url(img/bg.png);
    margin: -26px 0 0;
    padding: 10px;
}

#contact .border-in {
    margin: 0;
}

.border-in-cont {
    width: 100%;
    padding: 6% 1.5% 4%;
    /* margin: 25px 1% 1%; */
    box-sizing: border-box;
    background: #FFF;
}

#contact .border-in-cont {
    padding: 4% 1.5%;
}

.txt-c {
	text-align:center;
}

.txt-l {
	text-align:left !important;
}

.gallery {
	text-align:center;
}


.title-wrap {
	width:100%;
	background:#e8f0f6;
}

.title {
	width:1110px;
	margin:0 auto;
    padding: 56px 10px;
    box-sizing: border-box;
}

.title h2{
    font-size: 32px;
    font-family: "Rounded Mplus 1c";
    letter-spacing: 0.1em;
}

.title h2:before{
	content:url("img/paletto.png");
	vertical-align: middle;
    display: inline;
    margin-right: 10px;
}

.h2ttl02 {
	position: relative;
	background: #f1f8ff;
	padding: 0.25em 0.5em;
	border-left: solid 2em #5c9ee7;
	margin:1.75em 0 0.7em;
}

.h2ttl02:before {
	font-family: FontAwesome;
	content: "\f040";
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rinen-wrap {
	/*background:url(img/bg_dot.png) center 60px repeat-x;*/
}

.rinen {
	font-family: "Sawarabi Mincho", YuGothic, 'Yu Gothic', sans-serif;
	line-height:2.2;
	text-align:center;
	margin-bottom:40px;
}

.rinen02 {
	margin: 0 auto;
    width: 700px;
    position: relative;
}

.rinen-lead {
	font-size: 250%;
	margin-bottom:0px;
	line-height: 1.6;
	margin-left:0 !important;
}

#take {
	font-size:20px;
	text-align:left;
}

#take2 {
	width: 630px;
    margin: 0 auto;
	padding:40px 10px;
	border:1px solid #000;
	overflow:hidden;
}

#take2 p {
	font-family: "游明朝", "ＭＳ 明朝", serif; /* Windows環境しか考えていない */
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	float:right;
	margin-left:30px;
	margin-bottom:0;
	font-weight:bold;
}


.kouensaki {
	padding:50px 20px 20px;
	text-align:center;
	position:relative;
}

.kouensaki::before {
	content: "";
	background:url(img/flower-top.png) scroll no-repeat;
	width:100%;
	height:88px;
	position:absolute;
	top: 0;
	left:0;
}

.kouensaki::after {
	content: "";
	background:url(img/flower-bt.png) scroll no-repeat;
	width:100%;
	height:88px;
	position:absolute;
	bottom: 0;
	left:0;
}

.kouen-icon {
	width: 200px;
	height:200px;
	margin:0 auto 20px;
	border-radius:50%;
	background:#FF0000;
	color:#FFFFFF;
	font-size:120px;
	line-height:192px;
}

.page-button {
	border:1px solid #59b1eb;
	background-color: #59b1eb;
	color: #FFF;
	border-radius: 5px;
}

.page-button:hover {
	border:1px solid #4a94a9;
	background-color: #4a94a9;
	color: #FFF;
	border-radius: 5px;
}

.page-button + .page-button {
	margin-top: 10px;
	background-color: #f1a543;
	border:1px solid #f1a543;
}

.page-button + .page-button:hover {
	background: rgba(203,106,106,0.7);
	border:1px solid rgba(203,106,106,0.7);
}

.enmoku-wrap {
	margin-bottom:80px;
}

.effects{
	text-align:center;
	font-size:1.5em;
	letter-spacing: 1px;
	padding:10px 20px;
	margin:auto;
	width:400px;
    background: rgba(255,255,255,0.8);
}

.pk-bt {
	background: #f898b8;
	color:#FFF;
	border-radius: 40px;
}

.effects.baund{
 -webkit-animation-duration: 3s;
 -webkit-animation-timing-function: ease-in;
 -webkit-animation-iteration-count: infinite;
 -webkit-transform-origin: bottom center;
 -webkit-animation-name: baund;
}

@-webkit-keyframes baund {
 0%{
 -webkit-transform: scale(1, 1);
 }
 48%{
 -webkit-transform: scale(1, 1);
 }
 50%{
 -webkit-transform: scale(1.1, 0.9);
 }
 53%{
 -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
 }
 57.5%{
 -webkit-transform: scale(1, 1) translate(0, -3px);
 }
 59%{
 -webkit-transform: scale(1, 1) translate(0, 0px);
 }
 100% {
 -webkit-transform: scale(1, 1);
 }
}

.gra-red {
	background-image:url(img/enmoku-bg.png), linear-gradient(to top, #fad0c4 0%, #fad0c4 1%, #ffd1ff 100%);
	background-position:center top;
	background-size:cover;
}

.enmoku-ttl {
	font-size:150%;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

.ryokin,
.paletto,
.bn-area {
	background:#FFF;
}

.price-text {
	text-align:center;
	font-size:30px;
	margin-bottom:20px;
	color: #8eed9c;
}

.butai-size {
	padding:10px;
	background:#FFF;
}

.fa-envelope-o,
.fa-phone {
	margin-right:5px;
}

.eventphoto {
	font-size:0;
}

.eventimg {
	display: inline-block;
    font-size: 12px;
    width: 50%;
}

.nagare-box {
	margin-bottom:40px;
	text-align:center;
}

.nagare-box::after {
	content:"\f063";
	font-family:fontawesome;
	font-size:40px;
}

.nagare-box:last-child::after {
	content:"";
}

.s-enmoku {
	text-align:center;
	line-height:1.8;
}

.heading {
	height:500px;
}

.momo {
	background:url(img/head-momotarou.jpg) no-repeat scroll center 50%;
	background-size:cover;
}

.pino {
	background:url(img/head-pinokio.jpg) no-repeat scroll center 50%;
	background-size:cover;
}

.henzel {
	background:url(img/head-henzel.jpg) no-repeat scroll center 50%;
	background-size:cover;
}

.kati {
	background:url(img/head-katikatiyama.jpg) no-repeat scroll center 50%;
	background-size:cover;
}

.hana {
	background:url(img/head-hanasaka.jpg) no-repeat scroll center 30%;
	background-size:cover;
}

.head-koe {
	background:url(img/koe-bg.jpg) no-repeat scroll center 50%;
	background-size:cover;
	height:350px;
}

.henzel-box .arasuji-l {
	width: 720px;
}

.shuen-wrap {
	font-size:0;
}

.shuen {
	display:inline-block;
	width:50%;
	font-size: initial;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: top;
}

.w100 {
	width:100%;
	box-sizing:border-box;
}

.jinbutu {
	font-size:18px;
}

.about-img img {
	border-radius:5px;
}

.swiper-container {
	width:100%;
	height:100%;
	margin-bottom:20px;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
	width:100%;
	display:block;
}

.swiper-slide a {
	color:#FFF;
}

.koe-wrap {
	width:100%;
	font-size:0;
}

.koe-box {
	display:inline-block;
	width:50%;
	font-size:16px;
	margin-bottom:10px;
	vertical-align:top;
	box-sizing:border-box;
}

.koe-box:nth-child(odd) {
	padding-right:10px;
	
}

.koeimg {
	width:100%;
	height:100px;
	overflow:hidden;
	position:relative;
    box-sizing: border-box;
	padding: 0.8em;
	border: 2px solid #000;
	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
	transition: all 0.3s;
}


.koeimg img{
	position:absolute;
	left:-72px;
	top:-20%;
	bottom: 7602216px;
}

.koeimg:hover {
	border-color:#59b1eb;
}

.sisetu {
	font-size:16px;
	font-weight:normal;
}

.sisetu::before {
    content: "\f27b";
    font-family: "fontawesome";
	font-size:20px;
	display:inline-block;
	margin-right:5px;
	margin-left:2px;
	color: #009F3C;
}

.about-img {
	overflow:hidden;
}

.logo-text {
	text-align:center;
	padding:0 5px;
  -webkit-animation: text-fade 3s;
}

.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.menubtn {
    display: block;
    background-color: rgb(86, 97, 88);
    padding: 5px 8px;
}
.menubtn a {
    display: block;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.nav-global {
    display: none;
}
.nav-global li {
    float: left;
    width: 100%;
    text-align: left;
    border: 1px solid #fff;
    padding: 5px;
}

.hamburger {
  outline: 0;
  position: fixed;
  right: 5px;
  top:10px;
  z-index: 999;
}
.hamburger .hamburger-box .hamburger-inner {
  background-color: #666;
}
.hamburger .hamburger-box .hamburger-inner::before {
  background-color: #666;
}
.hamburger .hamburger-box .hamburger-inner::after {
  background-color: #666;
}

.navimavi.active {
  right: 0;
}

.navimavi {
  height: 100%;
  width: 250px;
  background-color: beige;
  position: fixed;
  right: -250px;
  z-index: 998;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}
.navimavi .navi-nav {
    list-style: none;
    padding-top: 150px;
    padding-left: 0px;
    height: 100%;
    box-sizing: border-box;
	position:relative;
}
.navimavi .navi-nav li {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: .2s;
    transition: .2s;
    display: table;
    height: 20%;
    box-sizing: border-box;
    width: 100%;
}
.navimavi .navi-nav li::before {
	content: url(img/sp_paletto.svg);
    display: table-cell;
    vertical-align: middle;
	padding-left:5px;
	padding-top:2px;
}
	
.navimavi .navi-nav li a {
    color: white;
	width:100%;
    font-size: 18px;
    text-decoration: none;
    padding-left: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    vertical-align: middle;
    display: table-cell;
}
.navimavi .navi-nav li .fa {
  width: 70px;
  text-align: center;
}

/*--- お問合せページ ---*/
table.contact_form{
	width:100%;
	text-align:left;
	background-color:#CCC;
	box-sizing:border-box;
}

.td01{
	background-color:#F5F5F5;
	padding:10px;
	font-weight:bold;
	box-sizing:border-box;
}

.td02{
	background-color:#FFF;
	padding:10px;
	box-sizing:border-box;
}


.tel_link a:link{
	text-decoration:underline;
	font-weight:bold;
	font-size:18px;
	color:#06F;
}

h4{
	margin:20px 0;
}

.kakunin_btn{
	margin:20px auto;
}

.btn01{
	text-align:center;
	padding:20px 0;
	font-size:16px;
	width:35%;
	background-color:#0E7AC4;
	color:#FFF;
	font-weight:bold;
	margin-right:20px;
	border:1px solid #fff;
}

.btn02{
	text-align:center;
	padding:20px 0;
	font-size:16px;
	width:35%;
	background-color:#E6E5E1;
	color:#333;
	font-weight:bold;
	border:1px solid #fff;
}

/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
  z-index:9999;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}

.arasuji {
	padding:0 20px;
	margin-bottom: 20px;
	width: 100%;
	box-sizing:border-box;
	text-align: justify;
	display: flex;
    justify-content: space-between;
}


/*
.arasuji:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}
*/

.arasuji-l,
.arasuji-r {
	display: inline-block;
	vertical-align:top;
}


.arasuji-r {
	width: 280px;
	transform: rotate(3deg);
	flex-shrink: 0;
    align-self: flex-start;
}

.arasuji-r a{
	width:100%;
	height:100%;
	text-align:center;
	display:inline-block;
}

.arasuji-r img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.7);
    transition: transform 0.2s linear;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #FFF;
}

.arasuji-r img:hover {
	transform: scale(0.99);
}


.arasuji-r p {
	margin: 0;
	margin-top:-10px;
}

/*
.arasuji-r p::before {
	content: "\f101";
	font-family: fontawesome;
	display: inline-block;
	margin-right:3px;
}
*/

.katikatiyama .arasuji-l {
	width: 60%;
}

.hanasakajisan .arasuji-l {
	width: 70%;
}
 
.event-box {
	padding: 40px;
	border-radius: 10px;
	background: url(img/bg-news.jpg) no-repeat top center;
}

.event-box-l {
	float:left;
	width: 60%;
	background: rgba(255,255,255,0.9);
	padding: 20px;
	min-height: 450px;
	box-sizing: border-box;
	text-align: center;
}

.event-box-l h2 {
	width: 350px;
	margin: -40px auto 10px;
}

.event-box-l img {
	max-width: 100%;
	height: auto;
}

.event-box-l .td02 {
	text-align: left;
}

.event-box-l p.news-ttl {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}

.event-box-r {
	float: right;
}

.btn-push {
  display: inline-block;
  max-width: 180px;
  text-align: center;
  background-color: #62c4df;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #4a94a9;
}

a.btn-push:active {
    background: #62c4df;
}

.rouba {
	position: relative;
}

.rouba::before {
	content:"";
	display: inline-block;
	width: 150px;
	height: 83px;
	background: url(img/arrow-r.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	right: -13%;
	top: 50%;
	transform: translateY(-50%);
}


@-webkit-keyframes text-fade {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  75% { opacity: 0.75; }
  100% { opacity: 1; }
}
@-moz-keyframes text-fade {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  75% { opacity: 0.75; }
  100% { opacity: 1; }
}
@-o-keyframes text-fade {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  75% { opacity: 0.75; }
  100% { opacity: 1; }
}
@keyframes text-fade {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  75% { opacity: 0.75; }
  100% { opacity: 1; }
}

@media print {
   body {
      background-color: #ffffff;
   }
}

@media screen and (max-width: 768px) {
   /*--- 表示領域が768px以下の場合に適用するスタイル ---*/
   html.body {
	   height:100%;
   }
   p { margin-bottom: 15px; }
   table {
	   width:100%;
	   table-layout: fixed;
   }
   .headLv2 {
	   margin-bottom: 40px;
	   padding-bottom: 10px;
	   letter-spacing: 0;
	   font-size:1.8em;
  }
  .headLv2:first-child {
	  margin-top: 8px;
  }
  .headLv2:before {
	  width: 130px;
	  height: 2px;
  }
  .headLv2.typeEn {
	  font-size: 29rem;
	  margin-bottom: 20px;
  }
  .top-lead {
    font-size: 1.5em;
	margin-bottom:20px;
  }
  .cimg {
	  text-align:center;
  }
  th,td {
	  width: 100%;
	  display: block;
  }
  .pc {display: none;}
  .sp {display: block;}
  img {
	  max-width:100%;
	  height:auto;
  }
  #wrap { width:100%;}
  #wrapper { overflow: hidden;}
  #header {
	  width: 100%;
	  position: inherit;
	  overflow: hidden;
	  padding-bottom:0;
	  height:auto;
	  padding-top:20px;
	  padding-bottom:5px;
	  box-sizing:border-box;
  }
  .logo {
    width: 70%;
	margin-left:15px;
  }
  .logo a {
	  display:block;
  }
  
  #topimage {
	  z-index:3;
	  width:100%;
	  position:inherit;
  }
  .navi {
	  position: inherit;
	  top: inherit;
	  right: inherit;
	  width:100%;
  }
  .navi ul {
    width: 100%;
	display:table;
  }
  .navi li {
	float:none;
    height: 50px;
    padding: 0 5px;
	box-sizing:border-box;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
  }
  .navi li a {
    font-size: 70%;
  }
  .cover {
	background:none;
  }

  #outline {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .outline-cont {
    width: 100%;
	padding:40px 10px;
	box-sizing:border-box;
  }
  .border-in-cont {
    padding: 10% 3.5% 5%;
  }
  .box_inner2 {
    width: 100%;
    float: none;
    margin-right: 0px;
	margin-bottom:20px;
  }
  .box2 {
    display: block;
  }
  .imgl {
	  margin-bottom:10px;
	  width: 150px;
  }
  .button {
    display: block;
    float: none;
    position: inherit;
    text-align: center;
    margin-top: 7px;
	clear:both;
	color:#000;
	font-size:0.8em;
  }
  .page-button {
    color: #FFF;
  }
  .button02 {
    display: block;
    float: none;
    position: inherit;
    text-align: center;
    margin-top: 7px;
	clear:both;
	font-weight:bold;
	color:#fff;
	font-size:1.1em;
  }
  .pl25 {
	  padding:0;
  }
  .alr {
	  text-align:right;
  }
  .about {
	  width: 100%;
	  margin: 0 auto;
  }
  .about2 {
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;
  }
  .about2 td {
	  border-bottom:1px solid #FFF;
	  padding:0;
  }
  .box_inner {
  	  width: auto;
	  margin: 0 auto 10px;
	  text-align:center;
  }
  .pl15, .pl30 {
	  padding-left:0;
  }
  .pr30 {
	  padding-right:0;
  }
  .more a {
	  width: 100%;
	  float: none;
	  margin-top: 10px;
  }
  .more a:hover{
  	  width:100%;
  }
  .inta-photo {
	  width: 25%;
	  display: table-cell;
	  vertical-align: top;
	  padding-right: 5px;
  }
  #f_cont {
	  width: 100%;
	  text-align:center;
	  padding: 20px 0 0;
  }
  .f_cont {
    width: 100%;
    padding: 15px 0 0;
  }
  .f-navi {
    float: none;
    font-size: 0;
	width:100%;
	padding: 0 10px;
	box-sizing:border-box;
  }
  .f-ad {
    float: none;
    width: auto;
	padding:0 10px;
}
  .f-navi ul {
    margin-right: 10px;
  }
  .f-navi ul:last-child {
	  margin-right:0;
  }
  #f_cont li a {
	  text-align:center;
  }
  #f_cont li {
	  float: none;
	  margin: 0;
  }
  .bt-otoiawase {
    margin-bottom: 5px;
  }
  address {
	  float:none;
  }
  #pagettl {
	  padding: 15px;
  }
  .td01_l, .td01_r {
	  box-sizing: border-box;
	  display: table-cell;
  }
  .td01_l {
	  width:30%;
  }
  .td01_r {
	  width:70%;
  }
  .fr {
	  float: none;
	  margin-left:0;
  }
  .w286 {
	  width:100%;
  }
  .chart li {
  	  padding: 10px;
	  height:auto;
  }
  .chart li:after {
	  top: 101%;
	  left: 40%;
  }
  .fukidasi {
	  width: auto;
  }
  #return a {
	  padding: 20px 5px;
  }
  .gallery td {
	  text-align:center;
	  width: 50%;
	  padding: 3px;
	  box-sizing: border-box;
	  display: inline-block;
  }
  .w300 img {
	  width:auto;
  }
  .youtube iframe {
	  width:100%;
	  box-sizing: border-box;
  }
  .title {
	  width:100%;
	  padding:20px 10px;
  }
  .title h2:before {
    content: url(img/sp_paletto.svg);
  }
  .title h2 {
    font-size: 20px;
  }
  .rinen {
	  width:100%;
	  padding: 0 10px;
	  box-sizing: border-box;
  }
  .rinen-lead {
    font-size: 150%;
  }
  .rinen-wrap {
    background: url(img/bg_dot.png) center 0px repeat-x;
    background-size: inherit;
  }
  .otoiawase {
    top: 70px;
    width: 85%;
    z-index: 10;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
  }
  .otoiawase a {
    display: block;
    margin-left: 0px;
	  margin-bottom:2px;
  }  
  .kouensaki {
	border:none;
	padding:40px 20px 20px;
	box-shadow:none;
	background: rgba(255, 255, 255, 0.8);
  }
  .kouen-icon {
	width: 150px;
	height:150px;
	font-size:70px;
	line-height:150px;
  }
  .f-in {
	width:auto;
  }
  .effects {
	  width:80%;
	  font-size:1em;
  }
  #wrapper02::before,
  #topimage::after {
	  background:none;
  }
  #topimage::after{
	  display: none;
  }
  .fader{
	  position: relative;
	  padding-top: 60%;
  }
  .fader .slide{
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  z-index: 1;
	  opacity: 0;
  }
  .fader img.slide{
	  height: auto;
  }
  .box3-in {
	  margin-bottom:40px;
  }
  .box3-in:last-child {
	  margin-bottom:0;
  }
  .enmoku-wrap {
      margin-bottom: 50px;
  }
  .price-text {
	  font-size: 1.2em;
	  margin-top: 15px;
	  text-align: left;
  }
  .pcbr {
	  display: none;
  }
  .bt-otoiawase li {
	  display:block;
	  margin-bottom:10px;
	  font-size:16px;
	  padding: 10px 0px;
  }
  .fa-envelope-o,
  .fa-phone {
	  margin-right:0;
	  display:block;
	  font-size:25px;
  }
  .bt-otoiawase li a {
      margin: -10px 0;
      padding: 10px 0;
  }
  .f-ad-box {
    margin-bottom: 10px;
	background-color:rgba(255,255,255,0.8);
    width: 100%;
    box-sizing: border-box;
  }
  .f-bg {
    background: url(img/bg-ningyo.png) no-repeat scroll center bottom;
    background-size: contain;
  }
  small {
    font-size: 12px;
    color: #FFFFFF;
    position: inherit;
	text-align:center;
	right: auto;
	bottom: auto;
	display:block;
  }
  #take2 {
	  width: auto;
	  padding:20px 10px;
  }
  #take2 p {
  	font-family: "Sawarabi Mincho", YuGothic, 'Yu Gothic', sans-serif;
    -ms-writing-mode: rl-tb;
    -webkit-writing-mode: rl-tb;
    writing-mode: rl-tb;
    float: none;
    margin-left: 0px;
	line-height:1.5;
	margin-bottom:10px;
	font-weight:normal;
 }
 .eventimg {
    width: 100%;
  }
  .nagare-box {
    margin-bottom: 20px;
  }
  .usa {
	  width:20%;
  }
  .heading {
    height: 250px;
  }
  .h3ttl {
    padding: 0.3em;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .shuen {
    width: auto;
  }
  .momotarou,
  .pinokio,
  .katikatiyama,
  .henzel2 {
	  background:none;
  }
  .enmoku img {
	  height:200px;
  }
  .enmoku .top-hanbai img {
	  height:auto;
  }
  .swiper-button-prev, .swiper-button-next {
    top: 40%;
  }
  .swiper-container {
    margin-bottom: 20px;
  }
  .swiper-slide a {
	font-size:80%;
  }
  .sisetu {
	font-size:12px;
  }
  .sisetu::before {
	  font-size:16px;
  }
  .koeimg {
    height: 70px;
  }
  .head-koe {
    height: 150px;
  }
  .koe-box:nth-child(odd) {
    padding-right: 0px;
  }
  .koe-box {
    display: block;
    width: 100%;
  }
  .slick-slide {
	margin-right:0px;
	margin-left:0px;
  }
  .fs20 {
    font-size: inherit;
  }
  .txt-lead {
    font-size: 27px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .h2_ttl {
	  box-sizing:border-box;
  }
  .btn01,
  .btn02 {
	  padding: 10px 0;
  }
  .topBtn {
	  right:10px;
	  bottom:10px;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      padding-top: 25px;
  }
  .sp-txtl {
	  text-align: left;
  }
  .enmoku-box {
	  padding: 0 15px 0;
	  line-height: 1.4;
	  font-size:14px;
	  text-align:center;
  }
  .topBtn:before {
    font-size: 15px;
  }
  .pc {
	  display: none;
  }
  .arasuji {
	padding:0;
    flex-direction: column;
  }
  .arasuji-r {
    text-align: center;
    width: 60%;
    margin: auto;
    display: block;
	transform: none;
  }
  .katikatiyama .arasuji-l {
	width: 100%;
	box-sizing:border-box;
  }
  .henzel-box .arasuji-l {
	  width: auto;
  }
  .hanasakajisan .arasuji-l {
    width: auto;
  }
  .event-box {
    padding: 20px 15px;
    background: url(img/bg-news.jpg) no-repeat top center;
	background-size: cover;
  }
  .event-box-l {
    float: none;
    width: 100%;
    padding: 10px;
	margin-bottom: 15px;
  }
  .event-box-l h2 {
    width: 90%;
  }
  .event-box-l .td02 {
    text-align: center;
  }
  .top-kouen {
	flex-direction: column;
  }
  .top-kouen-box {
	margin: 0 30px 40px;
  }
  .rouba {
	  padding-bottom: 80px;
  }
  .rouba::before {
	width: 70px;
	height: 39px;
	right: 50%;
	top: auto;
	bottom: 0;
	transform: rotate(90deg) translate(-26%,-77%);
}







}



@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



@media screen and (max-width: 480px) {
  .kouensaki::before {
	content: "";
	background:url(img/sp-flower-top.png) scroll no-repeat;
	background-size:contain;
  }
  .kouensaki::after {
	content: "";
	background:url(img/sp-flower-bt.png) scroll no-repeat;
	background-size:contain;
	background-position: center bottom;
  }
	 
}

@media screen and (min-width:481px) and ( max-width:768px) {
  .kouensaki::before,
  .kouensaki::after {
	  background: none;
  }
}

.btn-next {
	display: inline-block;
	margin: 10px auto 0;
	background: #F00;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}

.btn-ec {
	margin: 20px auto 10px;
	width: 100%;
	max-width: 410px;
}

.top-hanbai-box .google_map {
	width: 410px;
	max-width: 100%;
	margin: 20px auto 0;
}

.google_map{
	position:relative;
	width:100%;
	height:0;
	padding-top:25%;
}
.google_map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media screen and (max-width: 768px) {
	.google_map{
		padding-top:75%;
	}
}

.flex-box {
	display: flex;
	justify-content: center;
}

.flex-box > div{
	margin: 0 20px;
}

@media screen and (max-width: 768px) {
	.flex-box {
		flex-direction: column;
	}
	.flex-box > div{
		margin: 0;
		padding: 0 20px;
	}

}

