body {
font-family:"游明朝", "游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
color:#333333;
line-height:40px;
font-size:0.95em;
background-image: url(image/.jpg);
}


#wrapper{
 	height:px;
 	width:960px;
 	margin-left: auto; margin-right: auto;
	z-index: 9;
}

#header{
 	width:960px;
  	margin-left: auto; margin-right: auto;
}

#main{
	width:960px;
	margin-left: auto; margin-right: auto;

}

#guide{	
	 width:960px;
 	 margin-left: auto; margin-right: auto;
}
#footer{
  	text-align:left;
  	width:960px;
  	margin-left: auto; margin-right: auto;

}

/* アニメーション */
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

}/* アニメーション終 */



/* ハンバーガーここから */

label {
    background: #FFFDF5;
	font-size:23px;
text-align: center;
    color: #000;
    padding: 5px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px 0px;
    list-style: none;
    background-image : url(../img/btback.jpg);
background-repeat: no;
}

.ddbt {
padding: 3px 0px -2px 30px;
margin: 0px 0px 0px 10px;
}

.menu li {
    padding: 10px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 160px;
}



.menu-btn {
    position: fixed;
    top: 20px;
    right: 30px;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #013E6E;
}
.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-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/* チェックボックス消す */
#menu-btn-check {
    display: none;
}


/* メニュー部分装飾 */
.menu-content {
    width: 50%;
    height: 80%;
    position: fixed;
    margin: 0px 0px 0px 800px;
    top: 30;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FFFDF5;
    transition: all 0.5s;/*アニメーション設定*/

}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #82AFBF;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 30px;
    box-sizing: border-box;
    color:#333333;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #604C3F;
    border-right: solid 2px #604C3F;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

/* スキップリンクの非表示 */
#hpb-skip{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

body.hpb-layoutset-02 #hpb-skip{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

/* ハンバーガーここまで */

/* アコーディオンメニュー */
.ac-menu:last-child {
	margin-bottom: 60px; /* 最後の要素の下にだけ余白 */
}
.ac-menu input {
	display: none;
}
.ac-menu label {
	width:960px;
	color: #333333; /* 文字色 */
	font-size: 25px; /* 文字サイズ */
	line-height: 2; /* 行間 */
	font-weight: bold; /* 文字を太く */
	text-align: center; /* 文字を中央に */
	background: #FFF5F9; /* グラデーションの背景色 */
	border: 1px solid #AC1244; /* 線の太さ 線のタイプ 線の色 */
	padding: 15px 0px 5px 0px; /* 内側の余白 */
	cursor: pointer;
	position: relative;
	display: block;
	font-family:"游明朝","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.ac-menu label:after {
	position: absolute;
	left: 20px; /* 左からの距離 */
	top: 55%; /* 上下中央配置 */
	color: #AC1244;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	content: "＋"; /* アイコン */
}
.ac-menu input:checked ~ label::after {
	content: "−"; /* クリック後のアイコン */
}
.ac-menu label:hover {
	background: #FAFAFA; /* マウスを乗せた時の背景色 */
	opacity: 0.5; /* マウスを乗せた時に背景色が薄くなる */
}
.ac-menu input:checked ~ label {
	background: #FFF3F8; /* クリック後のラベルの背景色 */
}
.ac-menu div {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s; /* 開閉スピード */
}
.ac-menu input:checked ~ div {
	height: auto;
	opacity: 1;
	padding: 10px 10px 5px 15px; /* 中身の枠内の余白 */
	background: #F2F2F2; /* 中身の背景色 */
}
.ac-menu-inside {
	color: #333; /* 中身の文字色 */
	font-size: 22px; /* 中身の文字サイズ */
	line-height: 2; /* 行間 */
}

/* アコーディオンここまで */

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

.clear{
	clear:both;
}

.box2 {
    padding: 3em 3em;
    margin: 2em 0;
    font-weight: bold;
    color: #333333;/*文字色*/
    background: #FFFDE6;
    border: solid 1px #fff;/*線*/
    border-radius: 30px;/*角の丸み*/
}

.box2 p {
    margin: 0; 
    padding: 0;
}

.center{
	text-align: center;
}

.left{
	text-align: left;

}

.left1{
	text-align: left;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
	width:750px;
<!--	background:white;-->
}

.right{
	text-align: right;
	margin: 10px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
}


.menu {
	margin: 0px 0px 0px 5px;
	padding: 80px 0px 0px 20px;
	width:960px;
}

.content {
	margin: 0px 0px 0px 0px;
	padding: 90px 0px 0px 0px;
	width:960px;
}

.img_area {
	float: right;
	width:230px;
}


.area {
	float: left;
	width:320px;
}

.area2 {
	float: left;
	margin: 20px 0px 0px 130px;
	padding: 0px 0px 0px 130px;
}


.class1{
	font-size: 25px;
	line-height:50px;
	color: #333333;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.class6{
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.class10{
	font-size: 30px;
	line-height:40px;
	color: #013E6E;
	font-weight:bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

.class11{
	font-size: 24px;
	line-height:28px;
	color: #013E6E;
	padding: 40px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.class13{
	font-size: 22px;
	line-height:26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.class16{
	font-size: 25px;
	line-height:50px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}





















.class15{
	font-size: 22px;
	line-height:30px;
	color: #333333;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
}




.class2{
	font-size: 30px;
	padding: 90px 0px 0px 75px;
	margin: 0px 0px 0px 0px;
	color: #202f55;

}


.class3{
	font-size: 25px;
	line-height:40px;
	padding: 10px 0px 0px 170px;
	margin: 0px 0px 0px 0px;
	color: #333333;

}

.class4{
	font-size: 22px;
	line-height:35px;
	padding: 5px 0px 0px 80px;
	margin: 0px 0px 0px 0px;
	color: #333333;

}

.class5{
	font-size: 22px;
	line-height:26px;
	padding: 0px 0px 0px 100px;
	margin: -70px 0px 0px 0px;
	color: #333333;

}


.class7{
	font-size: 18px;
	line-height:21px;

	color: #333333;

}

.class8{
	font-size: 18px;
	line-height:19px;
	padding: 0px 0px 20px 0px;
	margin: -10px 0px 0px 0px;
	color: #ff0000;

}

.class9{
	font-size: 22px;
	line-height:30px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}





.class12{
	font-size: 22px;
	line-height:26px;
	color: #bd5a36;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}



.class14{
	font-size: 20px;
	line-height:30px;
	padding: 40px 0px 0px 75px;
	margin: 0px 0px 0px 0px;
	color: #fff;

}


