﻿body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing:0.5pt;
	background-color: #ffffff;
	color: #333333;
}

#top {
	max-width : 700px;
	min-width : 700px;
	margin : auto;
}

a:link{
	color: #0551B1;
	text-decoration: none;
}

a:visited{
	color: #0551B1;
	text-decoration: none;
} 

a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	opacity: 0.8;
	text-decoration:underline;
}

p {
	margin: 10px 0px;
}

* {
	padding : 0px ;
	margin : 0px ;
}

#site-box {
	max-width : 700px;
	min-width : 700px;
	margin : 10px auto;
	overflow: hidden;
	background-color: #ffffff;
}

#container {
	clear: both;
	width: 100%;
	margin : 8px 0px;
	overflow: hidden;
}

#line {
	float: left;
	width: 155px;
	overflow: hidden;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 8px;
}

#line2 {
	float: left;
	width: 190px;
	overflow: hidden;
	border-bottom:solid 1px #ffffff;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	margin-bottom: 0px;
}

#line3 {
	float: left;
	width: 100%;
	max-width: 480px;
	overflow: hidden;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 8px;
}

#line4 {
	float: left;
	width: 100%;
	max-width: 480px;
	overflow: hidden;
	border-bottom:solid 1px #ffffff;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
}

#line5 {
	float: left;
	width: 213px;
	overflow: hidden;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 8px;
}

#line6 {
	float: left;
	width: 100%;
	max-width: 700px;
	overflow: hidden;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 0px 8px 0px;
}
#line7 {
	float: left;
	width: 120px;
	overflow: hidden;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 8px;
}
.cbox {
	float: left;
	width: 155px;
	padding : 0px;
	margin : 0px 16px 0px 0px;
	overflow: hidden;
}

#hr_box {
	clear: both;
	width: 700px;
	margin : auto;
	padding: 16px 0px;
	font-size: 0px;
	font-style: none;
	text-align: left;
	background-color: #ffffff;
}

hr{
	border:none;
	border-top:solid 1px #C9C9C9;
	height:1px;
	margin: 0px;
	color: #ffffff;
}

#caption {
	clear: both;
	width: 100%;
	margin : 0px;
	overflow: hidden;
	background-color: #000000;
}

.chapter {
	width: 98%;
	padding: 8px 1em 8px 8px;
	font-size: 1.2em;
	font-weight: none;
	text-align: left;
	color: #ffffff;
}
.chapter2 {
	width: 98%;
	padding: 8px 1em 16px 8px;
	font-size: 1.3em;
	font-weight: none;
	text-align: left;
	color: #333333;
}

.chapter3 {
	width: 98%;
	padding: 8px 1em 8px 8px;
	font-size: 1.4em;
	font-weight: none;
	text-align: center;
	color: #ffffff;
}

#text-box {
    margin: 20px 0px 10px 0px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.package_box {
	float: none;
	width: 180px;
	margin : 0px 0px 8px 0px;
	background-color: #ffffff;
}

.package {
	width: 178px;
	max-width: 180px;
	border: solid 1px #CCCCCC;
	margin : 0px 0px 0px 0px;
	padding: 0px;
	display: block;
}

#image {
	max-width : 700px;
	min-width : 420px;
	margin : 8px auto;
}
.package_box3 {
	float: left;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	padding: 0px 0px 0px 0px;
}
.summary {
	width: auto;
	margin : ;
	padding: 0px;
	padding-right: 1em;
	font-size: 14px;
	display: block;
	color: #333333;
}
.title {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: none;
	text-align: left;
  line-height: 1.5;
  background-color: #ffffff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.chosha {
	
	margin: 5px 0px 0px 10px;
	font-size: 11px;
	font-weight: none;
	text-align: left;
  line-height: 1.5;
  height: 3em;
  background-color: #fff;
  color: #696969;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.chosha:before {
    content: "…";
   content: "…";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.chosha:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 3em;
  height: 100%;
  background-color: inherit;
  margin-left: -1em;

}

.package_box2 {
	width: 155px;
	height: 185px;
	margin : 0px 0px 0px 10px;
	background-color: #ffffff;
}

.package2 {
	height: 185px;
	max-width: 155px;
	border: solid 1px #CCCCCC;
	margin-right: auto;
	vertical-align:top;
	display: block;
}

.title2 {
	margin: 10px 0px 0px 10px;
	font-size: 13px;
	font-weight: none;
	text-align: left;
  line-height: 1.5;
  height: 4.5em;
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.title2:before {
  content: "…";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.title2:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
  margin-left: -1em;
}

.chosha2 {
	
	margin-right: auto;
        margin-top:5px;
	padding: 0px;
	font-size: 14px;
	font-weight: none;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
        color: #696969;
}
.package_box4 {
	width: 120px;
	height: 145px;
	margin : 0px 0px 0px 10px;
	background-color: #ffffff;
}

.package4 {
	height: 145px;
	max-width: 120px;
	border: solid 1px #CCCCCC;
	margin-right: auto;
	vertical-align:top;
	display: block;
}
.title3 {
	margin: 10px 0px 0px 10px;
	font-size: 13px;
	font-weight: none;
	text-align: left;
  line-height: 1.5;
  height: 6em;
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.title3:before {
  content: "…";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.title3:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
  margin-left: -1em;
}


.package5 {
	width: 178px;
	max-width: 180px;
	border: solid 1px #CCCCCC;
	margin : 0px 0px 0px 0px;
	padding: 0px;
	display: block;
}
.title5 {
	margin: 10px 0px 0px 30px;
        width: 165px;
	font-size: 14px;
	font-weight: none;
	text-align: left;
  line-height: 1.5;
  height: 1.5em;
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.title5:before {
  content: "…";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.title5:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
  margin-left: -1em;
}
.type {
	margin: 0px 1em 0px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: none;
	text-align: left;
	color: #996600;
}

.type2 {
	width: 155px;
	margin-right: auto;
        margin-left: 10px;
	padding: 0px;
	font-size: 15px;
	font-weight: none;
	text-align: left;
	color: #d70035;
}
.type3 {
	width: 160px;
	margin-right: auto;
        margin-left: 10px;
	padding: 0px;
	font-size: 14px;
	font-weight: none;
	text-align: left;
	color: #996600;
}

.price {
	width: auto;
	margin : 16px 0px 0px 0px;
	padding: 0px;
	padding-right: 1em;
	font-size: 18px;
	font-weight: none;
	display: block;
}

.price2 {
	margin: 5px 0px 0px 10px;
	font-size: 16px;
	font-weight: none;
	text-align: left;
	padding-right: 1em;
	line-height: 1.5;
}
.price3 {
	margin: 5px 0px 0px 10px;
	font-size: 13px;
	font-weight: none;
	text-align: left;
	padding-right: 1em;
	line-height: 1.5;
}
.price4 {
	margin: 5px 0px 0px 30px;
	font-size: 15px;
	font-weight: none;
	text-align: left;
	padding-right: 1em;
	line-height: 1.5;
}

.sample1 button {
	width: 195px;
	padding: 5px 5px;
	margin : 8px 0px 0px 0px;
	border: solid 3px #ff4500 ;
	border-radius: 3px;
	font-size: 16px;
	font-weight: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #ff4500 ;
        text-align: center;
}
.sample1 button:hover {
    background: #ffffff;
    color: #ff4500 !important;
 }
.sample2 button {
	width: 135px;
	padding: 1px 1px;
	margin : 3px 0px 0px 10px;
	border: solid 2px #ff4500 ;
	border-radius: 3px;
	font-size: 15px;
	font-weight: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #ff4500 ;
        text-align: center;
}
.sample2 button:hover {
    background: #ffffff;
    color: #ff4500 !important;
 }

.sample3 button {
	width: 135px;
	padding: 1px 1px;
	margin : 3px 0px 0px 10px;
	border: solid 2px #008000;
	border-radius: 3px;
	font-size: 15px;
	font-weight: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #008000;
        text-align: center;
}
.sample3 button:hover {
    background: #ffffff;
    color: #008000 !important;
 }
.sample4 button {
	width: 140px;
	padding: 1px 1px;
	margin : 3px 0px 0px 10px;
	border: solid 2px #ffffff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: none;
	cursor: default;
	color: #ffffff;
	background-color: #ffffff;
        text-align: center;
}


.sample5 button {
	width: 195px;
	padding: 5px 5px;
	margin : 8px 0px 0px 0px;
	border: solid 3px #008000;
	border-radius: 3px;
	font-size: 16px;
	font-weight: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #008000;
        text-align: center;
}
.sample5 button:hover {
    background: #ffffff;
    color: #008000 !important;
 }

.sample6 button {
	width: 195px;
	padding: 5px 5px;
	margin : 8px 0px 0px 0px;
	border: solid 3px #d70035;
	border-radius: 3px;
	font-size: 16px;
	font-weight: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #d70035;
        text-align: center;
}
.sample6 button:hover {
    background: #ffffff;
    color: #d70035 !important;
 }
.sample7 button {
	width: 135px;
	padding: 1px 1px;
	margin : 3px 0px 0px 10px;
	border: solid 2px #4169e1;
	border-radius: 3px;
	font-size: 15px;
	font-weight: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #4169e1;
        text-align: center;
}
.sample7 button:hover {
    background: #ffffff;
    color: #4169e1 !important;
 }
.sample8 button {
	width: 195px;
	padding: 5px 5px;
	margin : 8px 0px 0px 0px;
	border: solid 3px #4169e1;
	border-radius: 3px;
	font-size: 16px;
	font-weight: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #4169e1;
        text-align: center;
}
.sample8 button:hover {
    background: #ffffff;
    color: #4169e1 !important;
 }
.sample_blank button {
	width: auto;
	padding: 5px 5px;
	margin : 8px 16px 8px 0px;
	border: none;
	border-radius: 5px;
	font-size: 13px;
	font-weight: none;
	cursor: default;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	pointer-events : none;
	color: #ffffff;
	background-color: #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.page button {
    width: 45%;
    padding: 5px;
    margin: 0 5% 10px 0;
    border: 4px solid #008f33;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #008f33;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    float: left;
}

.page2 button {
    width: 80%;
    padding: 5px;
    margin: 0 5% 10px 0;
    border: 4px solid #008f33;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: default;
    color: #ffffff;
    background-color: #008f33;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    float: center;
}

.page3 button {
    width: 45%;
    padding: 5px;
    margin: 0 5% 10px 0;
    border: 4px solid #008f33;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: default;
    color: #ffffff;
    background-color: #008f33;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    float: left;
}

.page4 button {
    width: 80%;
    padding: 5px;
    margin: 0 5% 10px 0;
    border: 4px solid #008f33;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #008f33;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    float: center;
}

#page-box {
    max-width: 680px;
    min-width: 420px;
    margin: 20px auto;
    overflow: hidden;
    background-color: #ffffff;
    padding-left: 20px;
    text-align: center;
}

.page_top {
	clear: both;
	width: 100%;
	padding: 5px 0px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	background-color: #D9D9D9;
	color: #333333;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

.page_top:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.adress {
	clear: both;
	width: width: 100%;
	margin: 10px auto;
	font-size: 9px;
	text-align: center;
	letter-spacing: 0pt;
	background-color: #ffffff;
	color: #333333;
}
#fixed {
  position: fixed;
  /*基準を画面の右上に*/
  bottom: 10px;
  right: 10px;
  /*余白が入らないように*/
  margin: 0;
  /*以下装飾*/
  width: 150px;
  background: none;
  color:white;
  opacity: 0.5;
}
.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #000000;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

.btn-circle-flat:hover {
  background: #000000;
}