@charset "utf-8";

body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
body,hr,.logo,p{
	margin: 0;
    color: #3a3a3a;
}
hr{
	border: none;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #f15a24;
}
a:hover {
    text-decoration: none;
    color: #f1b8a4;
}
img {
     width :100%;
}
.clear {
    clear: both;
}
.sp{
  display: none;
}
.pc{
  display: block;
}
br.sp{
  display: none;
}
br.pc{
  display: block;
}
span.sp{
  display: none;
}
span.pc{
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.small{
 font-size: 12px;
}
.kome {
    text-align: left;
    text-indent: -25px;
    padding-left: 25px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 8px;
}
.kome::before {
    content: "※";
    margin-right: 6px;
}
.orange {
    color: #f15a24 ;
}
.kakomi{
    background-color: #fff8dc;
    border: 2px dashed rgba(241, 90, 36, 0.56);
    border-radius: 8px;
    box-shadow: 0 0 0 4px #fff8dc;
    color: #676767;
    margin: 2em 0;
    padding: 2em;
    letter-spacing: 0.18em;
    font-size: 15px;
    line-height: 2;
    text-align: left;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #fff;
}
h2{
    text-align: left;
    font-size: 25px;
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro",'Hiragino Mincho ProN', "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.2;
    margin: 3.8em 0 1em;
    padding: .4em 0 .2em .1em;
    position: relative;
    border-bottom: 2px solid #cacaca;
    clear: both;
}
h2:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 25%;
    height: 3px;
    background-color: #f15a24;
}
h2:first-letter{
    color:#f15a24;
}
h3{
    text-align: left;
    font-size: 25px;
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro",'Hiragino Mincho ProN', "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding: 0px 24px 2px 51px;
    border-bottom: 1px solid #f15a24;
    font-weight: 600;
    margin: 0 0 40px;
    clear: both;
}
h3:first-letter{
    color:#f15a24;
}
h3:before, 
h3:after{
    content: "";
    display: block;
    position: absolute;
}
h3:before{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #8c8c8c;
    bottom: -15px;
    left: 10px;
}
h3:after{
    height: 57px;
    border-left: 1px solid #8c8c8c;
    bottom: -28px;
    left: 24px;
}
h4{
    background: -webkit-repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
    background: repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
    color: #4a1086;
    margin: 2em 0;
    padding: 2em;
    clear: both;
}
header{
	height: 480px;
	position: relative;
}
header .inner{
    min-width: 1496px;
    position: fixed;
    z-index: -100;
    top: 110px ;
    width: 100%;
}
header .logo {
    width: 45%;
    float: left;
    margin: 19px 16px;
}
#header {
    width: 100%;
    height: 130px;
    background: #fff;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 2px 3px 11px -2px rgba(0,0,0,0.50);
    -moz-box-shadow: 2px 3px 11px -2px rgba(0,0,0,0.50);
    -webkit-box-shadow: 2px 3px 11px -2px rgba(0,0,0,0.50);
}
.headerInner{
    width: 980px;
    height: 130px;
    margin: 0 auto;
    position: relative;
}
p.nami {
    width: 300px;
    position: absolute;
    z-index: 99999;
    top: 5vh;
    left: 270px;
}
#out {
      -webkit-animation-name: fadeout;
      -webkit-transition: all 2s;
      -moz-animation-name: fadeout;
      -moz-transition: all 2s;
      -ms-animation-name: fadeout;
      -ms-transition: all 2s;
      -o-animation-name: fadeout;
      -o-transition: all 2s;
      animation-name: fadeout;
      transition: all 2s;
      opacity :0;
}
@-webkit-keyframes fadeout {
	0% {
		opacity :0;
	}
	60% {
		opacity :1;
	}
	100% {
		opacity:0;
	}
}

.sea img {
    width: 100%;
    z-index: -9;
}
header .logo,
nav  {
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
nav {
    float: right;
    width: 37%;
    margin: 10px 0 0;
}
nav  ul li {
    width: 18px;
    float: left;
    position: relative;
    margin: 0 19px;
    list-style: none;
    padding-top: 16px;
}
nav  ul li.hanare {
    padding-top: 13px;
    width: 26px;
}
nav  ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 9px;
    background: url(../images/nav_li.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 4px;
}
nav  ul li.hanare::before {
    display :none;
}
#sidr {
    display: none;
}
#menuBtn {
    display: none;
}
section{
	background: #fff;
}
hr.hr_top{
	background: url(../images/thiza_img_06.png) repeat-x 0;
	height: 40px;
	position: absolute;
	top: 10px;
	width: 100%;
}
hr.hr_bottom{
	background: url(../images/thiza_img_06.png) repeat-x 0;
	height: 40px;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.sp_br{
	display: none;
}


hr.sec1_top{
     padding-top: 0px;
    border: none;
    padding-bottom: 40px;
    z-index: -1;
}
#section1{
    text-align: center;
    padding: 0px 0 0px;
    background: url(../images/sec1_bk.jpg) repeat bottom center #fff;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    position: relative;

    box-shadow:0px -2px 6px 0px rgba(0,0,0,0.5);
     -moz-box-shadow:0px -2px 6px 0px rgba(0,0,0,0.5);
     -webkit-box-shadow:0px -2px 6px 0px rgba(0,0,0,0.5);
}
#section1 .Innerbox {
    background-color: rgba(255, 255, 255, 0.68);
}

#section1 h1 {
    margin: 55px 0 40px;
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro",'Hiragino Mincho ProN', "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    font-size: 20px;
    color: #1a1a1a;
    text-align: left;
    width: 980px;
    margin: 0 auto;
    letter-spacing: 0.1em;
}
#section1 .sec1_dis {
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 350px;
    padding-bottom: 40px;
}
#section1 .sec1_dis p.fish01 {
    width: 196px;
    position: absolute;
    right: 11%;
    top: -16%;
}
#section1 .sec1_dis p.fish02 {
    width: 221px;
    position: absolute;
    left: 1%;
    top: 21%;
}
#section1 .sec1_dis p.fish03 {
    width: 320px;
    position: absolute;
    left: 30%;
    bottom: 23%;
}
#section1 .sec1_dis p.fish04 {
    width: 350px;
    position: absolute;
    right: 2%;
    bottom: 12%;
}
#section2{
    text-align: center;
    padding: 0px 0 1px;
    background: url(../images/sec2_bk.jpg) repeat bottom center #fff;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    position: relative;
    box-shadow:0px -2px 6px 0px rgba(0,0,0,0.5);
     -moz-box-shadow:0px -2px 6px 0px rgba(0,0,0,0.5);
     -webkit-box-shadow:0px -2px 6px 0px rgba(0,0,0,0.5);
    min-height: 550px;
}
#section2 ol {
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    width: 980px;
    margin: 16px auto 0;
    text-align: left;
}
#section2 ol li {
    padding-left: 5px;
    display: inline;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #7b7b7b;
}
#section2 ol li a::after {
    padding-left: 18px;
    content: "＞";
    color: #7b7b7b;
}
#section2 ol li a {
    color: #f15a24;
}
#section2 ol li a:hover {
    color: #ffc8b4;
}
#section3{
    padding: 16px 0 16px;
    background: #272727;
    position: relative;
    min-width: 1080px;
}
#section3 .Innerbox {
    width: 980px;
    margin: 0 auto;
}

#section3 .img_box {
    float: right;
    width: 30%;
    padding: 20px 0 0;
}
#section3 .dis_box{
    float: left;
    width: 70%;
    padding: 16px 0 11px;
    text-align: right;
}
#section3 .dis_box h2{
    padding: 0 24px;
    margin: 0;
    text-align: right;
    border: none;
}
#section3 .dis_box h2:after {
    display: none;
}
#section3 .dis_box h2 img{
	width: 58%;
}
#section3 .dis_box p{
    padding: 8px 24px 16px 0;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.1em;
}
#section3 .link_btn{
	position: absolute;
	bottom: 0;
	height: 142px;
	right: 0;
	width: 281px;
}

#map_canvas{
	margin: 0px 0 0px;
}
#section4{
	background: url(../images/sec4_bk.png) repeat center top #f1f1f1;
	text-align: center;
	padding: 80px 0 88px;
	position: relative;
}
#section4 h2 {
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro",'Hiragino Mincho ProN', "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    font-size: 24px;
    color: #000;
    text-align: center;
    width: 980px;
    margin: 0 auto 16px;
    letter-spacing: 0.18em;
    border: none;
}
#section4 h2:after {
    display: none;
}
#section4 h2 img{
	width:30%;
}
#section4 p {
    line-height: 2;
    font-size: 13px;
    letter-spacing: 0.15em;
    color: #717171;
}
#section4 .slider {
    margin: 40px 0 0;
}
#section4 .slider li {
    height: 190px;
    overflow: hidden;
    min-height: 190px;
    width:160px;
}


footer{
    text-align: center;
    padding: 32px 0 0;
    background: #fdfeff;
}
footer span.fb {
    width: 30px;
    display: block;
    position: absolute;
    top: 3px;
    left: 150px;
}
#footInner {
    background: url(../images/foot_bg.png) no-repeat left 0%;
    width: 980px;
    margin: 0px auto 0;
    background-size: 28%;
    padding: 48px 0 16px;
    min-height: 230px;
}
.footInfo {
    width: 480px;
    float: left;
    text-align: left;
    margin-left: 80px;
}
.footInfo p,
.footInfo dt,
.footInfo dd {
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro",'Hiragino Mincho ProN', "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    letter-spacing: 0.15em;
    line-height: 1.3;
    color: #000;
    font-weight: 700;
}
.footInfo p.foot_name {
    font-size: 31px;
    margin: 0 0 8px;
    position: relative;
}
.footInfo p.foot_address ,
.footInfo p.foot_day {
    font-size: 13px;
    margin: 0 0 4px;
}
.footInfo dl {
    margin: 0 0 8px;
}
.footInfo dt {
    font-size: 12px;
    width: 45px;
    float: left;
    margin: 0 0 8px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
}
.footInfo dd {
    font-size: 12px;
    margin: 0 0 8px;
    float: left;
}
.footInfo p.foot_btn {
    width: 160px;
    float: left;
    margin: 1% 0.5% 2%;
}
.footInfo p.foot_sitemap {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin: 10px 0 0;
    font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footInfo p.foot_sitemap::before {
    padding-right: 2px;
    content: "＞" ;
    color: #949494;
}
footer .copy{
    padding: 0px 0 16px;
    text-align: right;
    font-size: 11px;
    color: #656565;
    letter-spacing: 0.15em;
    width: 980px;
    margin: 8px auto 0px;
    float: none;
    clear: both;
}
p.pagetop {
    bottom: 0 ;
    right: 0 ;
    width: 80px;
    height: 80px;
    display: block;
    position: fixed;
    z-index: 999999;
}





@keyframes fadeIn {
    0% {opacity: 0}
    1% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    1% {opacity: 0}
    100% {opacity: 1}
}
header p {
    animation: fadeInb 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal;
}

@keyframes fadeInb {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeInb {
    0% {opacity: 0}
        50% {opacity: 0}
    100% {opacity: 1}
}
header .inner {
    animation: fadeInc 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal;
}
@keyframes fadeInc {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeInb {
    0% {opacity: 0}
        50% {opacity: 0}
    100% {opacity: 1}
}



/* Clearfix */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#container,
#navi ul,
.clearfix {
  display: block;
}





/*-------------------  店舗案内  --------------------*/

.about header {
    height: 370px;
}
.about header .inner {
    top: initial;
    bottom: 28%;
}
.about #section2 {
    background: url(../images/sec4_bk.png) repeat center top #f5f5f5;
    text-align: left;
}
.about #section2 h1{
    width: 450px;
    margin: 50px auto 0;
}
.about #section2 table{
    width: 100%;
    border: solid 1px #dbdcdc;
    margin: 40px auto 80px;
    border-bottom: none;
    clear: both;
}
.about #section2 th {
    width: 25%;
    border-right: solid 1px #dbdcdc;
    border-bottom: solid 1px #dbdcdc;
    color: #828282;
    border-collapse: collapse;
    background: #fff8dc;
    font-weight: normal;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    letter-spacing: 0.08em;
}
.about #section2 td {
    border-bottom: solid 1px #dbdcdc;
    color: #2d2d2d;
    border-collapse: collapse;
    text-align: left;
    padding: 20px 30px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-size: 14px;
    background: #fff;
}
.about .about_box.clearfix {
    width: 800px;
    margin: 40px auto 120px;
}
.about .left .frame {
    width: 48%;
    float: left;
    margin: 1% 1% 2%;
}
.about .seat.right .frame {
    width: 31.2%;
    margin: 3% 0.8% 80px;
}
.about .frame {
	display: inline-block;
	position: relative;
}
.about p.frame {
    z-index: 2;
}
.about .frame::after {
	position: absolute;
	content: "";
	box-shadow: 0 15px 10px rgba(0,0,0, .5); /* シャドウ */
	transform: rotate(3deg); /* 回転させる */
	right: 5px;
	left: auto;
	top: auto;
	bottom: 20px;
	z-index: -1;
	width: 50%;
	height: 20%;
}



/*------------------- アクセス  --------------------*/
.access header {
    height: 430px;
}
.access header .inner {
    top: -27%;
}
.access #section2 {
    background: url(../images/sec4_bk.png) repeat center top #f5f5f5;
}
.access #section2 h1{
    width: 300px;
    margin: 72px auto 32px;
}

.AccessBox,
.TourismBox {
    width: 980px;
    margin: auto;
    text-align: left;
}
.map.left {
    width: 47%;
}
.map.right {
    width: 51%;
    margin: 0% 0%;
}
.access th, 
.access td {
    padding: 8px 16px;
    letter-spacing: 0.1em;
    text-align: left;
    border: 1px solid #ccc;
    font-weight: normal;
    background-color: #fff;
}
.access .map th, 
.access .map td {
    padding: 17px 16px 14px;
    letter-spacing: 0.18em;
}
.access table {
    border-collapse: collapse;
    width: 100%;
}
.access th {
    background-color: #f15a24;
    color: #fff;
    text-align: center;
}
.access .point.right {
    margin: 3% 5% 80px 0;
    width: 54%;
}
.access .point.left {
    margin: 3% 0 80px 3%;
    width: 36%;
}
.access .TourismBox p {
    margin: 0 5% 8px;
}
.access .TourismBox ul{
    margin: 24px 5% 8px 5em;
}
.access h2 {
    margin: 3.8em 0 1.5em;
}
.access .TourismBox th, 
.access .TourismBox td {
    font-size: 14px;
}
.access .TourismBox th {
    width: 22% !important;
}
.waku01 {
    border: 10px solid #fff;
    border-bottom-width: 4px;
    box-shadow: 0 0 0 1px #ccc,1px 3px 8px 0 rgba(40,40,40,0.3);
    -moz-transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    transform:rotate(-3deg);
}
.access .TourismBox p.waku01 {
    margin-top: 4px;
}
.access #map_canvas{
	margin: 0px 0 24px;
}
.map.right p.small.orange {
    margin-top: 13px;
    text-indent: -15px;
    padding-left: 15px;
    padding-right: 8px;
}

/*-------------------  おしながき  --------------------*/

.menu header {
    height: 370px;
}
.menu header .inner {
    top: initial;
    bottom: 47%;
}
.menu #section2 {
    background: url(../images/sec4_bk.png) repeat center top #f5f5f5;
}
.menu #section2 h1{
    width: 280px;
    margin: 72px auto 32px;
}
.menuBox {
    width: 980px;
    margin: 0 auto 80px;
}
.menuBox .clearfix {
    margin-bottom: 40px;
}
.menu .menuBox .left {
    width: 48%;
}
.menu .menuBox .right {
    width: 44%;
}
.menu .menuBox table {
    width: 100%;
    margin: 0 0 32px;
}
.menu .menuBox thead th{
    text-align: left;
    font-size: 25px;
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro",'Hiragino Mincho ProN', "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    letter-spacing: 0.1em;
    position: relative;
    color: #f15a24;
    padding: 12px 0 3px 25px;

}
.menu .menuBox thead th::before {
    content: "■";
    position: absolute;
    font-size: 34px;
    left: 0;
    top: 2px;
}
.menu .menuBox th {
    text-align: left;
    width: 70%;
    padding: 16px 0px;
    letter-spacing: 0;
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro",'Hiragino Mincho ProN', "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}
.menu .menuBox td {
    text-align: right;
    width: 26%;
    padding: 16px 0 16px 4%;
}
.menu .menuBox td::before {
    content: "￥";
}
.menu .menuBox td::after {
    content: "－";
}
.menu .slider {
    margin: 16px 0 40px;
}
.menu .slider li {
    height: 160px;
    overflow: hidden;
    min-height: 160px;
}



/*-------------------  求人募集  --------------------*/

.recruit header {
    height: 370px;
}
.recruit header .inner {
    top: initial;
    bottom: 47%;
}
.recruit #section2 {
    background: url(../images/sec4_bk.png) repeat center top #f5f5f5;
    text-align: left;
}
.recruit #section2 h1{
    width: 280px;
    margin: 72px auto 32px;
}
.recruit #section2 table{
    width: 100%;
    border: solid 1px #dbdcdc;
    margin: 0px auto 80px;
    border-bottom: none;
    clear: both;
}
.recruit #section2 th {
    width: 25%;
    border-right: solid 1px #dbdcdc;
    border-bottom: solid 1px #dbdcdc;
    color: #828282;
    border-collapse: collapse;
    background: #fff8dc;
    font-weight: normal;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    letter-spacing: 0.08em;
}
.recruit #section2 td {
    border-bottom: solid 1px #dbdcdc;
    color: #2d2d2d;
    border-collapse: collapse;
    text-align: left;
    padding: 20px 30px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-size: 14px;
    background: #fff;
}
.recruit.box {
    width: 850px;
    margin: 48px auto;
}
.recruit.box p {
    width: 850px;
    margin: 16px auto 24px;
}
.recruit h2 {
    font-size: 22px;
    margin: 1em 0 1em;
    line-height: 32px;
}






/*-------------------  はなれ  --------------------*/

.hanare header {
    height: 600px;
}
.hanare header .inner {
    top: initial;
    bottom: 24%;
}
.hanare #section2 {
    background: url(../images/sec4_bk.png) repeat center top #f5f5f5;
}
.hanare #section2 h1{
    width: 280px;
    margin: 72px auto 64px;
}
.hanareBox {
    width: 980px;
    margin: 8px auto 120px ;
}
.hanareBox .clearfix .left ,
.hanareBox .clearfix .right {
    width: 49%;
    margin: 0 0 40px;
}
.hanare p.title {
    margin: 48px auto 24px;
}
.hanare p.sub_title {
    width: 736px;
    margin: 24px auto 0px;
    position: relative;
}
.hanare span.reserved {
    position: absolute;
    top: -23px;
    display: block;
    right: -60px;
    font-size: 14px;
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro",'Hiragino Mincho ProN', "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    letter-spacing: 0;
    font-weight: 700;
}
.hanare span.reserved.sp {
    display: none;
}
.hanare p.english {
    width: 300px;
    margin: 16px auto 40px;
}
.hanare p.coursetitle {
    width: 300px;
    margin: 16px 0 8px;
}
.hanare .clearfix .right.text {
    text-align: left;
    width: 47%;
}
.hanareBox .clearfix span {
    font-size: 13px;
    color: #828282;
    letter-spacing: 0.1em;
}
.hanare .clearfix .right.text ul {
    margin: 0 0 1em 2em;
    padding: 0;
}
.hanare .clearfix .right.text li {
    letter-spacing: 0.15em;
}
.hanare .clearfix .right.text p.kome {
    font-size: 13px;
    margin: 0 0 4px;
}
.hanare .clearfix .right.text p.price {
    text-align: right;
    margin: 24px 0 0;
    font-size: 19px;
    color: #f15a24;
    letter-spacing: 0.08em;
}
.hanare .frame {
	display: inline-block;
	position: relative;
}
.hanare p.frame {
    z-index: 2;
}
.hanare .frame::after {
    position: absolute;
    content: "";
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.26);
    transform: rotate(3deg);
    right: 2px;
    left: auto;
    top: auto;
    bottom: 44px;
    z-index: -1;
    width: 50%;
    height: 10%;
}
.hanare .frame.second::after {
    bottom: 19px;
}
.hanare .frame.thaad::after {
    bottom: 27px;
    height: 20%;
    right: 5px;
}

/*-------------------  サイトマップページ  --------------------*/
.sitemap #section2 h1 {
    width: 280px;
    margin: 72px auto 32px;
}
.SitemapBox ul {
    margin: 0 0 15px 3em;
    padding: 0;
}
.SitemapBox .tree li {
    list-style-type: none;
    font-size: 95%;
    margin: 0px;
    padding: 10px 0 8px 24px;
    letter-spacing: 0.15em;
}
.SitemapBox .tree ul {
    padding: 0 0 10px 10px;
    margin: 0;
    background-image: url(../images/ul.gif);
    background-position: 0 15px;
    background-repeat: repeat-y;
}
.SitemapBox .tree li li {
    padding-top: 16px;
    font-size: 100%;
    background-image: url(../images/li.gif);
    background-position: 1px 21px;
    background-repeat: no-repeat;
}
.SitemapBox {
    width: 980px;
    margin: 0 auto 80px;
    text-align: left;
}

/*-------------------  404ページ  --------------------*/

.page404 button {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border: solid 1px #4d4d4d;
    background: #f15a24;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-decoration: none;
    margin: 32px 0;
    width: 250px;
    position: relative;
}
.page404 button a{
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page404 .txtstyle {
    border-style: none;
    color: #f15a24;
    font-weight: 600;
    width: 28px;
    background: none;
    font-size: 25px;
    text-align: right;
    padding-right: 8px;
}
.page404 #section1{
    padding: 0;
    height: 370px;
    z-index: 10;
}
.page404 p{
    line-height: 2;
}
.page404 #section1 h1 {
    margin: 54px auto 24px;
    text-align: center;
    width: 50%;
}
.page404 .inbox {
    background-color: rgba(255, 255, 255, 0.52);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
}
.page404 footer {
    padding:8px 0 0;
}
