
body
{
	margin: 50px 0px 0px 0px;
	padding: 0;
	background: #E6E6E6 url(images/main-bg.jpg) repeat;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 16px;
	color: #8F8F8F;
    width: 100%;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 200;
	color: #222222;
}

h2
{
	font-size: 2.3em;
}

p, ol, ul
{
	margin-top: 0px;
	padding: 0px;
}

p, ol
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #5C5539;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper
{
	overflow: hidden;
	width: 1200px;
	margin: 0px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}

@media (max-width:1200px){
    
    body{width: 100%;}    
    #wrapper
{
	overflow: hidden;
	width: 100%;
}
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/* Header */

#header-wrapper
{
	overflow: hidden;
	height: 150px;
	background: #FFFFFF;
}

#header
{
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px;
}

@media (max-width:1200px){
#header
{
	width: 100%;
}
    .container
{
	width: 100%;
	margin: 0px auto;
}

}

/* Logo */

#logo
{
	float: left;
	width: 350px;
	height: 150px;
	background: #ffba1c;
	text-align: center;
}

#logo h1
{
	padding: 25px 0px 0px 0px;
	font-size: 3.6em;
	font-weight: 700;
}

#logo h1 a
{
	text-decoration: none;
	color: #FFFFFF;
}

#logo p
{
	margin-top: -5px;
	text-transform: uppercase;
	color: #f75b22;
}

#logo a {
	color: #44C1FF;
}

/* Menu */

#menu
{
	float: right;
	width: 810px;
	height: 80px;
	padding: 20px 40px 0px 0px;
	text-align: right;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 40px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	padding: 7px 20px 7px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #757575;
}

#menu .current_page_item a
{
	background:#fce028;
	background:-moz-linear-gradient(top, #fce028 0%, #e0c511 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fce028), color-stop(100%, #e0c511));
	background:-webkit-linear-gradient(top, #fce028 0%, #e0c511 100%);
	background:-o-linear-gradient(top, #fce028 0%, #e0c511 100%);
	background:-ms-linear-gradient(top, #fce028 0%, #e0c511 100%);
	background:linear-gradient(top, #fce028 0%, #e0c511 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fce028', endColorstr='#e0c511', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:4px;
	border:1px solid #fc8405;
	color:#fff;
}

/* Page */

#page-wrapper
{
	overflow: hidden;
}

#page
{
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	color: #8F8F8F;
    box-sizing: border-box;
}

/** CONTENT */

#wide-content
{
}

#wide-content h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

/** CONTENT */

#content-txt
{
	float: left;
	width: 1000px;
	padding: 0px 0px 50px 0px;
	background-image: url(images/txt-back.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
    box-sizing: border-box;

}

#content
{
	float: left;
	width: 1000px;
	padding: 0px 0px 50px 0px;
	text-align: center;
    box-sizing: border-box;

}

#content h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

#content .subtitle
{
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0;
    padding: 0;
}

.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0;
    padding: 0;
}

@media (max-width:1120px){
    #page
{
	width: 100%;
}
    #content
{
	width: 100%;
}
    #content-txt
{
	width: 100%;
}


}


/** SIDEBAR */

#sidebar
{
	float: right;
	width: 280px;
}

#sidebar h2
{
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}

/* Footer */

#footer
{
    width:50%;
	height: 100px;
	margin: 0 auto;
	padding: 50px 0px 15px 0px;
}

#footer p
{
	text-align: center;
	font-size: 12px;
	color: #4D565E;
}
#footer h3
{
	text-align: center;
	font-size: 18px;
	color: #4D565E;
    margin-bottom:15px;
}

#footer p.add
{
    text-shadow:none;
	text-align: center;
	font-size: 14px;
	color: #4D565E;
}


#footer a
{
	color: #4D565E;
}

/* Three Column Footer Content */

#footer-wrapper
{
	background: #F1F2E9;
}

#footer-content
{
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	color: #717171;
    box-sizing: border-box;
}

#footer-content a
{
}

#footer-content h2
{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 30px;
	color: #36332E;
}

#footer-content #fbox1
{
	float: left;
	width: 250px;
	margin-right: 30px;
}

#footer-content #fbox1-2
{
	float: left;
	width: 250px;
	margin-right: 30px;
	padding-top: 80px;
}

#footer-content #fbox1-3
{
	float: left;
	width: 250px;
	margin-right: 30px;
}

#footer-content #fbox2
{
	float: left;
	width: 500px;
}

#footer-content #fbox3
{
	float: right;
	width: 250px;
	margin-right: 30px;
}

#footer-content #fbox3-2
{
	float: right;
	width: 250px;
		padding-top: 80px;
}

#txt-c
{
	text-align: center;
	padding: 0.5em 1em;
	    margin: 2em 0;
	    background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px,#e9f4ff 3px, #e9f4ff 7px);
	    background: repeating-linear-gradient(-45deg, #fff, #fff 3px,#e9f4ff 3px, #e9f4ff 7px);

}

@media (max-width:1120px){
    #footer-content
{
	width: 100%;
}
}

/* Banner Style */

#banner-wrapper
{
}

#banner
{
	overflow: hidden;
	width: 1120px;
	margin: 40px auto 0px auto;
}

@media (max-width:1120px){
    #banner{
	width: 100%;
	margin: 40px auto 0px auto;
}
}


/* Button Style */

.button-style
{
	display: inline-block;
	margin-top: 30px;
	background:#fce028;
	background:-moz-linear-gradient(top, #fce028 0%, #e0c511 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fce028), color-stop(100%, #e0c511));
	background:-webkit-linear-gradient(top, #fce028 0%, #e0c511 100%);
	background:-o-linear-gradient(top, #fce028 0%, #e0c511 100%);
	background:-ms-linear-gradient(top, #fce028 0%, #e0c511 100%);
	background:linear-gradient(top, #fce028 0%, #e0c511 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fce028', endColorstr='#e0c511', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:4px;
	border:1px solid #fc8405;
	color:#fff;
}

.button-style a
{
	display: inline-block;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

/* List Style 1 */

ul.style1
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li
{
	padding: 20px 0px 20px 0px;
	border-top: 1px dashed #E6E7DC;
}

ul.style1 a
{
	text-decoration: none;
	color: #6B6B6B;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first
{
	padding-top: 0px;
	border-top: none;
}

/* List Style 2 */

ul.style2
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li
{
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first
{
	padding-top: 0px;
	border-top: none;
}

/* List style 3 */

ul.style3
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li
{
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p
{
	margin: 0px;
	padding: 0px;
}

ul.style3 img
{
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted
{
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first
{
	padding-top: 0px;
	border-top: none;
}

/* Recent News */

#recent-news
{
	overflow: hidden;
	width: 1120px;
	padding: 50px 40px;
	background: #36332E;
	color: #8C8C8C;
}

#recent-news h2
{
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #EDEDED;
}

#recent-news .date
{
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: normal;
	color: #E3E3E3;
}

#recent-news p
{
	font-style: italic;
}

#recent-news a
{
	font-style: normal;
	color: #B8B8B8;
}

#recent-news #rbox1
{
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox2
{
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox3
{
	float: left;
	width: 250px;
}

#recent-news #rbox4
{
	float: right;
	width: 250px;
}

/* Button Style */

.button-style1
{
	margin-top: 30px;
}

.button-style1 a
{
	padding: 10px 25px;
	background: #EBB462;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FCE3BB;
	color: #36332E !important;
}

/*02*/


.btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 10rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.btn--line-green,
a.btn--line-green {
  color: #fff;
  background-color: #06c755;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.btn--radius,
a.btn--radius,
button.btn--radius
{
    border-radius: 200vh;
}

/*contact*/

form {
  width:600px;
  margin: 20px auto;
}

input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:20px;
  width:600px;
  min-height:30px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

input[type=submit] {
  background:none;
  padding:10px;
}

.bn_line{
    width:1000px;
    margin:0 auto;
}

.bn_line img{
    width:100%;
}

@media (max-width:1120px){
    .bn_line{
    width:100%;
}
    
}



/* 料金表 */
.ryokin {
	width: 100%;
}

.ryokin h2 {
	font-size: 2em;
	color: #06c755;
	font-weight: bold;
	text-align: center;
}

.ryokin h3 {
	font-size: 1.6em;
	font-weight: bold;
}

.ryokin-hyo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.ryokin-hyo>div {
	border-radius: 20px;
	border: #44C1FF solid 4px;
	background-color: #fff;
	width: 49%;
	box-sizing: border-box;
	overflow: hidden;
}

.ryokin-hyo-category {
	display: flex;
	justify-content: center;
}

.ryokin-hyo-category p {
	margin: .4em 0 .4em .4em;
	padding: 0 .5em;
	color: #fff;
	background-color: #149FC3;
}

.ryokin-hyo-block {
	width: 100%;
	background-color: #E0EDF1;
	padding: .2em 1em;
	box-sizing: border-box;
	margin-bottom: .4em;
}

.ryokin-hyo-block td {
	font-size: 1.2em;
	font-weight: bold;
}

@media (max-width:700px) {
	.ryokin-hyo {
		display: block;
	}
	
	.ryokin-hyo>div {
		margin-top: 30px;
		width: 90%;
	}
}
