/* CSS初期設定 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



body
{
   font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   line-height: 1.5;
}

a { color: #f1dfb7; text-decoration: underline;}

a:hover {
	color: #f39800;
}


h1, h2, h3, h4, h5, h6
{
   font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.mv_sp img{
 display: block;
 margin: 0 10% 30px 10%;
    width: 80%;
}

.slick-slide img{
    display: block;
    margin: 0 3%;
    width: 94%;
}

.slider2 .slick-prev, .slider2 .slick-next {
  z-index: 1;
}
.slider2 .slick-dots {
  bottom: -30px;
}
.slider2 .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slider2 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  outline: 0;
  border-radius: 5px;
  transition-duration: 0.3s;
}
.slider2 .slick-dots li button:before {
  content: none;
}
.slider2 .slick-dots li:nth-child(1) button {
  background: #21c1ca;
}
.slider2 .slick-dots li:nth-child(2) button {
  background: #57d0d7;
}
.slider2 .slick-dots li:nth-child(3) button {
  background: #7bdadf;
}
.slider2 .slick-dots li:nth-child(4) button {
  background: #9fe4e8;
}
.slider2 .slick-dots li:nth-child(5) button {
  background: #bbecef;
}
.slider2 .slick-dots li button:hover, .slick-dots li.slick-active button {
  border-radius: 0px;
  width: 12px;
  height: 12px;
}
.enq_kikan{
 margin: 15px 0;
 text-align: right;
 padding: 0 15px;
 color: #fff;
}

.review{
    margin: 0 10%;
}

/* 基本レイアウト設定 */

#lowcontainer{
	width: 100%; /* necessary for ie win */
	margin: 0 auto;
	text-align: center;
	background: #fff;
	background-image: url(../img/common/lowhead.jpg);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 1200px;
	text-align: center;
}

#container-inner { position: static;}



#pagebody { position: relative; width: 1200px;margin: 0;padding: 30px 0;overflow: hidden;text-align: left;clear: both;}

#pagebody-inner { position: static;}


#middlecon, #leftcon, #rightcon, #contents, #top-menu, #top-news {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}


#middlecon-inner, #leftcon-inner, #rightcon-inner, #contents-inner {
	position: static;
}

.menu-content{
display: none;
}
#menu-btn-check{
display: none;
}

#leftcon {
	margin: 0 0 20px 0;
	float: right;
	width: 900px;
	overflow: hidden;
	font-size: 14px;
}


#rightcon {
	margin: 0 40px 20px 0;
	float: left;
	width: 260px;
	overflow: hidden;
	font-size: 14px;
}

.sns_single{
    text-align: center;
    margin-bottom: 30px;
}

.pcb{
	color: #000;
}
.news_day{
 color: #fff;
}

.elist{
	margin: 20px 0 50px 0;
	padding: 0;
}

.elist li{
	background: #f6f6f6;
	padding: 14px 15px;
	list-style-type: none;
	margin: 0 0 15px 0;
	width: 100%;
	height: 50px;
	background-image: url(images/libg.png);
	background-repeat: no-repeat;
	font-size: 16px;
}



#contents {
	margin: 20px 0;
	background: #fff;
}



/* page layout */

body {
	width: 100%;
	color: #fff;
   background: #03071d;
}

#headerwrap {
	width: 100%; /* necessary for ie win */
	height: 130px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	overflow: hidden;
}



#header {
	width: 1200px; /* necessary for ie win */
	height: 130px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	overflow: hidden;
}


#header-inner{
	text-align: left;
}

#header-inner h1{
	font-size: 14px;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: left;
	color: #000;
	font-weight: normal;
	float: left;
    font-family: serif;
}

.hmenu{
	float: right;
	margin: 5px 0 0 0;
}

.hmenu li{
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 14px;
}

.hmenu li a{
	color: #805022;
}

#logo {
	clear: both;
	float: left;
	width: 170x;
	height: 83px;
	text-align: center;
	margin: 10px auto 5px auto;
}

#logo img{
	width: 170x;
	padding: 0;
	margin: 0 0 0 10px;
}

#logo2{
	float: left;
	width: 250px;
	margin: 0 0 0 30px;
	padding: 20px 0 0 0;
}

#logo-r {
	width: 720px;
	height: 170x;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#logo-r .hcon{
	float: left;
	padding: 10px 0 0 0;
	margin: 0 0 0 80px;
}

#logo-r .hcon p{
	float: left;
	margin: 0 15px 0 0;
}

#logo-r .htel{
	padding: 10px 0 0 10px;
}

.globalMenuSp{
	display: none;
}

.navToggle{
	display: none;
}

.map2{
	display: flex;
    margin: 0 5%;
}

.map2-inner{
	flex-basis: 46%;
	margin: 0 2% 40px 2%;
}

.mapt{
	border-left: 4px solid #f1dfb7;
	padding: 2px 0 2px 14px;
	font-size: 18px;
	font-weight: bold;
	color: #f1dfb7;
}

.seo{
	width: 430px;
	height: 80px;
	float: left;
}

.seo h1{
	font-size: 11px;
	margin: 0 80px 0 40px;
	padding: 35px 0 0 0;
	line-height: 1.7;
}

.hlink{
	width: 240px;
	height: 80px;
	float: left;
}

.hlink01{
	float: left;
}

.hlink02{
	float: left;
}


#navibg{
	width: 100%;
	margin: 0 auto;
	height: 50px;
	background: #bca866;
}


ul#glonavi{
	position: relative;
	width: 1200px;
	padding: 0 0 0 0;
	margin: 0 auto;
	text-align: left;
}

#glonavi li {
	width: 200px;
	position:relative;
	float: left;
	zoom: 1;
	list-style-type:none;
	float: left;
	margin: 0;
	padding: 0;
}

#glonavi li:hover {
	position: relative;
}

#glonavi li a {
	width: 200px;
	height: 50px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#glonavi li.bt01 {
	background-image:url(images/navi01_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt01 a:hover {
	background-image:url(images/navi01_on.png);
	background-repeat:no-repeat;
}

#glonavi li.bt02 {
	background-image:url(images/navi02_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt02 a:hover {
	background-image:url(images/navi02_on.png);
	background-repeat:no-repeat;
}

#glonavi li.bt03 {
	background-image:url(images/navi03_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt03 a:hover {
	background-image:url(images/navi03_on.png);
	background-repeat:no-repeat;
}

#glonavi li.bt04 {
	background-image:url(images/navi04_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt04 a:hover {
	background-image:url(images/navi04_on.png);
	background-repeat:no-repeat;
}

#glonavi li.bt05 {
	background-image:url(images/navi05_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt05 a:hover {
	background-image:url(images/navi05_on.png);
	background-repeat:no-repeat;
}

#glonavi li.bt06 {
	background-image:url(images/navi06_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt06 a:hover {
	background-image:url(images/navi06_on.png);
	background-repeat:no-repeat;
}

#glonavi li.bt07 {
	background-image:url(images/navi07_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt07 a:hover {
	background-image:url(images/navi07_on.png);
	background-repeat:no-repeat;
}

#glonavi li.bt08 {
	width: 150px;
	background-image:url(images/navi08_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt08 a:hover {
	width: 150px;
	background-image:url(images/navi08_on.png);
	background-repeat:no-repeat;
}



/**/

#glonavi li.bt02 ul {
	z-index:2000;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width:250px;
	color:#FFFFFF;
	background:#555555;
}

#glonavi li.bt04 ul {
	z-index:2000;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width:215px;
	color:#FFFFFF;
	background:#ece2ce;
}

#glonavi li.bt04:hover ul {
	z-index:2000;
	visibility: initial;
	position: absolute;
	top: 100%;
	left: 0;
	width:200px;
	color:#FFFFFF;
	background:#ece2ce;
}

#glonavi li.bt05 ul {
	z-index:2000;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width:150px;
	color:#FFFFFF;
	background:#555555;
}

#glonavi li.bt06 ul {
	z-index:2000;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width:150px;
	color:#FFFFFF;
	background:#e279a6;
}

#glonavi li.bt06:hover ul {
	z-index:2000;
	visibility: initial;
	position: absolute;
	top: 100%;
	left: 0;
	width:150px;
	color:#FFFFFF;
	background:#e279a6;
}

#glonavi li ul li {
	float: none;
	display:block;
}

#glonavi li ul li a {
	height: auto;
	/*display: inline-block;  IE 6 & 7 Needs Inline Block */
	color:#000;
	text-indent:0;
	padding:6px 8px;
}

#glonavi li ul li a:hover,
#glonavi li.bt04 ul li a:hover {
	width:auto;
	color:#fff;
	background-image:none;
	background-color:#bca866;
}

#glonavi li.bt05 ul li a:hover {
	width:auto;
	color:#DDEEFF;
	background-image:none;
	background-color:#003366;
}

#glonavi li.bt04 ul li a:hover {
	width:auto;
	color:#ffffff;
	background-image:none;
	background-color:#bca866;
}

#glonavi li.bt06 ul li a:hover {
	width:auto;
	color:#ffffff;
	background-image:none;
	background-color:#d44c86;
}

.page_navi { margin:0 0 30px 0; padding:0;clear: both; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 5px 0; color:#888; }
.page_navi ul { }
.page_navi li { float:left;list-style-type: none; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#bca866; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.page_navi a:hover { color:#fff; text-decoration:none; }
.page_navi span.dots { background:none; color:#333; }

.page_navi span.current { color:#fff; background:#635114; }
.page_navi a.prev, .page_navi a:hover.prev, .page_navi a:visited.prev {  }
.page_navi a.next, .page_navi a:hover.next, .page_navi a:visited.next {  }

.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding:8px 20px; }
.headbg{
	width: 960px; /* necessary for ie win */
	height: 65px;
	margin: 0;
	text-align: left;
	background: #fff;
	background-image: url(../img/common/headbg.jpg);
	background-repeat: none;
	overflow: hidden;
}

#padSection{
	color: #fff; 
}

#padSection h4{
	color: #f1dfb7;
}

#padSection h5{
	color: #f1dfb7;
}


ol > li:not(:last-child)::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    display:  inline-block;
    vertical-align:  middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:  auto;
    right: -19px;
}
ol {
    list-style:  none;
    padding:  0;
}

ol li {
display: inline-block;
    /* background-color: #03A9F4; */
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
}

ol li:not(:last-child) {
    margin-right:  20px;
}

.mainbot{
	width: 1200px; /* necessary for ie win */
	height: 130px;
	background-image: url(images/mainbot.png);
	background-repeat: none;
	overflow: hidden;
}

.himg_l{
	float: left;
	width: 400px;
}

.himg_r{
	float: left;
	width: 510px;
}

.himg_r p{
	margin: 0 20px 0 0;
	padding: 12px 0 0 0;
	text-align: right;
}

.menu-low{
	border: 4px solid #eff3fc;
}

.menu-low p{
	padding: 10px;
}

.menu-low p.to_detail{
	padding: 0;
	margin: 0;
	text-align: right;
}

.menu-low p.to_detail img{
	width: 50%;
}


.contents p.uwaki{
	text-align: center;
    font-size: 32px;
    color: #f1dfb7;
    margin-bottom: 40px;
	font-weight: 400;
	font-family: serif;
}

ul.com-policy{
margin: 20px 0 40px 25%;
font-size: 16px;
}

ul.com-policy li{
	list-style-type: none;
	margin-bottom: 30px;
}


.content{
	margin-bottom: 50px;
}

.content h2{
	border-bottom: 3px solid #004196;
	padding: 0 5px;
	margin-bottom: 35px;
}

.blogbox .content h3{
	border-left: 5px solid #004196;
	padding: 0 10px;
	margin: 0 5% 25px 0;
	font-size: 24px;
}

.content h3{
	background: #08564d;
	padding: 5px 20px;
	margin: 0 0 40px 0;
	font-size: 20px;
	color: #fff;
}

.content h3.st_midashi{
	border-left: 5px solid #004196;
	padding: 0 10px;
	margin: 0 5% 25px 0;
	font-size: 24px;
}

.contents .tcatch h3{
	font-size: 18px;
    color: #f1dfb7;
	margin-bottom: 40px;
	font-weight: 400;
}

.content ul{
margin: 30px 0 30px 30px;
color: #fff;
}

.content ul li{
	list-style-type: disc;
}

.tour_comment p{
	font-size: 18px;
	line-height: 2;
	margin-bottom: 25px;
}

.caution{
	color: #ff0000;
	margin-bottom: 30px; 
}

.re_photo{
	text-align: center;
	margin: 0 auto 5% auto;
}

.re_photo img{
	width: 70%;
}

p.contact_cau{
	margin: 0 5% 30px 5%;
	color: #fff;
}

.conimg{
	margin: 0 auto 20px auto;
	text-align: center;
}

.conimg img{
	width: 100%;
}

.contents{
	line-height: 2;
	font-size: 16px;
	margin: 0 30px;
	padding: 30px 0;
}

.contents p{
	color: #fff;
}

.contents td p{
	color: #000;
}

.contents table.contab th p{
    color: #69380f;
}
.slick-prev {
    left: 100px;
}
.slick-prev:before {
    content: '←';
    content: url(https://first-okinawatantei.com/kanri/images/arrow_left.png);
}
.slick-next:before {
    content: '→';
    content: url(https://first-okinawatantei.com/kanri/images/arrow_right.png);
}

.slick-next {
    right: 100px;
}
.contents h2{
    font-family: serif;
    color: #f1dfb7;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 4px;
}


.contents h3{
    font-family: serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.ct01{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}


.pt{
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

.pt2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.b-price{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
}

.price{
	color: #fff26c;
}


.point{
	margin-bottom: 30px;
}

.point li{
    position: relative;
    padding-left: 25px;
    list-style-type: none;
  }
 
.point li:before {
    content: "";
    position: absolute;
    top: .60em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #fff26c;
    border-bottom: 2px solid #fff26c;
  }
 
.point li:after {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #fff26c;
    border-radius: 2px;
  }

.photo100 img{
	width: 100%;
	margin-bottom: 20px;
}

.f20{
	font-size: 20px;
}

.red20{
	color: #e60012;
	font-size: 20px;
}

.redbd20{
	color: #e60012;
	font-size: 20px;
	font-weight: bold;
}

.tfcen{
	text-align: center;
	margin-bottom: 30px;
}

.facebook{
	text-align: center;
}

.facebook iframe{
	text-align: center;
}


.bfcen{
	text-align: center;
	font-weight: bold;
	font-family: Arial,serif;
	font-size: 36px;
}

.ide01{
	color: #00699e;
	margin: 0 5%;
	font-size: 20px;
	font-weight: bold;
}

.ide02{
	margin: 0 5% 5% 5%;
}

.bfsub{
	text-align: center;
	font-size: 12px;
	margin: 10px 0 20px 0;
	font-weight: bold;
}

.rinenbox{
	background: #ccdef5;
	width: 80%;
	margin: -35px 0 40px 20%;
	padding: 40px 0;
}

.rinenbox p{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #002e8f;
	letter-spacing: 5px;
	padding: 0 20px;
	margin: 0 0 25px 0;
}

.maru{
	background: #002e8f;
	color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
 height:75px;
 width:75px;
 border-radius:50%;
 line-height:75px;
 font-size: 48px;
 text-align:center;
 float: left;
}

.ptxt{
 margin: -15px 15px 0 15px;
 float: left;
}

.good_way{
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	color: #002e8f;
	margin: 20px 0;
}

.good_way2{
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	color: #002e8f;
	margin: 20px 0 20px 40%;
}

.good_way2_2{
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	color: #002e8f;
	margin: 20px 0 20px 30%;
}

.ptxt2{
	color: #488bc7;
	text-align: center;
	font-size: 24px;
	letter-spacing: 5px;
	margin-bottom: 20px;
}

.ptxt3{
	margin: 0 20% 5% 20%;
	letter-spacing: 5px;
	padding: 35px 15px;
	border-top: 3px solid #488bc7;
}

.ptxt4{
	margin: -5% 20% 5% 20%;
	letter-spacing: 5px;
	padding: 5px 15px;
	font-size: 14px;
	color: #707070;
}

.fcon-wrap{
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 30px 10px;
    background-image: url(images/bg.png);
	background-repeat: repeat;
	color: #fff;
}

.conbox{
	margin: 3% 0 5% 0;
	line-height: 2;
}

.conbox h2{
	font-size: 24px;
	text-align: left;
}

.conbox2{
	margin: 0 10% 5% 10%;
	line-height: 2;
}

.conbox3{
	margin-bottom: 0;
	line-height: 2;
}

.ftcon{
	display: none;
}

.to_voice{
	margin: 0 10% 50px 10%;
}

.to_voice img{
	width: 100%;
	height: auto;
}

.flbox{
    margin: 0 30px 50px 30px;
    padding: 20px 20px 10px 20px;
}

.fl{
	width: 20%;
	float: left;
	margin: 0 5% 0 0;
}

.fl img{
	width: 100%;
	border-radius: 50%;
}

.fr{
	width: 75%;
	float: left;
	margin: 0;
}

.fr p.flow_step{
    color: #f1dfb7;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px dashed #f1dfb7;
	margin-bottom: 30px;
}


.contents p.flow_txt{
	padding: 5px 10px;
}


.con_l{
	width: 45%;
	margin: 0 5% 5% 0;
	float: left;
}

.con_l img{
	width: 100%;
}

.con_r{
	width: 50%;
	margin: 0 0 5% 0;
	float: left;
	line-height: 2;
}

.con_r p{
	margin-bottom: 5%;
}

.con_l2{
	width: 45%;
	margin: 0 0 5% 5%;
	float: right;
}

.con_l2 img{
	width: 100%;
}

.con_r2{
	width: 50%;
	margin: 0 0 5% 0;
	float: left;
	line-height: 2;
}

.con_r2 p{
	margin-bottom: 5%;
}


.con_r h2{
font-size: 30px;
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 3%;
    line-height: 1.5;
    padding: 0;
}

.con_r2 h2{
font-size: 30px;
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 3%;
    line-height: 1.5;
    padding: 0;
}


.con_r h2.h18{
	font-size: 18px;
	font-weight: bold;
	color: #a40000;
	margin: 0 0 2% 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #a40000;
}

.con_r2 h2.h18{
	font-size: 18px;
	font-weight: bold;
	color: #a40000;
	margin: 0 0 2% 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #a40000;
}


/*****ARTICLE*****/
section{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

section article{
	width: 1200px;
	height: auto;
	margin: 30px auto 0 auto;
	padding: 0 0 30px 0;
	background-image: url(images/bg.png);
    background-repeat: repeat;
}


section.catch{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section.catch article{
	margin: 0 auto;
	padding: 50px 0 0 0;
}


section.catch2{
    width: 100%;
    margin: 0 auto;
    background: #e5eee9;
    padding: 0;
}

section.catch2 article{
	margin: 0 10%;
	padding: 50px 0;
}


section.fmbox{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(images/bg.png);
    background-repeat: repeat;
}

section.fmbox article{
	width: 1200px;
	height: auto;
	margin: 30px auto 0 auto;
	padding: 0 0 30px 0;
	background-image: none;
}


section.about{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

section.about article{
	margin: 0;
	padding: 50px 0;
}

section.contact_box{
	width: 100%;
	height: auto;
	margin: 0 auto 50px auto;
	padding: 50px 0;
	background-image: url(images/contactbg.png);
        background-size: cover;
}

section.contact_box article{
	background: rgba(255,255,255,0.7);
	padding: 40px;
	margin: 0 auto;
}

.hnum01{
font-size: 13px;
line-height: 1.4;
}
.hnum02{
font-size: 13px;
line-height: 1.4;
}

.cbox_l{
	width: 45%;
	margin: 0 5% 0 0;
	float: left;
	color: #000;
}

.cbox_r{
	width: 50%;
	margin: 0;
	float: left;
}

.cb01{
	float: left;
	margin: 0 50px 15px 0;
}

.cb02{
	float: left;
	margin: 0 0 15px 0;
}

.cb03{
	clear: both;
	margin: 0 0 20px 0;
}

.cr01{
	float: left;
	margin: 0 40px 15px 0;
	text-align: center;
	border: 3px solid #04004a;
	background: #fff;
	padding: 30px;
	color: #04004a;
	font-weight: bold;
	letter-spacing: 5px;
}


.cr02{
	width: 410px;
	float: left;
	margin: 0 0 15px 0;
}

.fservice{
	float: left;
}

.fservice li{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	background: #04004a;
	text-align: center;
	padding: 3px 10px;
-webkit-border-radius: 10px;/* for Safari and Chrome */
-moz-border-radius: 10px; /* for Firefox */
-o-border-radius: 10px; /* for opera */
border-radius: 10px;
color: #fff;
}

.fservice li.end{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	color: #04004a;
	text-align: center;
	padding: 3px 10px;
	background: none;
}

section.guide{
    width: 100%;
    margin: 0 auto;
	background-image:url(images/guidebg.png);
	background-size: contain;
	background-repeat:repeat-y;
    padding: 0;
}

section.guide article{
	margin: 0 10%;
	padding: 50px 0;
}


section.guide-low{
    width: 100%;
    margin: 50px auto;
	background-image:url(images/guidebg.png);
	background-size: contain;
	background-repeat:repeat-y;
    padding: 0;
}

section.guide-low article{
	margin: 0 10%;
	padding: 0;
}

section.guide-low2{
    width: 100%;
    margin: 50px auto;
	background-image:url(images/guidebg2.png);
	background-size: contain;
	background-repeat:repeat-y;
    padding: 50px 0;
}

section.guide-low2 article{
	margin: 0 10%;
	padding: 0;
}


section.menu{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section.menu article{
	margin: 0 10%;
	padding: 50px 0;
}

section.menu2{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section.menu2 article{
	margin: 0 10%;
	padding: 20px 0 0 0;
}

section.contact{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0;
}


section.feature{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0;
}

section.news {
    width: 1200px;
    margin: 50px auto 0 auto;
    padding: 0 0 30px 0;
    line-height: 2;
}


.news h2{
	text-align: center;
	margin: 0 auto;
	color: #f1dfb7;
	font-size: 36px;
	letter-spacing: 3px;
	line-height: 1.4;
}

.news h3{
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	color: #81cff1;
	font-size: 14px;
	background: none;
}


section.footbox{
    width: 100%;
    margin: 0 auto;
    background: #e5eee9;
    padding: 0;
}

section.footbox article{
	margin: 0 10%;
	padding: 30px 0;
}

.foot_l{
	width: 30%;
	float: left;
	margin: 0 5% 0 0;
}

.foot_l p{
	text-align: center;
}

.foot_l h2{
	font-size: 24px;
	font-weight: bold;
	color: #08564d;
	text-align: center;
	margin-bottom: 40px;
}

.foot_l img{
	width: 80%;
}

.foot_r{
	width: 65%;
	float: left;
	margin: 0 0 0 0;
}

.snsbox{
	text-align: right;
	margin-bottom: 10px;
}

.snsbox p{
	float: right;
	margin: 0 15px 20px 0;
}

.flink01 {
    width: 30%;
    float: left;
    margin: 0 5% 0 0;
    font-size: 14px;
    line-height: 2;
}

.flink02 {
    width: 30%;
    float: left;
    margin: 0 5% 0 0;
    font-size: 14px;
    line-height: 2;
}

.flink03 {
    width: 30%;
    float: left;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 2;
}



section.topics{
    width: 70%;
    margin: 0 15% 0 15%;
    background: #fff;
    padding: 0 0 30px 0;
    line-height: 2;
}

section.recruit{
    width: 100%;
    margin: 0 0 50px 0;
	background-image:url(images/recruitbg.png);
	background-repeat:no-repeat;
    background-size: cover;
    padding: 0;
    line-height: 2;
}

section.recruit article{
	margin: 0 15%;
	padding: 50px 0 0 0;
}

section.recruit h2{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}


section.solution{
    width: 100%;
    margin: 0 0 50px 0;
	background-image:url(images/solubg.png);
	background-repeat:no-repeat;
    background-size: cover;
    padding: 40px 0 20px 0;
    line-height: 2;
}


section.solution h2{
	padding: 1px 10px 1px 0;
	font-size: 32px;
	margin-bottom: 7px;
	text-align: center;
	color: #fff;
	line-height: 1;
}

section.solution h3{
	padding: 3px 0;
	font-size: 14px;
	margin: 0 0 30px 0;
	text-align: center;
	color: #fff;
}

.guidebox{
	margin: 0;
}

.guide_l{
	width: 45%;
	float: left;
	margin: 0 5% 0 0;
}

.guide_r{
	width: 50%;
	float: left;
	margin: 0 0 0 0;
}

.guide_r p{
	text-align: right;
	padding: 35% 0 0 0;
}

.guide_r img{
	width: 90%;
}


.expert{
	border: 1px solid #000;
	padding: 0;
}

.ex01{
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 7px;
	padding: 4% 4% 0 4%;
}

.ex02{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.ex03{
	margin: 5% 10%;
	line-height: 2;
}

.ex04{
	text-align: center;
	margin: 0 10%;
	line-height: 2;
}

.ex04 img{
width: 60%;
-webkit-border-radius: 50%;/* for Safari and Chrome */
-moz-border-radius: 50%; /* for Firefox */
-o-border-radius: 50%; /* for opera */
border-radius: 50%;
}

.ex05{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.ex06{
	text-align: center;
	line-height: 1.8;
	font-size: 28px;
}

.ex07{
	text-align: center;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 30px;
}

.ex08{
	text-align: right;
}

.ex08 img{
	width: 50%;
}

.spot01 {
    text-align: center;
    margin-bottom: 7px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.spot01 a {
    color: #000;
    text-decoration: none;
}

.price-caution{
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}


.catchbox{
	width: 1140px;
	height: 434px;
	margin: 50px auto;
	background-image:url(images/catchbg.png);
	background-repeat:no-repeat;
	background-repeat: repeat-y;
}

.catchbox-inner{
	margin: 0 40px;
	padding: 20px 0;
}

.contents p.catch_t01{
	font-family: serif;
	font-size: 28px;
	color: #69380f;
	margin-bottom: 20px;
	line-height: 1.5;
}

.contents p.catch_t02{
	font-size:16px;
	color: #000;
	
}

.to_about{
	margin: 30px 0 0 20%;
}

.fm01{
	float: left;
	margin: 0 80px 0 30px;
	color: #fff;
	line-height: 2; 
}

.fm01 a{
	color: #fff;
}

.fm01 a:hover{
	color: #f1dfb7;
}

.fm02{
	float: left;
	margin: 0;
	color: #fff;
	line-height: 2;
}

.fm02 a{
	color: #fff;
}

.fm02 a:hover{
	color: #f1dfb7;
}

.fm02 img{
    width: 250px;
    display: block;
	margin: 10px 5% 20px 5%;
	text-align: center;
}


.fm03{
	float: left;
	margin: 0 0 0 200px;
	line-height: 2;
}

.fm03 img{
	width: 300px;
}

.news article p.fc_title{
    padding: 0 10px 5px 10px;
    border-bottom: 5px solid #fff;
    width: 200px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 20px auto;
}

p.fc_title{
    padding: 0 10px 5px 10px;
    border-bottom: 5px solid #fff;
    width: 200px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	margin: 40px auto 20px auto;
	color: #fff;
}


.f_line{
text-align: center;
margin-bottom: 30px;
}

.f_sns{
 display: flex;
 width: 400px;
    margin: 0 auto;
}

.f_sns p{
 flex-basis: 45%;
 margin: 0 2.5%;
}


.f_sns p img{
 width: 100%;
 height: auto;
}


.news article p.ftxt01{
    text-align: center;
	margin-bottom: 30px;
}

p.ftxt01{
    text-align: center;
	margin-bottom: 30px;
	color: #fff;
}

.news article p.ftxt02{
	text-align: center;
    font-size: 20px;
	color: #fff;
}

p.ftxt02{
	text-align: center;
	font-size: 20px;
	color: #fff;
}


.news article p.ftxt03{
    text-align: center;
    font-size: 20px;
    color: #fffe99;
    margin-bottom: 30px;
}

p.ftxt03{
    text-align: center;
    font-size: 20px;
    color: #fffe99;
    margin-bottom: 30px;
}

.news article a p.btn_mail{
    max-width: 250px;
    background: #0c3380;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 20px;
    float: left;
    margin: 0 30px 0 0;
    border-radius: 20px;
    border: 2px solid #7194d9;
}

a p.btn_mail{
    max-width: 250px;
    background: #0c3380;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 20px;
    float: left;
    margin: 0;
    border-radius: 20px;
    border: 2px solid #7194d9;
}


.news article a:hover p .btn_mail{
    background: #2957b0;
}

a:hover p .btn_mail{
    background: #2957b0;
}

.fc_con{
    width: 460px;
    text-align: left;
    margin: 0 auto;
}

.fc_con a{
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.post p.ftxt03{
    text-align: center;
	font-size: 20px;
	color: #fffe99;
}

p.ftxt03{
    text-align: center;
	font-size: 20px;
	color: #fffe99;
}

.catch_l{
	width: 30%;
	float: right;
	margin: 20px 20px 0 0;
}

.catch_l img{
	width: 100%;
}

.catch_r{
	width: 65%;
	float: left;
	margin: 0 0 0 0;
	padding: 20px 0 0 25px;
}

.catch_r h2{
	color: #000;
	margin-bottom: 15px;
	font-weight: normal;
}

.catch_r p{
	color: #000;
	line-height: 2;
}


.catch_l2{
	width: 30%;
	float: right;
	margin: 0 0 0 5%;
}

.tcatch_txt{
	padding: 0 10px;
	color: #fff;
	margin-bottom: 40px;
}

.catch_l2 img{
	width: 100%;
}

.catch_r2{
	width: 65%;
	float: left;
	margin: 0 0 0 0;
}

.catch_r2 h2{
	color: #08564d;
	margin-bottom: 25px;
}

.catch_r2 p{
	color: #000;
	line-height: 2;
}

p.to_next a{
	display: block;
	padding: 5px 10px;
	margin: 40px 20% 0 20%;
	text-align: center;
	background: #fff;
	color: #08564d;
	font-weight: bold;
	text-decoration: none;
}

p.to_next a:hover{
	text-decoration: underline;
}

.t_title{
	font-size: 48px;
	text-align: center;
	color: #08564d;
	font-family: Arial;
}

.t_subtitle{
	font-size: 14px;
	text-align: center;
	color: #08564d;
	margin-bottom: 20px;
}


		.container-test {
      display: flex;
      flex-wrap: wrap;
		}
		.box-test {
      width: calc( 100% / 6 );
      height: calc( 100% / 6 );
      text-align: center;
      margin-bottom:20px;
		}
		.box-test img{
			width: 70%;
		}


.footlink{
	text-align: center;
	background: #fff;
	padding: 10px 0;
	font-size: 14px;
}

.footlink a{
	text-decoration: none;
	color: #666699;
}

.footlink a:hover{
	text-decoration: underline;
	color: orange;
}

.to_detail{
	text-align: center;
	margin: 30px auto;
}

.to_detail2{
	text-align: right;
	margin: 15px 0 0 0;
}

.to_contact{
	text-align: center;
	margin: 30px auto;
}

.rec_txt{
	color: #fff;
	margin: 30px 0;
}

section.shop{
    width: 100%;
    margin: 0;
    background: #f5f4f4;
    padding: 0;
    line-height: 2;
}

section.shop article{
	margin: 0 15%;
	padding: 30px 0;
}

.ele01{
	padding: 3px 10px;
	background: #ccdef5;
	color: #002e8f;
}

.ele02{
	font-size: 22px;
	color: #2c6ca3;
	font-weight: bold;
	margin-bottom: 15px;
}

.ele_t{
	font-size: 16px;
	border: 2px solid #2c6ca3;
	color: #2c6ca3;
	padding: 2px 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.parts{
	margin: 30px 20px;
}

.ele_con{
	padding: 10px;
}

.w100 img{
	width: 100%;
}

.shop_name{
	text-align: center;
	font-weight: bold;
	margin-bottom: 2%;
}

.shop_ad{
	line-height: 1.6;
}

.topics li{
	list-style-type: none;
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 15px;
}

.ptab{
	width: 100%;
	margin-bottom: 15px;
}

.ptab th{
	width: 10%;
	padding: 5% 2%;
	vertical-align: bottom;
}

.ptab td{
	width: 40%;
	padding: 2%;
	color: #ff0000;
	font-size: 48px;
}

.dive_t{
	background: #000;
	color: #fff;
	padding: 3px 10px;
	display: inline;
}

.staff_l{
	width: 30%;
	float: left;
	margin: 0 30px 0 0;
}


.staff_l img{
	width: 100%;
}

.staff_r{
	width: 65%;
	float: left;
	margin: 0;
}

.flowbox{
	padding: 20px 0;
	margin: 0 20px 0 20px;
	color: #fff;
}


.flow_con h2{
	font-family: serif;
	color: #f1dfb7;
	font-size: 18px;
	letter-spacing: 3px;
	padding: 15px 0;
	text-align: left;
}

.flow_l{
	width: 30%;
	float: left;
	margin: 0 30px 0 0;
}


.flow_l img{
	width: 100%;
	height: auto;
}

.flow_l img.w50{
	width: 80%;
	height: auto;
}

.flow_r{
	width: 65%;
	float: left;
	margin: 0;
}


.flow_l2{
	width: 30%;
	float: right;
	margin: 0 0 0 30px;
}


.flow_l2 img{
	width: 100%;
	height: auto;
}

.flow_r2{
	width: 65%;
	float: left;
	margin: 0;
}

.subcon{
	clear: both;
	margin: 0 20px;
	padding: 0 0 40px 0;
}

.subcon h3{
	background: #eff3fc;
	padding: 6px 10px;
	text-align: left;
	font-size: 18px;
	margin: 0 0 15px 0;
}

.flow_title{
	padding: 5px 15px;
	margin-bottom: 20px;
	color: #000;
	background: #f1dfb7;
	font-weight: bold;
	font-size: 20px;
}

.flow_con{
	padding: 3px 20px;
	margin-bottom: 30px;
	line-height: 2;
}

.flow_con p{
	margin-bottom: 25px;
}

.flow_con p.soudan_t01{
	margin-bottom: 15px;
	width: 150px;
	paddgin: 5px 20px;
	color: #fff;
	background: #f29b9f;
	border-radius: 20px;
	text-align: center;
}

.flow_con p.soudan_t02{
	margin-bottom: 15px;
	width: 150px;
	paddgin: 5px 20px;
	color: #fff;
	background: #f29b9f;
	border-radius: 20px;
	text-align: center;
}

.soudan_sample{
    font-family: serif;
    color: #f1dfb7;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 4px;
	margin-bottom: 20px;
}

.soudan_sample2 {
    font-family: serif;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.about_tab{
	margin-bottom: 50px;
}
.contents h3 {
    font-family: serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
	color: #fff;
}

.contents h3.keihi_title{
    font-family: serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
	color: #f1dfb7;	
	font-weight: normal;
}

.about_tab th{
	padding: 10px 20px;
	color: #ceeffe;
	width: 25%;
	text-align: left;
}

.about_tab td{
	width: 75%;
	padding: 10px 20px;
}
.about_tab tr{
    border-bottom: 1px dashed #ceeffe;
    display: block;
}

.soudan_result{
	padding: 20px;
	border: 3px double #f1dfb7;
}

.soudan_result p{
	margin-bottom: 0;
}

.contents h3.ft {
    font-family: serif;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
    color: #f1dfb7;
	border-left: 4px solid #f1dfb7;
	padding: 3px 10px;
}


.flow_con p.case_price {
    margin-bottom: 0;
	color: #f1dfb7;
}

.botcen{
	text-align: center;
	font-weight: bold;
	color: #374d87;
}

.botbg{
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background-image:url(images/botbg.png);
	background-repeat:no-repeat;
}


.botbg-inner{
	margin: 0;
	padding: 70px 0 0 110px;
}

.flow_con .botbg-inner p{
	margin: 0;
	padding: 0;
}


.faqbg{
	width: 1000px;
	height: 400px;
	margin: 0;
	background-image:url(images/faqbg.jpg);
	background-repeat:no-repeat;
}

.faqbg-inner{
	margin: 0 50px 0 250px;
	padding: 100px 0 0 0;
}

.faqbg a{
	color: #fff;
	text-decoration: none;
}

.faqbg a:hover{
	color: yellow;
	text-decoration: none;
}


ul.cp_list2 {
	padding:0.5em 0.5em 0 0.5em;
	list-style-type:none;
}
ul.cp_list2 li {
	position:relative;
	padding: 0em 0.7em 1em 1.5em;
	color: #fff;
	font-size: 18px;
}
ul.cp_list2 li::before {
	position: absolute;
	content: '';
	display: block;
	top: 0.4em;
	left: 0;
	width: 12px;
	height: 12px;
	border-right: 3px solid #9ffae3;
	border-bottom: 3px solid #9ffae3;
	transform: rotate(-45deg);
}

ul.cp_list {
	padding: 0.5em;
	list-style: none;
	margin: 0 0 25px 0;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(255,143,0,1);
}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}
タグ風のリスト


.com_tab{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}


.com_tab th{
	width: 30%;
	padding: 20px;
	border: 1px solid #596ea9;
	text-align: left;
	background: #354c8b;
	color: #fff;
}

.com_tab td{
	width: 70%;
	padding: 20px;
	border: 1px solid #354c8b;
	background: #fff;
}


.pri_tab{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}


.pri_tab th{
	width: 30%;
	padding: 10px 20px;
	border: 1px solid #363a82;
	text-align: left;
	background: #2b2e60;
	color: #fff;
}

.pri_tab td{
	width: 70%;
	padding: 10px 20px;
	border: 1px solid #363a82;
	background: #fff;
	text-align: left;
	color: #ff0000;
}

.cap{
	padding: 15px;
	margin-bottom: 30px;
}

.estimate{
	text-align: center;
	margin: 0 auto 40px auto;
}

.staff_tab{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.staff_tab th{
	width: 30%;
	padding: 10px 20px;
	border: 1px solid #00332d;
	text-align: left;
	background: #31746c;
	color: #fff;
}

.staff_tab td{
	width: 70%;
	padding: 10px;
	border: 1px solid #00332d;
	background: #fff;
}

.keihi{
	text-align: center;
	margin: 0 auto;
}

.tour_tab{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
	line-height: 2;
}

.tour_tab th{
	width: 25%;
	padding: 10px 20px;
	border: 1px solid #00332d;
	text-align: left;
	background: #31746c;
	color: #fff;
}

.tour_tab td{
	width: 75%;
	padding: 10px 20px;
	border: 1px solid #00332d;
	background: #fff;
}

.tour_tab td a{
	color: #0000ff;
}

.tour_tab td a:hover{
	color: orange;
}

.to_request{
	text-align: right;
}

.to_request a{
	display: block;
	width: 300px;
	padding: 10px 15px;
	background: #ea5e1d;
	color: #fff;
	text-align: center;
	float: right;
	font-size: 20px;
	text-decoration: none;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

.to_request a:hover{
	width: 300px;
	background: #f1961b;
	text-decoration: underline;
}

.contents p.case_price{
	color: #ff0000;
	text-align: right;
	font-size: 18px;
}

.staff_comment{
	padding: 20px 25px;
}

.staff_comment p{
	margin-bottom: 15px;
}

.message{
	padding: 3px 15px;
	color: #08564d;
	font-size: 20px;
	font-weight: bold;
	border-left: 5px solid #08564d;
}

.keihi_list{
margin: 0 0 0 50px;
}

.keihi_list li{
	display: block;
    width: 20%;
    margin: 0 5% 5% 0;
	float: left;
	text-align: center;
}

.keihi_list li.first{
	display: block;
    width: 20%;
    margin: 0 5% 5% 10%;
	float: left;
	text-align: center;
}

.keihi_list li.break{
	clear: both;
	display: block;
    width: 20%;
    margin: 0 5% 5% 0;
	float: left;
	text-align: center;
}

.keihi_list li.break2{
	clear: both;
	display: block;
    width: 20%;
    margin: 0 5% 5% 10%;
	float: left;
	text-align: center;
}

.keihi_list li img{
	width: 100%;
	margin-bottom: 10px;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding:  0;             /* 余白指定 */
    justify-content: center;
}

.flex-box2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5%;
    padding:  0;             /* 余白指定 */
}

.flex-box3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5%;
    padding:  0;             /* 余白指定 */
}

.flex-item {
    position: relative;
    width: calc( 100% / 4 );
    padding: 0 15px;
    margin-bottom: 50px;
}

.flex-item-blog {
    position: relative;
    width: calc( 100% / 3 );
    padding: 0 15px;
    margin-bottom: 50px;
}

.flex-item-blog img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.flex-item-spot {
    position: relative;
    width: calc( 100% / 3 );
    padding: 0 15px;
    margin-bottom: 50px;
}

.flex-item-spot img{
	margin: 0 0 20px 0;
}

.flex-item2 {
    padding: 20px 35px;
    margin-bottom: 50px;
}

.flex-item2 img{
	width: 100%;
	height: auto;
}

.flex-item3 {
    width: calc( 100% / 3 );
    padding: 0 20px;
    margin: 20px 0 0 0;
}

.flex-item3 img{
	width: 100%;
}

.flex-item4 {
    width: calc( 100% / 2 );
    padding: 0 20px;
    margin-bottom: 50px;
}

.flex-item4 img{
	width: 100%;
}

.flex-item3 h2{
font-family: Arial Black,Arial-BoldMT;
    font-size: 240%;
    color: #313131;
    margin: 20px auto 0 auto;
    text-align: center;
}

.flex-item3 h3{
	font-size: 14px;
    text-align: center;
}

.flex-item5 {
	width: 16.5%;
	float: left;
    padding: 0 20px 40px 20px;
}

.flex-item5-cen {
	width: 16.5%;
	float: left;
    padding: 0 20px 40px 20px;
}

.flex-item5 img{
	width: 100%;
}

.flex-item5-cen img{
	width: 100%;
}

.flex-item5 p{
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	color: #f1dfb7;
}

.flex-item5-cen p{
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	color: #f1dfb7;
}

.flex-item7 {
    width: calc( 100% / 3 );
    padding: 0 20px 40px 20px;
}

.flex-item7 img{
	width: 100%;
}


.flex-item-round {
    position: relative;
    width: calc( 100% / 4 );
    padding: 15px;
    margin-bottom: 50px;
}

.flex-item-round2 {
    position: relative;
    width: calc( 100% / 2 );
    padding: 15px;
    margin-bottom: 50px;
}

.wirebox{
    border: 2px solid #2c6ca3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}



.clinic{
	margin-bottom: 40px;
	width: 100%;
}

.supo{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 14px;
	color: #002e8f;
}

.wiret{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 14px;
	color: #002e8f;
	text-align: center;
}

.wimg01{
	text-align: center;
	margin: 0 auto;
}

.wimg01 img{
	width: 90%;
}

.wimg02{
	text-align: center;
	margin: 0 auto;
}

.wimg02 img{
	width: 50%;
}

.rec_main{
	margin: 0 auto 60px auto;
	text-align: center;
}

.rec_main img{
	width: 90%;
}

.com_copy{
	text-align: center;
	margin: 30px auto 60px auto;
}

.com_copy img{
	width: 60%;
}

.ceo{
	margin-bottom: 50px;
}

.ceo_l{
	width: 50%;
	margin: 0 10% 0 0;
	float: left;
	font-size: 20px;
	line-height: 2.5;
}

.ceo_r{
	width: 40%;
	margin: 0;
	float: right;
}

.ceo_r p{
	text-align: center;
	margin: 0 auto;
}

.ceo_r2{
	width: 40%;
	margin: 0;
	float: right;
}

.ceo_r2 p{
	text-align: center;
	margin: 0 auto;
}

.ceo_r img{
	width: 50%;
}

.ceo_r2 img{
	width: 100%;
}

.supobox{
	margin: 0 30px;
}

.cli01{
	border: 10px solid #fff;
	padding: 15px;
	width: 50%;
	background: #fff9c7;
}

.cli02{
	border: 10px solid #fff;
	padding: 15px;
	width: 25%;
	background: #fff9c7;
}

.cli03{
	border: 10px solid #fff;
	padding: 15px;
	width: 25%;
	background: #fff9c7;
}

.cli01-02{
	border: 10px solid #fff;
	padding: 15px;
	width: 50%;
	background: #fff9c7;
}

.cli02-02{
	border: 10px solid #fff;
	padding: 15px;
	width: 25%;
	background: #fff9c7;
}

.cli03-02{
	border: 10px solid #fff;
	padding: 15px;
	width: 25%;
	background: #fff9c7;
}

.cli01-null{
	padding: 0 15px;
	width: 50%;
	background: #fff;
	text-align: center;
}

.cli03-null{
	padding: 0 15px;
	width: 25%;
	background: #fff;
	text-align: center;
}

.cli-blue{
	border: 10px solid #fff;
	padding: 15px;
	width: 33.33%;
	background: #ccdef5;
}

.clit{
	text-align: center;
	color: #de5237;
	font-size: 20px;
	font-weight: bold;
}

.clit2{
	text-align: center;
	color: #002e8f;
	font-size: 20px;
	font-weight: bold;
}

.reuse-txt01{
	font-family: serif;
	font-size: 24px;
	text-align: center;
}

.cli-blue img{
	width: 100%;
	margin-bottom: 15px;
}

.isms{
	text-align: center;
	margin: 5% auto;
}

.isms img{
	width: 60%; 
}

.reuse-txt02{
	text-align: center;
	margin: 0 auto;
}


.staff_list{
	position: relative;
}

.staff_photo{
	z-index: 1;
}

.staff_obi{
	position: absolute;
	z-index: 2;
	background: #000;
	padding: 2% 0.5%;
	text-align: center;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.7);
}

p.staff_name{
	color: #fff;
	font-size: 20px;
}

p.staff_furigana{
	color: #fff;
	font-size: 12px;
}

p.staff_branch{
	font-weight: bold;
	color: #a40000;
	margin: 0 0 1% 0;
}

.prepare{
	color: #ff0000;
	text-align: center;
	margin: 50px auto;
}

.fno{
	position: absolute;
	z-index: 3;
	top: -15px;
	left: -15px;
}

a .staff_list {
	color: #fff;
}


.about_txt{
	margin: 5% 0;
	padding: 0 8%;
	font-size: 14px;
	line-height: 2;
}

.solubox{
    position: relative;
}

.obi{
	position: absolute;
	bottom: 0;
	background: rgba(53,76,139,0.7);
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	text-align: center;
}

.obi a{
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
}

.obi a:hover{
	text-decoration: underline;
}


.postbox{
    width: 90%;
    padding: 40px 0;
    margin: 0 5%;
}

.post{
	width: 70%;
	margin: 0 5% 0 0;
	float: left;
}

.post h2 {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 4% 0;
    padding: 0 0 5px 7px;
    border-bottom: 2px solid #f1dfb7;
}

.post-side{
	width: 25%;
	float: left;
}

section.news .post-side h3 {
    background: #bca866;
    padding: 7px 10px;
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 2px;
}

.il{
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
}

.il img{
	width: 100%;
	height: auto;
}

.ir{
	width: 65%;
}

.desc2{
	font-size: 14px;
}

.rarti{
	margin: 0 0 15px 0;
	padding: 0;
}

.content a.read_more {
    float: right;
    display: block;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    background: #a6927e;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
}

.rlink{
	overflow: hidden;
	font-size: 14px;
	line-height: 1.6;
}

.rlink a{
	color: #fff;
}

.rlink a:hover{
	color: #fff6a0;
}

.rebg-inner li{
	color: #fff;
}

.tumb{
	margin: 0 15px 0 0;
	float: left;
}

.tumb img{
	width: 64px;
	height: auto;
}

.date2{
	font-size: 90%;
	color: #cf3f3f;
}

.date3{
	font-size: 90%;
	color: #cf3f3f;
	margin: 0 10px;
}

.rebg-inner ul{
	margin: 0 0 0 20px;
}

.recimg{
	margin: 0 0 30px 0;
}

.recimg img{
	width: 100%;
}

.contents p.rec_catch{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.contents p.rec_intro{
	margin-bottom: 30px;
}



.contents p.news_day{
	color: #f1dfb7;
}

.contents p.news_day2{
	color: #003664;
	margin: 10px 0 0 0;
}

.tf-box{
    background: #003e97;
}

.tf_l{
	width: 50%;
	float: right;
}

.tf_l img{
	width: 100%;
}

.tf_r{
	width: 50%;
	float: left;
}

.tf_r img{
	width: 100%;
}

.tf_l2{
	width: 50%;
	float: left;
}

.tf_l2 img{
	width: 100%;
}

.tf_r2{
	width: 50%;
	float: left;
}

.tf_r2 img{
	width: 100%;
}

.tf{
	padding: 10%;
}

.tft{
	padding: 4% 2%;
	color: #fff;
}

.tf h3{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.fea{
	margin: 0 0 10px 0;
}

.fea img{
	width: auto;
}


.blogbox{
	margin: 0 0 60px 0;
}


section.news h3.adhead{
	border-bottom: 1px solid #000;
	padding: 0 0 2px 5px;
	background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1.5;
    margin: 15px 0 10px 0;
}

.m-intro{
	font-size: 14px;
}

.line01{
	font-size: 12px;
	color: #12b829;
}

.line02{
	font-size: 24px;
	color: #12b829;
}

.an01{
	font-size: 12px;
	color: #eb482c;
}

.an02{
	font-size: 24px;
	color: #eb482c;
}

.indeed01{
	font-size: 12px;
	color: #2970fe;
}

.indeed02{
	font-size: 24px;
	color: #2970fe;
}

.doda01{
	font-size: 12px;
	color: #1380bf;
}

.doda02{
	font-size: 24px;
	color: #1380bf;
}


section.news .catch_l h2{
	font-size: 24px;
	color: #29aed7;
	font-weight: bold;
	border: none;
	padding: 0;
}

.information{
	background: #21acd6;
	padding: 2% 3%;
	margin-bottom: 5%;
}

.info_l{
	width: 24%;
	float: left;
	margin: 0 5% 0 0;
}

.info_l img{
	width: 100%;
	margin-top: 25%;
}

.info_r{
	width: 71%;
	float: left;
	margin: 0;
}

.infobg{
	background: #fff;
	padding: 2% 2% 1% 2%;
}

.date{
	color: #f1dfb7;
}

.post p{
	color: #fff;
}

ul.nl li{
	list-style-type: none;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}

.flex-item a{
	color: #fff;
	text-decoration: none;
}

.flex-item a:hover{
	color: #81cff1;
	text-decoration: underline;
}

.flogo{
	margin: 0 30px 0 0;
	float: left;
}

.fmail{
	text-align: center;
}

.new-mark{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
}

.flex-item img{
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}

/* お問合わせ */

table.shoptab{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
	margin: 3% 0 5% 0;
}

table.shoptab th{
	border: 2px solid #e7e0ca;
	background: #faf7ee;
	width: 33%;
	padding: 2% 3%;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
}

table.shoptab td{
	border: 2px solid #e7e0ca;
	background: #fff;
	width: 66%;
	padding: 2% 3%;
	vertical-align: top;
	text-align: left;
}

table.shoptab td.faci p{
	float: left;
	margin: 0 10px 0 0;
}

table.shoptab td.faci p img{
	width: 70px;
	height: 70px;
}

table.rectab01{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
	margin: 3% 0 8% 0;
}

table.rectab01 th.thead{
	border: 2px solid #f29c9f;
	background: #fac0c2;
	width: 33%;
	padding: 1% 3%;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
}

table.rectab01 td.thead{
	border: 2px solid #f29c9f;
	background: #fac0c2;
	width: 66%;
	padding: 1% 3%;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}


table.rectab01 th{
	border: 2px solid #f29c9f;
	background: #fff7f7;
	width: 33%;
	padding: 2% 3%;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
}

table.rectab01 td{
	border: 2px solid #f29c9f;
	background: #fff;
	width: 66%;
	padding: 2% 3%;
	vertical-align: top;
	text-align: left;
}

.rectab01 p{
	margin-bottom: 15px;
}

.rectab01 ul{
	margin: 30px 0 0 0;
}

.rectab01 li{
	margin: 0 0 15px 30px;
	padding: 0;
}


table.rectab02{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
	margin: 3% 0 5% 0;
}

table.rectab02 th.thead{
	border: 2px solid #8fc31f;
	background: #b1d95b;
	width: 33%;
	padding: 1% 3%;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
}

table.rectab02 td.thead{
	border: 2px solid #8fc31f;
	background: #b1d95b;
	width: 66%;
	padding: 1% 3%;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}


table.rectab02 th{
	border: 2px solid #8fc31f;
	background: #f3fae5;
	width: 33%;
	padding: 2% 3%;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
}

table.rectab02 td{
	border: 2px solid #8fc31f;
	background: #fff;
	width: 66%;
	padding: 2% 3%;
	vertical-align: top;
	text-align: left;
}

.rectab02 p{
	margin-bottom: 15px;
}

.rectab02 ul{
	margin: 30px 0 0 0;
}

.rectab02 li{
	margin: 0 0 15px 30px;
	padding: 0;
}

/* お問合わせ */

table.contab{
	border-collapse: collapse;
	border: 1px solid #cea876;
	width: 90%;
	margin: 0 5% 5% 5%;
}

table.contab th{
	border: 1px solid #cea876;
	text-align: left;
	background: #f1efdc;
	width: 28%;
	padding: 2% 3%;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	color: #69380f;
}

table.contab td{
	border: 1px solid #cea876;
	background: #fff;
	width: 71%;
	padding: 2% 3%;
	vertical-align: top;
	text-align: left;
	color: #000;
}

.googlemap iframe{
	width: 100%;
}

table.contab2{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 1100px;
	margin: 20px 50px 50px 50px;
}

table.contab2 th{
	border: 2px solid #e7e0ca;
	background: #faf7ee;
	width: 33%;
	padding: 2%;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
}

table.contab2 td{
	border: 2px solid #e7e0ca;
	background: #fff;
	width: 66%;
	padding: 2%;
	vertical-align: top;
	text-align: left;
	line-height: 2.2;
}

.contab2 td p{
	padding: 0;
}


.contab input[type="text"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab p input[type="text"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0 0 15px 0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="tel"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="date"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0 0 20px 0;
width:30%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="email"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="radio"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
font-size: 14px;
}


.contab select{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.contab textarea{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn{
	margin: 30px auto;
	text-align: center;
}

.messageBtn input[type="submit"]{
border:solid 1px #ccc;
background: #ef9a9a;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#000;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn input[type="reset"]{
border:solid 1px #ccc;
background: #dcdcdc;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#333;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn input[type="button"]{
border:solid 1px #ccc;
background: #dcdcdc;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#333;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}






.bukken-list{
	margin: 20px 0 40px 0;
}

.bukken-box{	
    margin: 0 0 50px 0;
}

.bukken-box h2{
	background: #e60012;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	font-size: 16px;
	margin-bottom: 15px:
}

.bukken_catch{
	color: #e60012;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}


.photo-main img{
	width: 100%;
}

.bdtab{
	border-collapse: collapse;
	font-size: 14px;
	margin: 0 0 40px 0;
	width: 100%;
}

.bdtab th{
	border: 1px solid #d2d2d2;
	background: #ffe6e8;
	width: 15%;
	padding: 10px;
}

.bdtab td{
	border: 1px solid #d2d2d2;
	width: 35%;
	padding: 10px;
}

#bxslider-outer{
	margin-bottom: 50px;
}

.es_midashi{
	font-weight: bold;
	border-left: 3px solid #e60012;
	padding: 2px 10px;
	margin: 0 0 5px 0;
	linne-height: 1.2;
	font-size: 14px;
}

.price24{
	font-size: 24px;
	color: #e60012;
	font-weight: bold;
}


.bukken{
	width: 420px;
	float: left;
	margin: 0 15px 50px 15px;
}

.bukken_l{
	width: 200px;
	text-align: center;
	float: left;
	margin: 0 20px 15px 0;
}

.bukken_r{
	width: 200px;
	margin: 0 0 15px 0;
	float: left;
}

.bukken-catch{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.bukken-catch a{
	text-decoration: none;
	color: #000;
}

.bukken-catch a:hover{
	color: #e60012;
	text-decoration: underline;
}



/* page navi */
.wp-pagenavi { margin:30px 0 0 0; padding:0 0 0 20px; clear: both; }
.wp-pagenavi h4 { font-size:10px; font-weight:normal; margin:0 0 5px 0; color:#888; }
.wp-pagenavi ul { }
.wp-pagenavi li { float:left; }
.wp-pagenavi a, .wp-pagenavi a:hover, .wp-pagenavi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#feba94; display:inline; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.wp-pagenavi a:hover { color:#fff; text-decoration:none; }
.wp-pagenavi span.dots { background:none; color:#333; }

.wp-pagenavi span.current { color:#fff; background:#e56925; }
.wp-pagenavi a.prev, .wp-pagenavi a:hover.prev, .wp-pagenavi a:visited.prev {  }
.wp-pagenavi a.next, .wp-pagenavi a:hover.next, .wp-pagenavi a:visited.next {  }

.wp-pagenavi p.back a, .wp-pagenavi p.back a:hover { display:inline-block; padding:8px 20px; }


p.contact_estate{
	text-align: center;
	margin: 0 auto;
}

.bukken-price{
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	color: #ff0000;
	letter-spacing: 1px;
}

.bukken-spec{
	clear: both;
}

.btab th{
	background: #ffe6e8;
	padding: 5px 10px;
	border: 2px solid #fff;
	width: 15%;
}

.btab td{
	background: #fff;
	padding: 5px 10px 6px 0;
	border: 2px solid #fff;
	width: 30%;
}



.bukken_l img{
	height: 120px;
}

.lban{
	margin: 0 0 15px 0;
}

.lban img{
	width: 100%;
}


#main-wrapper{
	clear: both;
	background: #eff3fc;
	height: 250px;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 100%;
	background-repeat:repeat-x;
}

#main-wrapper-low{
	clear: both;
	background: #eff3fc;
	height: 250px;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 100%;
	background-repeat:repeat-x;
}


#main-img{
}

#main-img h2{
	color: #354c8b;
	font-size: 24px;
	text-align: left;
	padding: 25px 0 0 0;
	letter-spacing: 2px;
}

#main-img img{
	width: 100%;
}

.maincon_l{
	width: 75%;
	float: left;
	margin: 0 5% 0 0;
}

.maincon_r{
	width: 20%;
	float: left;
	margin: 0;
}

.content_an{
	background: #feefe6;
	padding: 20px;
}

ul.sitemap li{
	margin-bottom: 20px;
}

.medi{
	margin: 0 0 0 150px;
}

.btn{
	margin: 0 0 15px 0;
}

.btn img{
	width: 100%;
}

.side-midashi{
	background: #21acd6;
	color: #fff;
	padding: 3px 10px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

.head-topics{
	position: absolute;
	top: 280px;
	left: 60px;
	font-size: 13px;
}

.head-topics li{
	list-style-type: none;
	text-align: left;
}

.l01{
	color: #21acd6;
	padding: 10px 15px;
	background: #fff;
}

.l01 a{
	color: #000;
}

.l01 a:hover{
	color: #21acd6;
}

.l02{
	color: #21acd6;
	padding: 10px 15px;
	background: #f4f4f4;
}

.l02 a{
	color: #000;
}

.l02 a:hover{
	color: #21acd6;
}


.policy{
	margin: 5% auto;
	text-align: center;
}

.policy2{
    font-size: 24px;
    font-family: serif;
    padding: 1% 3%;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    font-weight: 100;
    line-height: 2;
}



/* TOPレイアウト */


.greet{
	width: 720px; /* necessary for ie win */
	height: 350px;
	margin: 0 0 20px 0;
	text-align: left;
	background-image: url(../img/top/greet.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.greet-inner{
	font-size: 14px;
	line-height: 2;
	margin: 0 190px 0 30px;
	padding: 75px 0 0 0;
}




.pl{
	float: left;
	margin: 0 15px 15px 0;
}

.pl_end{
	float: left;
	margin: 0 0 15px 0;
}


span.houjin{
	font-size: 11px;
	color: #3465ab;
}

span.bgye{
	background: #fff799;
	padding: 4px 0;
}


#infobox{
	width: 665px;
	margin-bottom: 30px;
	overflow: hidden;
}

.info{
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #cccccc;
}

.info_date{
	float: left;
	margin: 0 15px;
	color: #666666;
}

.info_icon{
	float: left;
	margin: 3px 15px 0 0;
}



.info_t{
	margin-bottom: 12px;
}

.info_t2{
	margin-bottom: 7px;
	line-height: 1.5;
}

p.info_detail{
	text-align: right;
}




/* 下層共通 */

.rcon{
	width: 220px; /* necessary for ie win */
	height: 200px;
	margin: 0 0 20px 0;
	text-align: left;
	background-image: url(../img/top/rcon.jpg);
	background-repeat: none;
	overflow: hidden;
}

.rcon-inner{
	font-size: 14px;
	line-height: 2;
	margin: 0 30px;
	padding: 130px 0 0 0;
}


.serbox{
	background: #eee2d9;
	width: 220px;
	padding: 0 0 15px 0;
}

.serbox-inner p{
	margin: 0 5px 10px 5px;
}

.serbox-inner{
	width: 210px;
	margin: 0 5px;
	background: #f7efe8;
	padding: 15px 0 5px 0;
}

.rmap{
	margin: 30px 0 15px 0;
}

.adress{
	border: 5px solid #cdbba9;
	background: #fff;
	width: 180px;
	padding: 15px;
}

.adt01{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 7px;
	color: #906337;
	letter-spacing: 2px;
}

.adt02{
	margin-bottom: 5px;
}

.adt03{
	font-size: 88%;
	margin-bottom: 7px;
}

.pmark{
	width: 220px; /* necessary for ie win */
	height: 91px;
	background: #fff;
	background-image: url(../img/common/privacybg.jpg);
	background-repeat: none;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

.pmark_t01{
	margin: 0 0 0 100px;
	padding: 7px 0 0 0;
	font-size: 11px;
	color: #666666;
}

.pmark_t02{
	margin: 0 0 0 110px;
	padding: 2px 0 0 0;
	font-size: 11px;
	color: #666666;
}

.pmark a { color: #003399; text-decoration: underline;}

.pmark a:hover {
	color: #66ccff;
}


.ssl{
	width: 220px; /* necessary for ie win */
	height: 144px;
	background: #fff;
	background-image: url(../img/common/globalbg.jpg);
	background-repeat: none;
	overflow: hidden;
	margin: 7px 0 10px 0;
}

.ssl_t01{
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}

.ssl_t02{
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #666666;
}


.sub_title{
	margin: 0;
}

.sub_title h2{
	font-size: 20px;
	font-weight: bold;
	color: #744a1d;
	padding: 0 0 8px 0;
	margin: 0;
	letter-spacing: 5px;
}

.sub_title h2:first-letter{
	font-size: 30px;
	font-weight: bold;
	color: #472501;
	padding: 0;
	margin: 0;
}

.sub_title2{
	width: 720px;
	background-image: url(../img/common/subt.jpg);
	background-repeat: repeat-y;
	margin-bottom: 12px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}


.sub_title2 h2{
	font-size: 18px;
	font-weight: bold;
	color: #533617;
	padding: 6px 0 6px 0;
	margin: 0 14px 0 14px;
}

.sub_title3{
	width: 670px;
	background-image: url(../img/common/subt.jpg);
	background-repeat: repeat-y;
	margin-bottom: 12px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}


.sub_title3 h2{
	font-size: 18px;
	font-weight: bold;
	color: #533617;
	padding: 6px 0 6px 0;
	margin: 0 14px 0 14px;
}

.sub_title3 h3{
	font-size: 18px;
	font-weight: bold;
	color: #533617;
	padding: 6px 0 6px 0;
	margin: 0 14px 0 14px;
}

.sub_title3 h3 a{
	color: #533617;
	text-decoration: none;
}

.sub_title2 h3{
	font-size: 18px;
	font-weight: bold;
	color: #533617;
	padding: 6px 0 6px 0;
	margin: 0 14px 0 14px;
}

.sub_title2 h3 a{
	color: #533617;
	text-decoration: none;
}


.post_image{
	width: 100%;
	height: auto;
	margin: 0 auto 40px auto;
	text-align: center;
}

.post_image img{
		width: 100%;
		height: auto;
}


.sub_title h4{
	font-size: 14px;
	font-weight: bold;
	color: #313131;
	padding: 8px 0 0 0;
	margin: 0 0 0 15px;
}

.con_mid{
	width: 720px;
	height: 100%;
	background-image: url(../img/common/con_mid.jpg);
	background-repeat: repeat-y;
	font-size: 14px;
	line-height: 2;
}

.con_mid img.radi{
    border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */
}

.con_mid p{
	margin-bottom: 10px;
}

.fuan{
	margin: 10px;
	background: #fdf5e8;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 3;
}

.line{
	text-decoration: underline;
	color: #f37800;
	font-size: 16px;
}

.line2{
	font-weight: bold;
	text-decoration: underline;
	color: #ff0000;
}

.line3{
	text-decoration: underline;
	color: #f37800;
	font-size: 16px;
	font-weight: bold;
}

.box{
	border: 3px double #edd4b0;
	padding: 10px 15px 0px 15px;
	background: #fffcf8;
    border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */
    margin: 0 10px 15px 10px; 
}

.kokuban{
	width: 660px; /* necessary for ie win */
	height: 359px;
	background: #fff;
	background-image: url(../img/page/kokuban.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 20px;
}

.kokuban p{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 50px 0 0 0;
	margin: 0 0 0 50px;
	line-height: 2.5;
}

.con_mid-inner{
	margin: 0 25px;
	padding: 12px 0 0 0;
}

.impo{
	font-size: 20px;
	font-weight: bold;
	color: #996c33;
	margin-bottom: 7px;
	border-left: 5px solid #996c33;
	padding: 5px 16px;
}

.kijicon{
	margin: 20px 10px;
}

.kijidate{
	margin: 15px 0 40px 0;
	border-top: 1px dashed #c9c9c9;
}

.kijidate p{
	text-align: right;
	margin: 7px 10px 0 0;
	font-size: 11px;
}

/* 会社案内 */

.greet_l{
	width: 145px;
	float: left;
	margin: 20px 40px 0 20px;
}

.greet_r{
	width: 460px;
	float: left;
	margin: 20px 0 0 0;
}

.form_midashi{
	margin: 0 5% -10px 5%;
	font-weight: bold;
	color: #e60012;
	font-size: 16px;
	padding: 4px 0 4px 10px;
	border-left: 3px solid #e60012;
}


table.comtab{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 90%;
	margin: 20px 5%;
}

table.comtab th{
	border: 1px solid #cccccc;
	background: #fff7f8;
	width: 20%;
	padding: 15px 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
}

table.comtab td{
	border: 1px solid #cccccc;
	background: #fff;
	width: 80%;
	padding: 15px 15px;
	vertical-align: middle;
}


.comtab input[type="text"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.comtab td.short input[type="text"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:20%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.comtab input[type="email"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.comtab input[type="radio"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
font-size: 14px;
}


.comtab select{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.comtab textarea{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn{
	margin: 30px auto;
	text-align: center;
}

.messageBtn input[type="submit"]{
border:solid 1px #ccc;
background: #ef9a9a;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#000;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn input[type="reset"]{
border:solid 1px #ccc;
background: #dcdcdc;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#333;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn input[type="button"]{
border:solid 1px #ccc;
background: #dcdcdc;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#333;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.howto_access{
	margin: 10px 0 0 0;
}

.map_pdf{
	margin: 10px 0 0 0;
}

table.comtab2{
	width: 665px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

table.comtab2 th{
	border: 1px solid #cccccc;
	background: #6f5022;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 115%;
	color: #fff;
}

table.comtab2 td.prit01{
	border: 1px solid #cccccc;
	background: #fff;
	background-image: url(../img/page/tab_bg.gif);
	width: 40%;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 115%;
	font-weight: bold;
	color: #81511c;
}

table.comtab2 td.prit02{
	border: 1px solid #cccccc;
	background: #fff;
	width: 60%;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 115%;
}

.con_mid p.midashi{
	margin-bottom: 2px;
	font-size: 130%;
	font-weight: bold;
	color: #eb6100;
}


.voice_l{
	width: 200px;
	float: left;
	margin: 10px 20px 0 10px;
}

.voice_r{
	width: 480px;
	float: left;
	margin: 10px 10px 0 0;
}



table.voicetab{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 480px;
	margin: 0;
}

table.voicetab th{
	border: 1px solid #cccccc;
	background: #fff;
	background-image: url(../img/page/tab_bg.gif);
	width: 20%;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

table.voicetab td{
	border: 1px solid #cccccc;
	background: #fff;
	width: 80%;
	padding: 8px 15px;
	vertical-align: top;
}


/* インフラ */

.top_t{
	margin: 0 10px 20px 10px;
}

.con_txt_l{
	width: 400px;
	float: left;
	margin: 20px 20px 0 10px;
}

.con_img_r{
	width: 220px;
	float: left;
	margin: 20px 10px 0 0;
}

/* 個人情報保護 */

.privacy{
	margin: 20px 40px;
}

.r11{
	text-align: right;
	font-size: 11px;
}

/* 採用のご案内 */


.con_mid p.rec_f001{
	font-size: 200%;
	color: #a3791a;
	text-align: center;
}

.recbox p{
	color: #462505;
	line-height: 2.4;
	margin-bottom: 15px;
}

.recbox p a{
	color: #996c33;
}


.recbox p a:hover{
	color: #996c33;
}

.pcnon{
	display: none;
}

.pcbot15{
	margin-bottom: 15px;
}

.job01{
	float: left;
	width: 310px;
	height: 230px;
	margin: 0 20px 0 10px;
	padding: 0;
	background: #fff;
	background-image: url(../img/page/job01.jpg);
}

.job02{
	float: left;
	width: 310px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: url(../img/page/job02.jpg);
}

.job-inner{
	padding: 145px 0 0 0;
	margin: 0 0 0 23px;
}

.job_r{
	text-align: right;
	font-size: 11px;
	margin: 9px 20px 0 0;
}

.job_r a{
	color: #3872c8;
}

.job_r a:hover{
	color: #eb6100;
}

.job01_top{
	width: 665px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: url(../img/page/job01_top.jpg);
}

.job02_top{
	width: 665px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: url(../img/page/job02_top.jpg);
}


.jobtop-inner{
	padding: 35px 0 0 0;
	margin: 0 0 0 310px;
}

.f11{
	font-size: 11px;
}


.messageBtn{
	margin: 0 auto;
	text-align: center;
}

.messageBtn input{
	padding: 2px;
	text-align: center;
}

.googlemap{
	margin: 20px 0 10px 0;
}

.result_icon{

}

.result_icon{
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}

.result_r{
	width: 480px;
	float: left;
	margin: 0 10px 0 0;
}

.result_cli{
	color: #183b8f;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.result_detail{
	margin-top: 15px;
}

.kouka01{
	background: #fff;
	background-image: url(../img/page/sakura_kouka01.jpg);
	width: 665px;
	height: 171px;
	padding: 0;
	text-align: left;
}

.kouka01 p{
	margin: 0 0 0 130px;
	padding: 45px 0 0 0;
}

.kouka02{
	background: #fff;
	background-image: url(../img/page/sakura_kouka02.jpg);
	width: 665px;
	height: 171px;
	padding: 0;
	text-align: left;
}

.kouka02 p{
	margin: 0 0 0 130px;
	padding: 45px 0 0 0;
}

.kouka03{
	background: #fff;
	background-image: url(../img/page/sakura_kouka03.jpg);
	width: 665px;
	height: 180px;
	padding: 0;
	text-align: left;
}

.kouka03 p{
	margin: 0 0 0 130px;
	padding: 35px 0 0 0;
}

.kouka04{
	background: #fff;
	background-image: url(../img/page/sakura_kouka04.jpg);
	width: 665px;
	height: 220px;
	padding: 0;
	text-align: left;
}

.kouka04 p{
	margin: 0 0 0 130px;
	padding: 65px 0 0 0;
}

.kouka05{
	background: #fff;
	background-image: url(../img/page/sakura_kouka05.jpg);
	width: 665px;
	height: 330px;
	padding: 0;
	text-align: left;
}

.kouka05 p{
	margin: 0 0 0 130px;
	padding: 65px 0 0 0;
}

.news_r_top{
	background-image: url(../img/common/r_list_top.jpg);
	width: 220px;
	height: 40px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

.news_r_top h3{
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	padding: 13px 0 0 0;
	text-align: center;
}

.news_r_middle{
	background-image: url(../img/common/r_list_middle.jpg);
	background-repeat: repeat-y;
	width: 220px;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: left;
}

.news_r_middle ul{
	margin: 0 12px;
	padding: 0;
	line-height: 2;
}

.news_r_middle ul li{
	margin-top: 4px;
	padding: 0 0 0 16px;
	background-image: url(../img/common/news_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.news_r_bottom{
	background-image: url(../img/common/r_list_bottom.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 15px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


/* セミナー */

table.semitab{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 665px;
	margin: 20px 0;
}

table.semitab th{
	border: 1px solid #cccccc;
	background: #fff;
	background-image: url(../img/page/tab_bg.gif);
	width: 20%;
	padding: 25px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

table.semitab td{
	border: 1px solid #cccccc;
	background: #fff;
	width: 80%;
	padding: 25px 15px;
	vertical-align: top;
}

table.semi02tab{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 665px;
	margin: 20px 0 30px 0;
}

table.semi02tab th{
	border: 1px solid #cccccc;
	background: #fff;
	background-image: url(../img/page/tab_bg.gif);
	width: 20%;
	padding: 15px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

table.semi02tab td{
	border: 1px solid #cccccc;
	background: #fff;
	width: 80%;
	padding: 15px 15px;
	vertical-align: top;
}


.cancel{
	border: #333333 3px double;
	margin: 15px 0;
	padding: 0;
}

.cancel-inner{
	margin: 0 15px;
	padding: 15px 0;
}

.cancel_t{
	color: #ff0000;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}


/* 導入事例 */

.jirei_detail{
	margin: 0;
	line-height: 1.8;
}

.jirei_detail h3{
	border-left: 5px #313131 solid;
	border-bottom: 1px #313131 solid;
	padding: 2px 8px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

/* 料金 */


table.price{
	width: 640px;
	border-collapse: collapse;
	margin: 20px 0 20px 20px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
}

.price th{
	width: 100px;
	padding: 5px;
	border-right: 1px dashed #fff;
	margin: 3px 0;
	background: #f19ec2;
	color: #fff;
}

.price td{
	padding: 8px 15px;
	border-bottom: 1px dashed #DCDCDC;
	border-left: 1px dashed #DCDCDC;
	border-right: 1px dashed #DCDCDC;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}


.price_t1{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	width: 190px;
}

.pri_cau{
	text-align: right;
	margin: 0 80px 0 0;
	font-size: 14px;
}

td.spot{
	padding: 3px 20px;
	text-align: left;
	font-size: 12px;
	background: #FFE4E1;
}

/* お部屋案内 */

#room_t{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
}

#room_t2{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
}

.room_name{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 135px;
	padding: 15px 0 0 0;
}

.room_name a{
	color: #cc3333;
}

.room_name a:hover{
	color: #FFA500;
}

.room_gaiyou{
	font-weight: bold;
	margin: 0 15px 7px 135px;
	padding: 0;
}

.room_detail{
	text-align: right;
	margin-right: 15px;
}

.t_cap{
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
}


#setubi{
	width: 640px;
	border-collapse: separete;
	margin: 5px 0 20px 20px;
	font-size: 14px;
}

#setubi td{
	width: 25%;
	background: #56b6f2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	border: #fff 1px solid;
}


#ameni{
	width: 640px;
	border-collapse: separete;
	margin: 5px 0 20px 20px;
	font-size: 14px;
}

#ameni td{
	width: 25%;
	background: #7ec2ec;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	border: #fff 1px solid;
}

ul.caution{
	margin: 15px 0 15px 20px;
	padding: 0 0 0 25px;
	font-size: 14px;
	line-height: 2.3;
	list-style-type: disc;
	font-weight: bold;
}

.back{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.back a{
	color: #fff;
}

.back a:hover{
	color: #FFA500;
}


/* 空き室状況 */

.state{
	margin: 5px 0 0 125px;
}


.toku_t1{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.toku_t2{
	margin: 0 0 7px 15px;
}

.tokuten{
	background: #eb6877;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

/* 業務案内 */


.work_text1{
	font-size: 16px;
	line-height: 1.6;
	padding: 30px 0 0 0;
}

.work_text2{
	color: 	#006400;
}


.con-l1{
	width: 490px;
	float: left;
	margin-right: 20px;
}

.con-r1{
	float: left;
}

.con-l2{
	width: 420px;
	float: left;
	margin-right: 20px;
}

.con-r2{
	float: left;
}

#partner{
	border: 3px double silver;
	margin: 10px 0;
	padding: 10px 15px;
}

/* 会社案内 */


table.gaiyou{
	border-collapse: collapse;
	width: 640px;
	margin: 40px 0 20px 0;
}

.gaiyou th{
	width: 200px;
	padding: 8px 5px;
	border: 1px solid #DCDCDC;
	border-bottom: 1px solid #FFF;
	margin: 3px 0;
	background: #94d8f8;
}

.gaiyou td{
	padding: 8px 20px;
	border: 1px solid #DCDCDC;
}


.map{
	margin: 30px 100px;
	font-size: 14px;
}




/* お問い合わせ */

.contact_top{
	margin: 0 0 15px 0;
}


radio{
	margin-top: 5px;
}

table.mailform{
margin: 5px 0 0 ;
width: 640px; 
border: 1px white solid; 
border-collapse: collapse;
line-height: 1.5;
font-size: 12px;
}

th.midashi1{
border: 1px white solid; 
width: 160px; 
background: #0190dc;
padding: 3px 7px;
color: white;
font-weight: bold;
font-size: 12px;
}

th.midashi2{
border: 1px white solid; 
width: 460px; 
background: #0190dc;
padding: 3px 7px;
color: white;
font-weight: bold;
font-size: 12px;
}

td.enq1{
border: 1px white solid; 
width: 160px; 
background: #E6E6E6;
padding: 7px;
font-size: 12px;
}

td.ans1{
border: 1px white solid; 
width: 460px; 
background: #F5F5F5;
padding: 7px;
font-size: 12px;
}

td.enq2{
border: 1px white solid; 
width: 160px; 
background: #E6E6E6;
padding: 7px;

text-align: center;
color: #0072BC;
}

td.ans2{
border: 1px white solid; 
width: 460px; 
background: #F5F5F5;
padding: 7px;
font-size: 12px;
}


textarea {
width: 350px;
height: 100px;
}

.send{
	margin: 15px auto;
	width: 640px;
	text-align: center;
}


/* プライバシーポリシー */

#privacy {
	margin: 0 30px 0 30px;
	font-size: 14px;
	line-height: 1.7;
}


/* サイトマップ */


ul.chart1{
margin: 0 0 25px 40px;
padding: 0;
list-style-type: square;
}

.chart1 li{
font-size: 14px;
color: #ffd7d8;
font-weight: bold;
margin-bottom: 9px;
}



.chart1 a{
	color: #313131;
}

ul.chart2{
margin: 0 0 25px 150px;
padding: 0;
list-style-type: square;
}

.chart2 li{
font-size: 14px;
color: #ffd7d8;
font-weight: bold;
margin-bottom: 9px;
}

.chart2 a{
	color: #313131;
}

/* よくある質問 */
.q{
clear: both;
width: 600px;
background: #F5F5F5;
padding: 5px 10px;
margin-top: 10px;
margin-left: 30px;
color: #313131;
font-weight: bold;
border: 1px solid #DCDCDC;
border-bottom: 3px double #DCDCDC;
}

.ans{
width: 600px;
background-color: #fff;
padding: 10px;
margin-left: 30px;
margin-bottom: 25px;
border-left: 1px solid #DCDCDC;
border-right: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
line-height: 1.6;
}

/* フッター */


#pagetop{
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 25px;
	background: #d3d6de;
}

#pagetop-inner{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#pagetop-inner p{
	text-align: right;
}

.fbox{
	border-top: 1px solid #000;
	width: 1200px;
}

.fbp{
	z-index: 100;
	margin: -45px 0 0 0;
}

.fb_l{
	width: 500px;
	float: left;
	margin: 30px 0 0 0;
	font-size: 14px;
}

.fb_l p{
	float: left;
	margin: 0 60px 0 0;
}

.fb_r{
	width: 330px;
	float: left;
	margin: 0 0 0 360px;
}

.fb_r ul.fbli{
	float: left;
	margin: 0 90px 0 0;
	font-size: 14px;
}

.fb_r ul.fbli2{
	float: left;
	margin: 0;
	font-size: 14px;
}


.footcon{
	width: 100%;
	height: 720px;
	background-image: url(images/footbg.png);
	background-size: cover;
	position: relative;
}

.fcbox{
	width: 710px;
	height: 300px;
background-color: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.fcbox-inner{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.fcbox-inner p.con_top{
	margin: 0;
	position: absolute;
	bottom: 220px;
}

.fcbox-inner p.con_tel{
	margin: 0;
	position: absolute;
	bottom: 120px;
}

.fcbox-inner p.con01{
	float: left;
	margin: 0 20px 0 0;
}

.fcbox-inner p.con02{
	float: left;
	margin: 0 5px 0 0;
}

#footerwrap{
	width: 100%; /* necessary for ie win */
	height: 152px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	background-image: url(../img/common/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
}

.footer{
	background: #354c8b;
	margin-bottom: 140px;
}

.footer_t{
	width: 100%;
	font-size: 11px;
	color: #626262;
	background: #f6f6f6;
	padding: 8px 0;
	text-align: center;
}


.footer_t a{
	color: #626262;
}

.footer_t a:hover{
	color: #f39700;
}


.copyright{
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #03071d;
}

.copyright a{
	color: #fff;
	text-decoration: none;
}


/* その他回り込み指定など */

.cen{
	text-align: center;
}

.img_left{
float: left;
}

.l_10{
float: left;
margin-right: 10px;
}

.l_15{
float: left;
margin-right: 15px;
}

.l_20{
float: left;
margin-right: 20px;
}

.l_25{
float: left;
margin-right: 25px;
}

.l_30{
float: left;
margin-right: 30px;
}

.l_60{
float: left;
margin-right: 60px;
}


.l_140{
float: left;
margin-right: 140px;
}


.r_15{
float: right;
margin-left: 15px;
}

.r_25{
float: right;
margin-left: 25px;
}

.top40{
	margin-top: 40px;
}

.right{
	text-align: right;
	margin-bottom: 20px;
}

.bd{
	font-weight: bold;
}

.bd14{
	font-weight: bold;
	font-size: 14px;
}

.bd16{
	font-weight: bold;
	font-size: 16px;
}


.white{color: white;}
.red{color: #FF0000;}
.blue{color: blue;}
.gray{color: gray;}
.green{color: green;}
.brown{color: #A52A2A;}

.redbd{color: #FF0000;font-weight: bold;}
.bluebd{color: #191970;font-weight: bold;}
.graybd{color: gray;font-weight: bold;}
.greenbd{color: green;font-weight: bold;}
.brownbd{color: #A52A2A;font-weight: bold;}
.bd{font-weight: bold;}
.orangebd{font-weight: bold;color: #FF4500;}

.f12{
	font-weight: normal;
	font-size: 12px;
}

.red12{
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
}


.bdline{font-weight: bold;text-decoration: underline;}

.faq-item {
border: 1px solid #eeeeee;
margin-bottom: 30px;
}

h5.toggle {
margin: 10px;
padding: 6px 10px;
font-weight: bold;
font-size: 14px;
color: #9a6329;
background: #fff;
background-image: url(../img/page/tab_bg.gif);
}

.toggle-content {
margin: 12px 20px;
line-height: 1.8;
}

p.priv_t {
font-weight: bold;
font-size: 18px;
text-align: center;
margin: 40px 10px 10px 10px;
color: #f1dfb7;
font-family: serif;
}

p.priv_txt {
margin: 0 50px;
line-height: 1.5;
color: #fff;
}

p.priv_t2 {
font-weight: bold;
font-size: 16px;
margin: 0 50px;
margin-bottom: 5px;
color: #fff;
}

p.priv_txt_r {
text-align: right;
margin-right: 30px;
}


p.post_date {
margin: 0 15px;
line-height: 1.6;
}

p.post_gai {
margin: 10px 15px;
line-height: 1.6;
}

p.post_detail {
float: right;
margin: 0;
text-align: center;
width: 100px;
font-size: 88%;
color: #fff;
background: #ad8e6a;
padding: 5px 0;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}



p.post_detail a{
	color: #fff;
	text-decoration: none;
}

h2.ptitle a{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 7px 15px;
	color: #7a5121;
}

span.post_date{
color: #a6937c;
}

.cont{
	margin: 15px;
	line-height: 1.8;
	font-size: 16px;
}

ul.sitemap{
	margin: 0 0 0 40px;
	padding: 30px 0 30px 0;
	font-size: 18px;
}

span.tagt {
background: #e75b5b;
color: #fff;
font-weight: bold;
padding: 3px 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

/* ----------------------------------------------------------------------
 Archive, Search result page
---------------------------------------------------------------------- */
.wp-pagenavi {
clear: both;
width: 100%;
text-align: right;
height: 30px;
}

.voicewrap{
	margin: 0 0 0 15px;
}

.vbox{
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
	text-align: center;
}

p.vi img{
	width: 160px;
	height: 117px;
	margin-bottom: 7px;
}

p.vname{
	text-align: center;
}

.vname a{
	color: #7a5121;
}

.vname a:hover{
	color: #f1961b;
}

.vlist{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.vlist a{
	color: #7a5121;
}

.vlist a:hover{
	color: #f1961b;
}





table.fpri_tab01{
	border-collapse: collapse;
	width: 670px;
	margin: 10px 0 20px 0;
}

.fpri_tab01 th{
	padding: 8px;
	border: 1px solid #DCDCDC;
	background: #5b2c04;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}

.fpri_tab01 td{
	padding: 8px 2px;
	border: 1px solid #DCDCDC;
	text-align: center;
	vertical-align: middle;
}

.fpri_tab01 td.cel01{
	padding: 8px 2px;
	text-align: center;
	border: 1px solid #DCDCDC;
	background: #c77c38;
	vertical-align: middle;
	color: #fff;
}

.fpri_tab01 td.cel02{
	padding: 8px 6px;
	text-align: right;
	border: 1px solid #DCDCDC;
	vertical-align: middle;
}


table.fpri_tab02{
	border-collapse: collapse;
	width: 670px;
	margin: 10px 0 20px 0;
}

.fpri_tab02 th{
	padding: 8px;
	border: 1px solid #DCDCDC;
	background: #004999;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}

.fpri_tab02 td{
	padding: 8px 2px;
	border: 1px solid #DCDCDC;
	text-align: center;
	vertical-align: middle;
}

.fpri_tab02 td.cel01{
	padding: 8px 2px;
	text-align: center;
	border: 1px solid #DCDCDC;
	background: #19afa7;
	vertical-align: middle;
	color: #fff;
}

.fpri_tab02 td.cel02{
	padding: 8px 6px;
	text-align: right;
	border: 1px solid #DCDCDC;
	vertical-align: middle;
}


.price_cau{
	border-left: 2px solid #b18855;
	padding: 7px 0 7px 20px;
	font-size: 12px;
	margin: 15px;
}

.price_cau p{
	margin: 0 0 5px 0;
}

.fconbox {
    margin: 0 auto 50px auto;
    text-align: center;
    width: 1300px;
}

.fcon_l {
    width: 600px;
    margin: 0 60px 0 0;
    float: left;
}

.fcon_l img {
    width: 100%;
}

.fcon_r {
    width: 640px;
    float: left;
    text-align: left;
}

.fcon_name {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px 20px 20px;
}

.fcon_tab {
    padding: 0 0 20px 20px;
    width: 100%;
}

.ftel {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}

.fad{
	margin: 4% 0;
	padding: 0 0 0 20px;
}


.ftel img{
width: 100%;
}

.fc01 {
    float: left;
    margin: 0 20px 0 20px;
}

.fc01 img{
	width: 260px;
}

.fc02 {
    float: left;
    margin: 0 20px 0 0;
}

.fc02 img{
	width: 200px;
}

.fc03 {
    float: left;
    margin: 0;
}

@media only screen and (max-width: 1024px){
		
		.mainbot{
			display: none;
		}
section article {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px 0;
    background-image: url(images/bg.png);
    background-repeat: repeat;
}

#headerwrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

/*****HEADER*****/
#header{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#header h1{
	color: #fff;
	font-size: 14px;
	padding: 7px 70px 5px 5px;
	text-align: left;
	width: 100%;
	background: linear-gradient(#a18e40, #563f1d);
}

#header img{
	width: 80px;
	margin: 0 10px;
}

.ftcon{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
}

.ftcon img{
	float: left;
	margin: 0;
}

.contents {
    line-height: 2;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.contents h2 {
    font-family: serif;
    color: #f1dfb7;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5;
    padding: 30px 15px 0 15px;
    letter-spacing: 4px;
}

.contents .flow_con h2 {
    font-family: serif;
    color: #f1dfb7;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 15px 0;
    text-align: left;
}

.ct01{
	padding: 0 20px;
}

.pt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.price {
    color: #fff26c;
    text-align: center;
}

section.contact_box{
	display: none;
}

section.fmbox article{
	width: 100%;
	margin: 0;
}

#logo {
    float: left;
    width: 60%;
    text-align: left;
    margin: 10px 5% 5px auto;
}

#logo2 {
    background: #f2e0b7;
    color: #000;
    width: 100%;
    margin: 0;
			padding: 3px 10px;
			font-size: 11px;
    text-align: center;
    margin: 10px 0 0 0;
}

#logo-r {
    display: none;
    width: 35%;
    text-align: left;
    margin: 10px;
}
		

.fm01 {
    float: left;
    margin: 0 30px 0 40px;
    color: #fff;
    line-height: 2;
    font-size: 14px;
}

.fm02 {
    float: left;
    margin: 40px auto 0 auto;
    color: #fff;
    line-height: 2;
    font-size: 14px;
}

.hcon{
	display: none;
}

#navibg{
	display: none;
}

#main-wrapper{
	height: auto;
}

#main-img {
    width: 100%;
    height: auto;
			padding: 0;
			margin: 0;
    background-size: contain;
}

#main-img img{
	width: 100%;
}

#main-img h2{
color: #354c8b;
    font-size: 12px;
    text-align: left;
    padding: 15px 0 0 10px;
    letter-spacing: 2px;
}

.estimate img{
	width: 100%;
}

section.about article {
    margin: 0;
    padding: 0;
}

.faqbg {
    background-image: none;
    background-color: #003d28;
    height: auto;
    width: 100%;
}

.faqbg-inner{
    margin: 0;
    padding: 0;
}

.faqt{
	text-align: center;
	padding: 20px 0 10px 0;
}

ul.cp_list2 {
    padding: 0.5em 0.5em 0 1.5em;
    list-style-type: none;
    color: #000;
}

ul.cp_list2 li {
    position: relative;
    padding: 0em 1.5em 0.5em 1.5em;
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}

ul.cp_list2 li::before {
    position: absolute;
    content: '';
    display: block;
    top: 0.7em;
    left: 0;
    width: 12px;
    height: 12px;
    border-right: 3px solid #9ffae3;
    border-bottom: 3px solid #9ffae3;
    transform: rotate(-45deg);
}

.faqbg a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.to_detail2 {
    text-align: right;
    margin: 0;
    padding: 0 15px 15px 0;
}

.catchbox{
	width: 90%;
	height: auto;
	margin: 0 5% 10% 5%;
	padding: 0;
	background: #f1efdc;
	border: 2px solid #cea876;
	background-image:none;
	background-repeat:no-repeat;
	background-repeat: repeat-y;
	backgroud-size: contain;
}

.catchbox-inner{
	margin: 0 20px;
	padding: 20px 0;
}

.to_about {
    margin: 20px auto 15px auto;
}

.to_about img{
	width: 100%;
}

.contents p.catch_t01{
	font-size: 22px;
}

.flowbox {
    padding: 0 0 20px 0;
    margin: 0 20px 0 20px;
    color: #fff;
}

.catch_l{
	width: 100%;
	float: none;
}

.catch_r{
	width: 100%;
	float: none;
}

.catch_r h2 {
    font-size: 24px;
    color: #354c8b;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: bold;
}

.flex-item3 {
    width: calc( 100% / 1 );
    padding: 0 20px;
    margin: 20px 0 30px 0;
}

.news article .menu-low p{
	padding: 10px;
}

.news article .menu-low p.to_detail{
	padding: 0;
}


section.news {
    width: 90%;
    margin: 0 5%;
    padding: 0 0 30px 0;
    line-height: 2;
    background: none;
}

section.about {
    width: 90%;
    margin: 0 5%;
    background: #fff;
    padding: 0 0 30px 0;
    line-height: 2;
}

section.works {
    width: 90%;
    margin: 0 5%;
    background: #fff;
    padding: 0 0 30px 0;
    line-height: 2;
}

section.works2 {
    width: 90%;
    margin: 7% 5% 0 5%;
    background: #fff;
    padding: 0 0 30px 0;
    line-height: 2;
}

section.voice_top {
    width: 90%;
    margin: 3% 5% 5% 5%;
    background: #fff;
    padding: 0 0 30px 0;
    line-height: 2;
}

.flex-box3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5% 40px 5%;
    padding: 0;
}

section.btn {
    width: 90%;
    margin: 0 5%;
    background: #fff;
    padding: 0 0 30px 0;
    line-height: 2;
}

section.basecon {
    margin: 40px 5%;
    width: 90%;
    font-size: 16px;
}

section.works_detail {
    width: 90%;
    margin: 5% 5% 0 5%;
    background: #fff;
    padding: 0 0 30px 0;
    line-height: 2;
    letter-spacing: 2px;
}

.logo {
    text-align: left;
    padding: 10px 1% 0 10px;
}

.logo-r {
    position: absolute;
    top: 55px;
    right: 40px;
    position: absolute;
    right: 0;
}


.news h2 {
    text-align: center;
    margin: 0 auto;
    color: #354c8b;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.4;
    padding: 30px 0 0 0;
    /* margin: 0; */
}

.w100 img{
	width: 100%;
}

.w80{
	text-align: center;
	margin: 0 auto 10px auto;
}

.w80 img{
	width: 80%;
}

.flow_l img{
	width: 100%;
}
		.flow_l img.w50{
	width: 50%;
		}
.flow_l2 {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
}

.flow_r2 {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.subcon {
    clear: both;
    margin: 0;
    padding: 0 0 40px 0;
}

ul.cp_list {
    padding: 0;
    list-style: none;
    margin: 0 0 25px 0;
}

.botbg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: none;
    background-repeat: no-repeat;
}

.botbg-inner {
    margin: 0;
    padding: 0;
}

.botbg-inner img{
	width: 100%;
}

.news article p.spft{
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}

.ex04 {
    text-align: center;
    margin: 3% 10% 0 10%;
    line-height: 1;
}

.sns {
    position: fixed;
    top: 160px;
    left: 20px;
    z-index: 4000;
}

.quabot_l {
    width: 55%;
    float: left;
    margin: 0 3% 0 0;
}

.quabot_r {
    width: 42%;
    float: right;
    margin: 0;
}

.quabot_r p {
    width: 268px;
    float: left;
    margin: 0 4% 15px 0;
}


.quality_l h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 16px;
    padding: 25px 0 0 0;
    letter-spacing: 3px;
}

.headline-inner {
    margin: 0 10px;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

header {
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    height: 145px;
    background: #fff;
    position: fixed;
    z-index: 3000;
}

.menu {
    background: #fff;
    width: 100%;
    margin: 0 0 0 20px;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    color: #000;
    font-weight: bold;
}

.menu > ul > li {
    float: left;
    background: #fff;
    padding: 0;
    margin: 0 20px 0 0;
    font-size: 14px;
}

.menu > ul > li.end {
    float: left;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.sns img {
    width: 50px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.fconbox {
    margin: 0 auto 50px auto;
    text-align: center;
    width: 1024px;
}

.fcon_l {
    width: 400px;
    margin: 0 60px 0 40px;
    float: left;
}

.fcon_r {
    width: 500px;
    float: left;
    text-align: left;
}

.fc01 img {
    width: 130px;
}

.fc02 img {
    width: 130px;
}

.fc03 img {
    width: 130px;
}

.main-img-low h2.lines {
    position: absolute;
    top: 240px;
    left: 8%;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 5px;
    margin: 0 40% 0 0;
    z-index: 7;
    margin-bottom: 10%;
    text-shadow: 0 0 25px #fff, 0 0 20px #fff, 0 0 0.4px #fff;
}

.navToggle{
	display: none;
}

.globalMenuSp{
	display: none;
}

.sns_sp{
	display: none;
}

}


@media only screen and (max-width: 768px){
.sliderArea2{
display:none;
}
.hnum01 {
    font-size: 11px;
    line-height: 1.2 !important;
}
.hnum02 {
    font-size: 11px;
    line-height: 1.2 !important;
    padding: 0 0 0 15px;
}
.f_sns p img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.sns_single img{
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.map2{
	display: block;
    margin: 0 5%;
}
#header-inner h1 span{
    display: block;
    font-size: 24px;
}
    #header h1 {
        color: #fff;
        font-size: 12px;
        padding: 7px 70px 5px 10px;
        text-align: left;
        width: 100%;
        background: linear-gradient(#a18e40, #563f1d);
    }
.fm01 {
	float: none;
}
.fm02 {
    float: none;
    margin: 40px auto 0 auto;
    color: #fff;
    line-height: 2;
    font-size: 14px;
		}
.fm02 img {
    width: 80%;
    display: block;
    margin: 10px 10% 20px 10%;
    text-align: center;
}
.f_sns {
    width: 90%;
}
.f_line {
    text-align: center;
    width: 90%;
    margin: 0 5% 30px 5%;
}

.f_line img{
 width: 100%;
 height: auto;
}
.real_ban img{
 width: 100%;
 height: auto;
}

.keihi_list{
margin: 0 0 0 5%;
		}
.tcatch{
	padding: 0 20px;
		}
.tcatch_txt{
	padding: 0 20px;
}
.keihi_list li{
	display: block;
    width: 45%;
    margin: 0 5% 5% 0;
	float: left;
	text-align: center;
}

.keihi_list li.first{
	display: block;
    width: 45%;
    margin: 0 5% 5% 0;
	float: left;
	text-align: center;
}

.keihi_list li.break{
	display: block;
    width: 45%;
    margin: 0 5% 5% 0;
	float: left;
	text-align: center;
    clear: none;
}
		
.keihi_list li.break2{
	display: block;
    width: 45%;
    margin: 0 5% 5% 0;
	float: left;
	text-align: center;
    clear: none;
}
.keihi_list li img{
	width: 100%;
	margin-bottom: 10px;
}
/*****HEADER*****/
header{
    display: block;
    width: 100%;
    height: 85px;
    margin: 0 auto;
}

header h1{
	color: #fff;
	font-size: 12px;
	padding: 0 auto;
	text-align: text-align: center;
}



header img{
	width: 100%;
}

.hlink01{
	display: none;
}

.hlink02{
	display: none;
}

.hlink03{
	display: none;
}

.htel{
	display: none;
}

.main-img img {
    padding: 85px 0 0 0;
    width: 100%;
    height: auto;
}


section.catch article {
    width: 100%;
    padding: 30px 0;
    margin: 0;
}

.catch_l {
    width: 100%;
    float: none;
    margin: 0;
}

.catch_l img {
    width: 100%;
    border: 10px solid #fff;
}

section.footbox article {
    margin: 0;
    padding: 50px 10%;
}

.foot_l {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
}

.foot_l h2 {
    font-size: 24px;
    font-weight: bold;
    color: #08564d;
    text-align: center;
    margin-bottom: 40px;
}

.foot_r {
    width: 100%;
    float: none;
    margin: 0;
}
.keihi{
	text-align: center;
	margin: 0 5%;
	}
.keihi img{
	width: 100%;
	height: auto;
	}
.catch_r {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
    padding: 20px;
    background: #fff;
}

.snsbox p {
    float: right;
    width: 15%;
    margin: 0 15px 20px 0;
}

.snsbox p img{
	width: 100%;
}

.flink01 {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
    font-size: 14px;
    line-height: 2;
}

.flink02 {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
    font-size: 14px;
    line-height: 2;
}

.flink03 {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
    font-size: 14px;
    line-height: 2;
}

.flex-item3 h2 {
    font-family: Arial Black,Arial-BoldMT;
    font-size: 240%;
    color: #313131;
    margin: 20px auto 0 auto;
    text-align: center;
    line-height: 1.5;
}

.copyright {
    padding: 15px;
    text-align: center;
    color: #fff;
}

p.to_next a {
    display: block;
    padding: 5px 10px;
    margin: 40px 5% 0 5%;
    text-align: center;
    background: #fff;
    color: #08564d;
    font-weight: bold;
    text-decoration: none;
}

section.menu article {
    margin: 0;
    padding: 50px 10%;
}

.box-test {
    width: calc( 100% / 2 );
    height: calc( 100% / 2 );
    text-align: center;
    margin-bottom: 20px;
}

section.guide article {
    margin: 0;
    padding: 50px 10%;
}

.guide_l {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
}

.ex02 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 20px;
}

.guide_r {
    width: 70%;
    float: none;
    text-align: center;
    margin: 0 auto;
}

.guide_r p {
    text-align: center;
    padding: 35% 0 0 0;
    margin: 0 auto;
}

.menu-container{
	display: none;
}

.headline-inner {
    margin: 0 2%;
}

.headline h1 {
    color: #fff;
    font-size: 11px;
}

.head{
	width: 100%;
}

.logo{
	width: 70%;
	float: left;
	margin: 0;
	padding: 0;
}

.logo p{
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
}

.logo img{
	margin: 10px 3% 2% 3%;
	width: auto;
	height: 45px;
}

.logo-r{
	width: 30%;
	float: left;
}

.line{
	display: none;
}

.pbox_l03 img{
	width: 100%;
}

.pbox_r03 img{
	width: 100%;
}

.spmenu_btn {
    display:block;
    position:absolute;
    top:14px;
    right:15px;
    width:30px;
    height:22px;
    background:#000;
    border-top:10px solid #fff;
    border-bottom:10px solid #fff;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#FFF;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}


#menu-btn-check {
    display: none;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 10002;
    background: #03071d;
   
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

.menu-content{
display: block;
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
border-bottom: dashed 1px #000;
    list-style: none;
    margin: 0 15px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}


.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 10001;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.menu-content ul li.cyousa{
	display: flex;
    flex-wrap: wrap;
}
.menu-content ul li.cyousa a{
    flex-basis: 40%;
    margin: 0 2.5%;
    font-size: 15px;
    box-sizing: unset;
    color: #000;
    text-decoration: underline;
    padding: 9px 15px 10px 0;
    position: unset;
}

nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
-webkit-overflow-scrolling: touch;

}

nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 14px;
    list-style-type: none;
    padding: 0 0 0 15px;
    text-align: left;
    width: 100%;
    border-bottom: 1px dotted #333;
}

nav.globalMenuSp ul li span{
    display: block;
    color: #000;
    padding: 10px 0 10px 15px;
    font-weight: bold;
    font-size: 16px;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 10px 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 19px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 310;
    background: #5B4D1F;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fcon_name {
    font-weight: bold;
    font-size: 18px;
    padding: 0;
}

.symbol {
    float: none;
    margin: 0 auto 5% auto;
    padding: 0;
    text-align: center;
}

.sns {
    display: none;
}

.linebox {
    padding: 130px 0 50px 0;
}

.line_l {
    width: 100%;
    margin: 0;
    float: none;
}


.line_l img {
    width: 100%;
    height: auto;
}

.line_r {
    width: 100%;
    margin: 0;
    float: none;
}

.line-foot {
    padding: 0;
    margin-bottom: 50px;
}

.line-id {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.line-add{
    text-align: center;
}

.line-add img{
	width: 60%;
	height: auto;
	margin-bottom: 20px;
}

.kiji_l {
    width: 20%;
    margin: 0 4% 3% 0;
    float: left;
}

.kiji_r {
    float: left;
    width: 75%;
    margin: 0 0 5% 0;
}

.info iframe {
    border: 0;
    width: 100%;
    min-height: 330px;
}

.content img.p_02 {
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    float: none;
}

.content img.p_03 {
    width: 100%;
    margin: 0;
    height: auto;
    float: none;
}

.content img.size-medium{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 3% auto;
}

.pointbg {
    width: 100%;
    height: auto;
    background-image: url(images/pointbg.png);
    background-size: contain;
    position: relative;
}

.pointbg-inner{
	position: static;
	padding: 160px 0 0 0;
}

.pointbg img{
	width: 100%;
}

.ceo_l{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.ceo_r{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.ceo_r2{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.tfcen img{
}

.wf2 {
    border: 1px solid #000;
    margin: 3% 0 10% 0;
}

.wf2 th {
    width: 100%;
    padding: 4%;
    display: block;
    vertical-align: top;
}

.wf2 td {
    width: 100%;
    display: block;
    padding: 4%;
    vertical-align: top;
}

.mtxt03 {
    text-align: right;
    padding: 0 0 0 10px;
    margin: -1% 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
}


.komi {
    font-size: 12px;
    display: block;
}

.keisai {
    width: 80px;
    height: 80px;
    background: #a40000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: -130px 0 30px 75%;
    z-index: 100;
    position: relative;
    text-align: center;
}

.isms img{
	width: 100%; 
}

.mh {
    text-align: center;
    margin-bottom: 40px;
}

.flex-box3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
		
		.flex-item-blog {
    width: calc( 100% / 2 );
    padding: 10px 25px;
    margin-bottom: 10px;
		}
		
		.flex-item-blog img{
			width: 100%;
			height: auto;
		}
		
.flex-item4 {
    width: calc( 100% / 2 );
    padding: 10px 25px;
    margin-bottom: 10px;
}

.flex-item5 {
float: left;
    width: 45%;
    margin: 0 2.5%;
    padding: 0 10px;
		}
		
		.flex-item5-cen {
			clear: both;
float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
		
		.flex-item5 img{
			width: 100%;
		}
		
		.flex-item5-cen img{
			width: 45%;
		}

.komikomi {
    margin: 0 5% 5% 5%;
    width: 90%;
    text-align: center;
}

/*****ARTICLE*****/
section{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0 0 0 0;
}

section.intro{
	background-image: url(images/bg01.png);
}


article{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}


.pagetop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
}
.pagetop a {
    display: block;
    background-color: #e56925;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.pagetop a:hover {
    display: block;
    background-color: #e56925;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pcnon{
	display: block;
}



.mv_sp{
width: 100%;
}


.tf_l {
    width: 100%;
    float: none;
}

.tf_r {
    width: 100%;
    float: none;
}

.tf {
    padding: 5%;
}

.tf_l2 {
    width: 100%;
    float: none;
}

.tf_r2 {
    width: 100%;
    float: none;
}

.tf-box {
    background: #003e97;
    margin: 0 0 50px 0;
}

#logo {
display: none;
		}
#logo2 {
        background: #f2e0b7;
        color: #000;
        width: 100%;
        margin: 0;
        padding: 3px 10px;
        font-size: 11px;
        text-align: center;
        margin: 0;
    }
		
		#logo-r-sp {
			display: block;
width: 50%;
    height: auto;
float: left;
padding: 10px 0 0 0;
}

		#logo-r-sp p{
    vertical-align: middle;
			color: #563f1d;
			font-family: serif;
    padding: 5px 0 0 0;
		}
#main-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


.earn{
	background: none;
	width: 100%;
	padding: 3% 0;
	height: auto;
}

.earn-inner{
	padding: 0;
	text-align: left;
}

.earn p{
	font-size: 16px;
	line-height: 1.8;
}

.sep01{
	width: 100%;
	background-image: url(images/bg02.png);
	background-repeat: no-repeat;
	background-size: cover;
}

section.main-img {
    width: 100%;
    margin: 0 auto 20px auto;
    background: #fff;
    padding: 0 0 0 0;
}


section.about{
    width: 100%;
    margin: 0;
}

section.works {
    width: 100%;
    margin: 0;
}

section.voice {
    width: 100%;
    margin: 0;
}

section.voice_top {
    width: 100%;
    margin: 0;
}

section.btn {
    width: 100%;
    margin: 0;
    padding: 0;
}

section.price article {
    padding: 10px 0;
}


.about_l{
	width: 100%;
	float: none;
	margin: 0 0 3% 0;
}

.about_r{
	width: 100%;
	float: none;
	margin: 0 0 3% 0;
}

.about_r img {
    width: auto;
}

.about_r h2 {
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
    text-align: left;
    font-size: 16px;
    padding: 25px 0 0 0;
    letter-spacing: 4px;
}

.about_txt {
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
    text-align: left;
    line-height: 1.5;
    margin: 5% 2%;
}

.p80 {
    width: 100%;
    margin: 0 0% 5% 0%;
}

.flow_l {
    width: 100%;
    margin: 0 0 5% 0;
    float: none;
}


.flow_r {
    width: 100%;
    margin: 0 0 5% 0;
    float: none;
    line-height: 2;
}

.arrow {
    text-align: center;
    margin: 5% auto;
}

.cen18 {
    font-size: 15px;
    margin: 3% auto 5% auto;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 1px;
}

.flex-item8 {
    width: calc( 100% / 1 );
    padding: 0 15px 40px 15px;
}
.plus {
    float: none;
    margin: 0 0 5% 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.plus p {
    padding: 5px 0;
}

.item_pri01 {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
}

.item_pri02 {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
}

.item_pri03 {
    float: none;
    margin: 0 0 50px 0;
    width: 100%;
    text-align: center;
}

.off_icon {
    position: absolute;
    z-index: 20;
    right: -25px;
    top: 10px;
    left: unset;
}

.total {
    font-size: 26px;
    font-weight: bold;
    color: #ff0000;
}

h3.item_h {
    font-size: 18px;
    border-bottom: 3px solid #b75353;
    padding: 0 0 5px 10px;
    margin-bottom: 20px;
}

.item16 {
    font-size: 12px;
    display: block;
}

.cimg img{
	width: 100%;
}



.maker_logo {
    float: none;
    margin: 12px 0 0 -10px;
    display: block;
    height: 35px;
}

.manner li {
    float: left;
    width: 45%;
    margin: 0 1% 1% 3%;
    font-size: 13px;
}

.quality_l {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
    text-align: center;
}

.quality_l img{
	width: auto;
}

.quality_r {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
}

.quality_l h2 {
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
font-size: 15px;
    padding: 25px 0 10px 0;
    letter-spacing: 1px;
    text-align: center;
}

.no1_txt{
	font-weight: bold;
	text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}


.quabot_l {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
}

.quabot_l p{
	padding: 0 10px;
	line-height: 1.8;
}

.quabot_r {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
    text-align: center;
}

.quabot_r p {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
}


.quabot_r p img {
    width: auto;
}

.quabot_r p.qbr {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
}


.quabot_r img{
	width: auto;
}


.fconbox{
    margin: 0 auto 50px auto;
    text-align: center;
    width: 100%;
}

.fcon_l{
	width: 100%;
	float: none;
	margin: 0 0 5% 0;
}


.fcon_l img{
	width: 100%;
}

.fcon_r{
width: 100%;
    float: none;
    text-align: center;
}

.fcon_r img{
	width: 70%;
}

.fcon_r .ftel img{
	width: 95%;
	margin-bottom: 5%;
}

.ftel {
    margin: 0 5% 20px 5%;
    padding: 0;
}



.fc01 {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}

.fc02 {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}

.foot-link li {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    text-align: left;
    list-style-type: disc;
    margin: 0 0 0 20px;
}

.fcon_tab{
	padding: 0 0 20px 0;
	width: 100%;
}

.fcon_tab th{
	width: 100%;
	display: block;
	vertical-align: top;
	text-align: left;
    margin: 0 0 0 10px;
}

.fcon_tab td {
    width: 100%;
    display: block;
    margin: 0 0 20px 10px;
    text-align: left;
}

section.sep01{
	width: 100%;
	background-image: url(images/bg02.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.earn02 p{
	font-size: 18px;
	line-height: 1.8;
}

p.yellow{
	background: #fff9b3;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0 20px 30px 20px;
	letter-spacing: 5px;
}

.earn02-inner{
	padding: 0;
}


.privacy{
	border: 2px solid #e7e0ca;
	background: #f6f6f6;
	padding: 20px;
	margin: 0 0 50px 0;
	text-align: left;
}

p.priv_t {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 20px;
}

p.priv_txt {
    margin: 0;
    line-height: 1.5;
    padding: 0 30px;
}

p.priv_t2 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    padding: 0 30px;
}

.r20{
	text-align: center;
	margin: 0 0 4% 0;
}

.r20 img{
	width: 50%;
}


section.point{
	background-image: url(images/bg03.png);
	padding: 30px 0;
}


.slick-slider{
	margin: 0 8%;
}

section.point img{
	width: 100%;
}

section.point p.mh img{
	width: auto;
}


.point01{
	width: 100%;
}

.point01-inner{
	padding: 0;
}

.pbox{
	margin-bottom: 60px;
}

.pbox img{
	width: 90%;
}

.pbox_l{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.pbox_r{
	width: 100%;
	text-align: center;
}

.pbox_l02{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.pbox_r02{
	width: 100%;
	text-align: center;
}

.pbox_l03{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.pbox_r03{
	width: 100%;
	text-align: center;
}

p.eng{
	font-size: 14px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-family: serif;
	font-weight: bold;
}

.tl{
	text-align: left;
	margin: 0 5%;
}

ul.room li{
	background: #df7f90;
	color: #fff;
	text-align: center;
	width: 44%;
	padding: 10px 8px;
	float: left;
	margin: 0 3% 5% 3%;
	font-size: 14px;
	letter-spacing: 3px;
	list-style-type: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


section.site{
	width: 100%;
	background-color: #fff;
	padding: 30px 0;
}

section.sep02{
	width: 100%;
	background-image: none;
	height: 132px;
}

.sep02 img{
	width: 100%;
}

.spnon{
	display: none;
}

.sp100 img{
	width: 100%;
		}
		
.sp50 img{
			width: 100%;
			display: block;
			margin: 0 auto;
			text-align: center;
}

section.pay{
	width: 100%;
	background-image: url(images/bg01.png);
}

.payment{
	padding: 30px 0;
}

.bonus{
	background: #fff;
	width: 100%;
}

.bonus img{
	width: 100%;
}

.bonus-inner{
	padding: 15px 0;
	margin: 0 15px;
}

.bonus-point{
	padding: 0;
}

.bonus-point li{
	text-align: left;
	padding: 0 10px 3px 50px;
	margin: 0 0 30px 10px;
	font-size: 14px;
	letter-spacing: 3px;
	list-style-type: none;
	line-height: 1.8;
	background-image: url(images/check_sp.png);
}

.bonus-point li.end{
	margin: 0 0 30px 10px;
}

.first{
	font-weight: bold;
	color: #df5656;
	text-align: left;
}

section.toiawase{
	background-image: url(images/bg01.png);
	padding: 30px 0;
}

article h2{
	font-size: 26px;
	padding: 0;
	margin: 0 auto 15px auto;
	text-align: center;
}

article h2.lowt{
	background-image: url(images/lowt.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0 5px 15px 5px;
	background-position: bottom;
}

.re_photo img {
    width: 80%;
}

.content h3.st_midashi {
    border-left: 5px solid #004196;
    padding: 0 10px;
    margin: 0 5% 25px 0;
    font-size: 18px;
}

.flex-item-round {
    position: relative;
    width: 100%;
    padding: 15px;
    margin-bottom: 50px;
}

.flex-item-round2 {
    position: relative;
    width: 100%;
    padding: 15px;
    margin-bottom: 50px;
}

.cli01 {
    border: 10px solid #fff;
    padding: 15px;
    width: 100%;
    display: block;
    background: #fff9c7;
}

.cli02 {
    border: 10px solid #fff;
    padding: 15px;
    width: 100%;
    display: block;
    background: #fff9c7;
}

.cli03 {
    border: 10px solid #fff;
    padding: 15px;
    width: 100%;
    display: block;
    background: #fff9c7;
}




.news 


article p {
    padding: 0;
    line-height: 1.7;
    font-size: 100%;
}


.news article p.ele01{
	padding: 10px;
}

.news article p.ele_t{
	padding: 5px;
}

.site01 img{
	width: 100%;
}

table.login{
	display: none;
}

table.login2{
	display: inline-table;
	border: none;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 0 0;
}

table.login2 th{
	border-top: 2px solid #e7e0ca;
	border-left: 2px solid #e7e0ca;
	border-right: 2px solid #e7e0ca;
	border-bottom: none;
	background: #faf7ee;
	width: 100%;
	padding: 3%;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

table.login2 td{
	border: 2px solid #e7e0ca;
	background: #fff;
	width: 100%;
	padding: 3%;
	display: block;
	vertical-align: top;
	margin-bottom: 50px;
	text-align: center;
}


/* お問合わせ */

table.contab{
border: none;
    border-collapse: collapse;
    width: 90%;
    margin: 20px 5% 0 5%;
}

table.contab th{
	border-top: 1px solid #cea876;
	border-left: 1px solid #cea876;
	border-right: 1px solid #cea876;
	border-bottom: none;
	background: #f1efdc;
	width: 99%;
	padding: 3%;
	display: block;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
    color: #69380f;
}

table.contab td{
	border: 1px solid #bfbfbf;
	background: #fff;
	width: 99%;
	padding: 3%;
	display: block;
	vertical-align: top;
	margin-bottom: 30px;
	text-align: left;
}

article h2.ceo_message {
    font-size: 18px;
    padding: 0;
    margin: 0 auto 20px auto;
    text-align: center;
    letter-spacing: 1px;
}

.content {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 2.4;
}

.content h2 {
    text-align: left;
    padding: 0 0 0 0;
    font-size: 18px;
    background: none;
}

.w100 {
    margin: 0 0 5% 0;
}


.jirei {
    border: 1px solid #000;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}

.vbox {
    margin: 3% 2% 0 2%;
}

.vf {
    border: 1px solid #000;
    margin: 5% 5% 4% 5%;
}

.vf th {
    display: block;
    width: 100%;
    padding: 5%;
    vertical-align: top;
}

.vf td {
    display: block;
    width: 100%;
    padding: 5%;
    vertical-align: middle;
}

.score_big {
    font-size: 36px;
    font-weight: bold;
    color: #b75353;
    text-align: center;
}

table.statab th {
    background: #eeeeee;
    width: 80%;
    margin: 0 10%;
    padding: 5%;
    display: block;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
}

table.statab td {
    background: #fff;
    display: block;
    width: 100%;
    padding: 5%;
    vertical-align: top;
    text-align: left;
}

section.works_detail {
    width: 96%;
    margin: 5% 2% 0 2%;
    background: #fff;
    padding: 0 0 30px 0;
    line-height: 2;
    letter-spacing: 2px;
}

section.works2 {
    width: 96%;
    margin: 7% 2% 0 2%;
    background: #fff;
    padding: 0 0 30px 0;
    line-height: 2;
}

nav.globalMenuSp ul li ul {
    background: #eeeeee;
    padding: 5px;
    margin: 1% 0 3% 0;
}

nav.globalMenuSp ul li ul li{
	float: left;
	width: 45%;
	margin: 0 4% 0 0;
	border: none;
	font-size: 13px;
}

nav.globalMenuSp ul li span{
display: block;
    padding: 10px 0 0 0;
    font-weight: bold;
}

nav.globalMenuSp ul li ul li a{
	padding: 10px 0;
}

.work_spec dt {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}

.work_spec dd {
    float: none;
    width: 100%;
    margin: 0 0 5% 0;
}

#slider-wrapper{
	padding: 85px 0 0 0;
	margin: 0 0 50px 0;
}

.wf {
    border: 1px solid #000;
    margin: 3% 0 7% 0;
    width: 100%;
}

.wf th {
    width: 100%;
    display: block;
    padding: 5% 5% 0 5%;
    vertical-align: top;
}

.wf td {
    width: 100%;
    padding: 5%;
    display: block;
    vertical-align: top;
}

.content h2.work_midashi {
    text-align: center;
    padding: 0 0 0 0;
    font-size: 20px;
    background: none;
    color: #bd1818;
}

.flex-item6 {
    width: calc( 100% / 1 );
    padding: 0 0 20px 0;
}

.flex-item7 {
    width: calc( 100% / 1 );
    padding: 5px 15px 40px 15px;
}

.wphoto {
    margin-bottom: 5%;
}

.genre {
    font-size: 14px;
}

section.catch2 article {
    margin: 0;
    padding: 50px 10%;
}

.catch_l2 {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
}

.catch_r2 {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
}

section.menu2 article {
    margin: 0;
    padding: 20px 10%;
    text-align: center;
}

section.menu2 article {
    margin: 0;
    padding: 20px 10%;
}

section.guide-low article {
    margin: 0;
    padding: 0 10%;
}

.staff_l {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}

.ptab th {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    display: block;
    line-height: 1.4;
    text-align: center;
    }

.ptab td {
    width: 100%;
    padding: 0;
    color: #ff0000;
    font-size: 48px;
    display: block;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}

.tour_tab th {
    width: 100%;
    padding: 10px 20px;
    display: block;
    border: 1px solid #00332d;
    text-align: left;
    background: #31746c;
    color: #fff;
}

.tour_tab td {
    width: 100%;
    display: block;
    padding: 10px 20px;
    border: 1px solid #00332d;
    background: #fff;
}

.com_tab th {
    width: 100%;
    padding: 10px 20px;
    display: block;
    border: 1px solid #354c8b;
    text-align: left;
    background: #354c8b;
    color: #fff;
}

.com_tab td {
    width: 100%;
    display: block;
    padding: 20px;
    border: none;
    background: #fff;
}

.staff_tab th {
    width: 100%;
    display: block;
    padding: 10px 20px;
    border: 1px solid #00332d;
    text-align: left;
    background: #31746c;
    color: #fff;
}

.staff_tab td {
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #00332d;
    background: #fff;
}

.post h2 {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5% 0;
    padding: 0 0 5px 7px;
    border-bottom: 2px solid #f1dfb7;
    line-height: 1.4;
    color: #f1dfb7;
}

.flex-item-spot {
    position: relative;
    width: calc( 100% / 1 );
    padding: 0 15px;
    margin-bottom: 50px;
}

.flex-item-spot img {
    margin: 0 0 20px 0;
    width: 100%;
}

section.guide-low2 article {
    margin: 0;
    padding: 0 10%;
}

.staff_r {
    width: 100%;
    float: none;
    margin: 0;
}

article h2 {
    font-size: 26px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

ul.amap li {
    display: block;
    float: left;
    width: 45%;
    margin: 0 4% 20px 0;
    padding: 0 0.5%;
    background: #bd1818;
    text-align: center;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

table.qatab {
    border-collapse: collapse;
    border: 3px solid #731018;
    width: 100%;
    margin: 0 0 10% 0;
}

table.qatab th {
    border: 3px solid #731018;
    background: #731018;
    width: 15%;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
}

table.qatab td.qa_midashi {
    border: 3px solid #731018;
    background: #eddbdd;
    color: #731018;
    font-size: 14px;
    font-weight: bold;
    width: 85%;
    padding: 2% 3%;
    vertical-align: middle;
    text-align: left;
    line-height: 1.5;
}

table.qatab td {
    border: 3px solid #731018;
    background: #fff;
    font-size: 13px;
    width: 90%;
    padding: 5%;
    vertical-align: middle;
    text-align: left;
    line-height: 1.8;
    margin: 0 0 40px 0;
}

table.contab2{
	border: none;
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}

table.contab2 th{
	border-top: 2px solid #e7e0ca;
	border-left: 2px solid #e7e0ca;
	border-right: 2px solid #e7e0ca;
	border-bottom: none;
	background: #faf7ee;
	width: 100%;
	padding: 3%;
	display: block;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}

table.contab2 td{
	border: 2px solid #e7e0ca;
	background: #fff;
	width: 100%;
	padding: 3%;
	display: block;
	vertical-align: top;
	margin-bottom: 50px;
	text-align: left;
}


.contab input[type="text"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:95%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="email"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:95%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="radio"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
font-size: 14px;
}


.contab select{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.contab textarea{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:95%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn{
	margin: 10px auto;
	text-align: center;
}

.messageBtn input[type="submit"]{
border:solid 1px #ccc;
background: #ef9a9a;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#000;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn input[type="reset"]{
border:solid 1px #ccc;
background: #dcdcdc;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#333;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn input[type="button"]{
border:solid 1px #ccc;
background: #dcdcdc;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#333;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}



.logo{
	margin-bottom: 15px;
}

.red{
	color: #ff0000;
}

.bd{
	font-weight: bold;
}

.foot{
	float: right;
	margin: 0 0 0 40px;
}

.sp100 img{
	width: 100%;
}


.signature{
    text-align: right;
    margin: 5% 0 10% 0;
}


/*****footer*****/
footer{
    width: 100%;
    margin: 0 auto 55px auto;
    padding: 30px 10px;
    font-size: 12px;
}



.ftcon{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
}

.ftcon img{
	float: left;
	margin: 0;
}

.s_shop{
	margin: 0 5%;
}

.fad{
	text-align: center;
	margin: 4% auto;
}


.flex-box {
    display: flex;
    flex-wrap: wrap;
    padding:  10px 0;             /* 余白指定 */
}
 
.flex-item {
    width: calc( 100% / 2 );
    margin-bottom: 20px;
}

.tm-photo{
	margin: 0 10px 10px 10px;
}

.tm-photo img{
	width: 100%;
	height: auto;
}

.tm-title{
	margin: 0 10px;
	line-height: 1.8;
	font-size: 110%;
}

.flex-item a{
	text-decoration: none;
	color: #fff;
}

.flex-item a:hover{
	text-decoration: underline;
}


.action-nav {
    margin: 20px;
}

.action-nav li {
    margin-bottom: 16px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    list-style-type: none;
    padding: 0;
    line-height: 1;
}

.button-line {
    background: #00CF13;
    border-bottom: 10px solid #00C213;
}

.action-nav li a {
    display: block;
    padding: 12px 20px;
    color: #FFF;
    text-decoration: none;
}

ul.fanc {
    margin: 0 0 30px 40px;
}

ul.fanc li {
    float: none;
    width: 100%;
    margin: 0;
    font-size: 14px;
    list-style-type: disc;
}

.fc_con {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    float: none;
		}
.news article a p.btn_mail {
    max-width: 250px;
    background: #0c3380;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 20px;
    float: none;
    margin: 0 auto 30px auto;
    border-radius: 20px;
    border: 2px solid #7194d9;
		}
		
a p.btn_mail {
    max-width: 90%;
    background: #0c3380;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 20px;
    float: none;
    margin: 0 auto 30px auto;
    border-radius: 20px;
    border: 2px solid #7194d9;
		}
.fc_con a {
    display: block;
    float: none;
    margin: 0 20px 0 0;
}
.fc_con p a {
    display: block;
    margin: 0 0 0 40px;
    float: left;
}
.postbox {
    width: 100%;
    margin: 20px 0;
    padding: 20px 0;
}

.post {
    width: 100%;
    margin: 0 0 50px 0;
    float: none;
    padding: 0 20px;
}

.post .content{
	margin-bottom: 60px;
}

.post-side {
    width: 90%;
    float: none;
    margin: 50px 5% 0 5%;
}

.sns_sp {
    display: block;
    margin: 0 5% 7% 9%;
}

.sns_sp p {
    float: left;
    margin: 0 5% 0 0;
    width: 15%;
}


.sns_sp p img {
    width: 100%;
    height: 100%;
}

.main-img-low {
    position: relative;
    height: auto;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.main-img-low img {
    z-index: 5;
    padding: 70px 0 0 0;
    width: 100%;
}

.policy {
    margin: 0;
}

.con_l {
    width: 100%;
    margin: 0 0 5% 0;
    float: none;
}

.con_r {
    width: 100%;
    margin: 0 0 5% 0;
    float: none;
    line-height: 2;
}

.con_l2 {
    width: 100%;
    margin: 0 0 5% 0;
    float: none;
}

.con_r2 {
    width: 100%;
    margin: 0 0 5% 0;
    float: none;
    line-height: 2;
}

section.basecon {
    margin: 0 2%;
    width: 96%;
    font-size: 16px;
}

.con_r h2 {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 3%;
}

.con_r2 h2 {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 3%;
    padding: 30px 0 0 0;
}

.works_genre li {
    display: block;
    border: 2px solid #000;
    padding: 3px 10px;
    text-align: center;
    float: left;
    width: 45%;
    margin: 0 4% 4% 0;
}

.to_contact img{
	width: 100%;
	margin-bottom: 10px;
}

.main-img-low h2 {
    position: absolute;
    top: 120px;
    left: 5%;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 5px;
    margin: 0 10% 0 0;
    z-index: 7;
    margin-bottom: 10%;
    text-shadow: 0 0 25px #fff, 0 0 20px #fff, 0 0 0.4px #fff;
}

.main-img-low h2.lines {
    position: absolute;
    top: 100px;
    left: 5%;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 5px;
    margin: 0 10% 0 0;
    z-index: 7;
    margin-bottom: 10%;
    text-shadow: 0 0 25px #fff, 0 0 20px #fff, 0 0 0.4px #fff;
}

.blogwrap-inner{
	width: 96%;
	margin: 0 2%;
}

.blog-content{
	width: 100%;
	float: none;
}

.blog-side{
	width: 100%;
	float: none;
	margin-top: 50px;
}

.blog-side-inner{
	margin: 0 2%;
	width: 96%;
}

.post_image img{
	width: 100%;
	height: auto;
}


h2.bt{
	background-image: url(images/lowt.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0 auto 25px auto;
	background-position: bottom;
	text-align: center;
	letter-spacing: 5px;
	font-size: 24px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


.flex-box2 {
    display: flex;
    flex-wrap: wrap;           /* 余白指定 */
    margin: 0;
    padding: 0;
}

.flex-item2 {
    width: calc( 100% / 1 );
    margin-bottom: 20px;
    padding: 0;
}

.flex-item2 img{
	width: 100%;
	height: auto;
	padding: 0;
}

.flex-item3 {
    width: calc( 100% / 1 );
    margin-bottom: 30px;
    padding: 0 0 20px 0;
}

p.info_t{
position: absolute;
    z-index: 20;
    background: #fff;
    display: inline;
    top: -40px;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    color: #fe8626;
    text-align: center;
}

.spnon{
	display: none;
}

.info {
    z-index: 10;
    border: 5px solid #fe8626;
    width: 100%;
    height: auto;
    min-height: 1px;
}

.cli-blue {
    border: 10px solid #fff;
    padding: 15px;
    width: 100%;
    background: #ccdef5;
    display: block;
}

.sns{
	z-index: 2000;
	position: fixed;
	top: 250px;
	left: 3%;
}
.sns img{
	width: 60px;
	margin-bottom: 10px;
	opacity: 0.8;
}

@media only screen and (max-width: 900px){

.menu li{
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
}

.rm01 p {
	font-size: 13px;
}

.reform-menu{
	font-size: 13px;
}
.enq_kikan {
    margin: 15px 0;
    text-align: right;
    padding: 0 15px;
    font-size: 13px;
}

.slick-slider{
    margin: 0;
}
.sliderArea2{
	margin-bottom: 60px;
}
.to_voice {
    margin: 0 5% 50px 5%;
}
.fl {
    width: 40%;
    float: none;
    margin: 0 auto 30px auto;
}
.fr {
    width: auto;
    float: none;
    margin: 0;
}
.review{
    margin: 0 2%;
}

.soudan_sample2{
	font-size: 20px;
}

.about_tab th {
    padding: 10px 20px;
    color: #ceeffe;
    width: auto;
    text-align: left;
    display: block;
    margin: 0;
    padding: 10px;
}
.about_tab td {
    width: auto;
    padding: 0 20px 20px 20px;
    display: block;
}

.sp_vert .wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}


}

