﻿* {
	border:0;margin:0;padding:0;
	border-collapse:collapse;
	box-sizing: border-box;

	font-size:16px;color:#444;
	font-weight: 400;

	line-height:2.3;

	vertical-align:baseline;
}

html {
}

body {
	width:100%;min-width:360px;
	height:100%;
/*    background-image:url('../img/back.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center bottom;
    background-attachment:fixed;*/
}

body::before {
    background-image:url('../img/back.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position:center bottom;
/*    background-attachment:fixed;*/
  display: block;
  position: fixed;
  bottom: 0;left: 0;
  width: 100%;height: 120%;
  content: "";
  z-index: -1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
}

.caution {
    background:#C13332;
    color:#fff;
    font-weight:600;
    line-height:1;
    padding: 0 10px 10px;
    text-align:center;
}

.main {
    padding-top:60px;
}

#Front_page {
height:50vh;
}

#Plan {
	background-image:url('../img/006.jpg');
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
}

nav {
	width:100%;
	background: #222222;
	position:fixed;
	border-bottom:5px solid rgba(135,206,250,0.75);
	z-index:9999;
}

#menu_bar {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	clear:both;
}

#menu_bar li {
	width:33.3%;height:60px;
	float:left;
	text-align:center;
	padding:10px;
}

#menu_bar li a {
	width:100%;
	display:block;
	font-size:1.1em;
	color:#fff;
	text-decoration:none;
}

#menu_bar li a span {
	font-size:1em;
	color:#fff;
}

#menu_bar li:hover {
	background:rgba(135,206,250,0.75);
	transition: all 1.0s linear 0s;
	-webkit-transition: all 1.0 linear 0;
}


#logo_area {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	margin:auto;
	max-width:80%;max-height:100vh;
}

section {
	width:100%;

	background:rgba(255,255,255,0.5);
	padding:40px 0;

	position:relative;
}

.content {
	width:90%;
	max-width:1280px;

	padding:20px 40px;
	margin:0 auto;

	position:relative;
}

.fixed {
	position:fixed;
	top:0;left:0;
	z-index:10000;
}

.pc_not {
	display:none;
}

.comment {
	text-indent:1em;
	margin-bottom:1em;
}

.comment_up {
	margin-top:1em;
}

h1 {
	font-size:1.6em;
	font-weight: 600;
	letter-spacing:0.1em;

	text-align:center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid #887451;
	margin-bottom:-300px;
}

h2 {
	font-size:20px;
    font-weight: 600;
    line-height:20px;
	text-align:center;
    margin-bottom:20px;
}


h3 {
	font-size:1em;
	font-weight: 600;
	text-align:center;
}

.h3 {
    font-size:1.3em;
    color:#CC0000;
	font-weight: 600;
	text-align:center;
    margin-bottom:10px;
}

h4 {
	font-size:1.4em;
	text-align:center;
}

a {color:#887451;text-decoration:none;}
a.st {color:#887451;font-weight:bold;}
a:link {color:#887451;}
a:visited {color:#887451;}
a:hover {color:#887451;text-decoration:underline;}
a:active {color:#887451;}

a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7 ease;
}

img {
	max-width: 100%;
	height: auto;
}

img.w_full {
	width:100%;
}

/* header */
header {
	width:100%;
}

.frame {
	padding:3px;
	border:1px solid #ccc;
	background:#fff;
}

.shadow {
    -webkit-box-shadow: 0 10px 6px -6px #000;
       -moz-box-shadow: 0 10px 6px -6px #000;
            box-shadow: 0 10px 6px -6px #000;
}

.shadow2 {
	-webkit-box-shadow: 0 0 10px 0 #333;
	-moz-box-shadow: 0 0 10px 0 #333;
	box-shadow: 0 0 10px 0 #333;

	border-left:1px solid #555;
	border-right:1px solid #555;
}

dl {
}

dt {
    width:25%;
    display:inline-block;
	border-left:1px solid #555;
}

dd {
    width:75%;
    display:inline-block;
	border-left:1px solid #555;
}

/* FLEX */
.flex_content {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.item, .item2 {
	flex-basis: 31.5%;
	position:relative;
}

.item {
	padding:20px;margin:0 0 20px;
    border:1px solid #ccc;
    background:#fff;
}

.item a img.sum {
    width:320px;height:240px;
    object-fit: cover;
}

.swiper-slide img {
    width:480px;height:320px;
    object-fit: cover;
}

.item h3 {
    font-size:0.9em;
    line-height: 1em;
    letter-spacing:-0.1em;
}

.item > img {
	border: 1px solid #ccc;
	background:#fff;
	padding:2px;
}

.item2 {
	border:1px solid #ccc;
	padding:20px;
	background:#fff;
}

.item4 {
	flex-basis: 100%;
	position:relative;
	margin:0 0 18.5px;
	
	border-left:7px solid #1b4898;
	border-radius:3px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.item5 {
	flex-basis: 48.5%;
	position:relative;
	margin:0 0 10px;
	padding:10px 25px;
	vertical-align:middle;
	flex-direction: column;
}
.telephone a {
    font-size:1.4em;text-align:center;
    width:100%;max-width:480px;height:60px;
    margin:0 auto;
    display:block;
}

.cont_01 {order:2;}
.cont_02 {order:1;}
.cont_03 {order:3;}
.cont_04 {order:4;}
.cont_05 {order:6;}
.cont_06 {order:5;}

@media only screen and (max-width:768px) {
.item {
	flex-basis: 100%;
	position:relative;
	padding:10px;
}
.item2 {
	flex-basis: 100%;
	}

.swiper-slide img, .item a img.sum {
    max-width:480px;max-height:320px;
    object-fit: cover;
}

.cont_01 {order:1;}
.cont_02 {order:2;}
.cont_03 {order:3;}
.cont_04 {order:4;}
.cont_05 {order:5;}
.cont_06 {order:6;}
}

/* footer */
footer {
	background:#333;
	padding-bottom:50px;
}

footer *{
	color:#fff;
}

footer div a {
	color:#fff;
}

.border_box {
	border:1px solid #ccc;
	background:#fff;
}

/* table*/
#plan, #plan2, #plan3 {
	width:100%;max-width:720px;
	margin:0 auto;padding:0;
	border-top:solid #eee 1px;
	text-align:left;
}

#plan th {
	font-weight:600;
    text-align:right;
	width:30%;
}

#plan td {
	width:70%;
}

#plan th,#plan td,#plan2 th,#plan2 td,#plan3 th,#plan3 td {
	padding:10px 15px;
	background:#fff;
	border-bottom:solid #eee 1px;
}

#plan2 th,#plan3 th {
	width:60%;
	font-weight:600;
}

#plan2 td {
	width:40%;
	text-align:right;
}

#plan3 td {
	width:40%;
}

#photos {
	margin: 0 auto;
	max-width:1280px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap:wrap;
}
#photos li {
	text-align:center;
	width:46%;
	margin:5px 2%;
	padding:10px;
	border:1px solid #ccc;
}

.photo_side_title, .photo_side {
	margin:0;
	padding:10px 15px;
}

.photo_side_title {
	border-bottom:solid #eee 1px;
	font-weight:600;
}

/* page */
.hint {font-size:0.8em;}
.left {text-align:left;}
.center, .sp_left {text-align:center;}
.right {text-align:right;}

.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

.bg_white {
	background:rgba(255,255,255,0.85);
}

.bg_black {
	background:rgba(135,206,250,0.75);
}

.font_white, .font_white * {
	color:#ffffff;
}

/* contents */
.tab {display:table;table-layout: fixed;}
.tab_hulf {width:50%;display:table-cell;}
.tab_split33 {width:33%;display:table-cell;}
.tab_split25 {width:25%;display:table-cell;}

.m_none {margin:0;}
.m_20 {margin:20px auto;}

.p_none {padding:0;}
.p_10 {padding:10px}
.p_20 {padding:20px 10px}
.p_20v {padding:0 20px;}
.p_20w {padding:20px 0;}
.p_40 {padding:40px}

.round {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.w_full {
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

.w_hulf {
	width:50%;
}

hr.line_001 {
	width:90%;max-width:960px;
	border:0;margin:5px auto 15px auto;height:1px;background:transparent;
	background-image: -webkit-linear-gradient(left, transparent, #eee, transparent);
	background-image: -moz-linear-gradient(left, transparent, #eee, transparent);
	background-image: -ms-linear-gradient(left, transparent, #eee, transparent);
	background-image: -o-linear-gradient(left, transparent, #eee, transparent);
}

/* menu bar */
ul, li {
	list-style:none;
	margin:0;padding:0;
}

/* page top link */
.page-top {
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p {
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
	z-index:9999;
}
 
.move-page-top {
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover {
	opacity: 0.85 ;
}


/* form */
#form {
	width:100%;max-width:960px;
	border:0;margin:0;padding:0;
	margin-left:auto;margin-right:auto;
}

#form th {
	width:25%;
}

#form td {
	width:75%;
}

#form th, td {
	padding:10px;
}

.label {
	text-align:left;
	letter-spacing:0.1em;
    line-height:1.2;
}
.label * {
    line-height:1.2 !important;
}

.tbox {
	width:100%;
    line-height:1em;
	border:1px solid #eee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:10px;
}

.tarea {
	width:100%;height:10em;
    line-height:1em;
	border:1px solid #eee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:10px;
}

.f_btn {
    text-align:center;
    color: #444;
	width:100%;max-width:480px;
	height:48px;margin:40px auto 20px;
	background:#333;
	border: 1px solid #ccc;
	background:#eee;
    display:block;
	transition: all 0.2s linear;
}

.f_btn:hover {
	font-weight:600;
	color:#fff;
	background: #004b9f;
}

.next_button {
	width:100%;max-width:480px;
	height:48px;margin:40px auto 20px;
	border: 1px solid #ccc;
	background:#eee;
	transition: all 0.2s linear;
}

.next_button a {
	width:100%;height:100%;
	line-height:48px;
	color: #444;
    text-align:center;
	display:inline-block;
	overflow: hidden;
	transition: all 0.2s linear;
	text-decoration:none;
}
.next_button a:hover {
	font-weight:600;
	color:#fff;
}

.next_button:hover {
	background: #004b9f;
}

input:focus, textarea:focus {
	border:2px solid #ccc;
}

@media only screen and (max-width: 768px) {

* {
	font-size:15px;color:#222;
}

#menu_bar li a {
	color:#333;
}

section {
	width:100%;
	min-height:50vh;
}

.content {
	padding:0;border:0;
}

#plan th, #plan td {
	display:block;
	width:100%;
    text-align:left;
}

#form th {
	border-bottom:1px solid #222;
}

#form th, #form td {
	text-align:center;
	display:block;
	width:100%;
}

.sp_not {
	display:none;
}
.pc_not {
	display:inline;
}

.sp_left {
	text-align:left;
	text-indent:1em;
}


img {
	width:100%;max-width:767px;
}

.tab div {
	width:100%;
	display:block;
}

}
