@charset "UTF-8";

html {overflow-y: scroll;-webkit-text-size-adjust: 100%;}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {text-align: left;}

q:before, q:after {content: '';}

object, embed {verticalc-align: top;}

legend {display: none;}



img, abbr, acronym, fieldset {border: 0;}

img {
    width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

ul li {list-style-type: none;}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  font-size: 93.75%;
}
body {
	text-align: left;
	line-height: 1.8;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif !important;
  overflow: hidden;
}
.backtotop {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 50px;
    z-index: 999999999999;
    text-align: center;
    background: #c8c8c9;
    padding: 20px;
    cursor: pointer;
}
.backtotop a{
    display: block;
}

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-table; min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display: block;}


* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pc{display: block;}
.sp{display: none;}
.spse{display: none;}

body {
	font-family: 'Lato', sans-serif;
	background: #fff;
}
section{
	max-width: 1024px;
	margin: 0 auto;
	border-bottom: #8D8D8D 1px solid;
}

section#ft{
    border-bottom: none!important;
}

article {
	margin:90px auto 30px auto;
	text-align: center;
	line-height: 1.9;
	padding-bottom: 15px;
    clear: both;
}

article#slist {
	margin:20px auto 10px auto; 
}
article h1 {
    padding: 0;
    margin: 60px 0;
}
article#slist h2{
    margin-bottom: 0em;
}
article#plan h2 img{
    width: 147px;
}
article#scene h2 img{
    width: 154px;
}
p#wedding img,p.pamphlet img{
    width: 454px;
}
article p {
	margin-bottom: 1em;
}

a {
	color: #0b8793;
}
#main-visual {
	background:url("../img/topve.jpg") no-repeat center;
	background-size: cover;
    width: 100%;

	margin-top: 40px;
	margin-bottom: 1px;
	position: relative;
    display: block;
    /*
	flex-wrap: wrap;
	justify-content: space-between;*/
}
.foot_htl{background: #c0c0c0;
padding: 15px;
text-align: center;
color: #0f3758;
font-size: 0.9em;}

footer {
	padding: 15px;
	text-align: center;
	border-top: solid 1px #bbb;
	background: #0f3758;
	color: #fff;
	font-size: 0.8em;
}
footer a {
	color: #666;
	text-decoration: none;
}

/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -80px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding:40px 0 0;
	line-height: 1;
	z-index: 999;
	background: #fff;
}
#top-head a,
#top-head {
	color: #000;
	text-decoration: none;
}



#top-head .inner {
	position: relative;
	display: block;
}
h1.logo {
	text-align: center;
    width: 415px;
    margin: 200px auto 0 auto!important;
}

.logo img {
    width:100%!important;
    max-width: 100%!important;
    height: auto;
}

.logo_sp{display: none;}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 20px;
	bottom: 0;
	font-size: 14px;
	display: block;
    line-height: 60px;
}
#global-nav ul li {
	float: left;
	position: relative;
    height: 60px;
    padding: 0 5px;
}
#global-nav ul li:first-child {
	background: #D8D8D8;
    line-height: 60px;
    margin-right: 5px;
}

#global-nav ul li:last-child {
	background: #1b4966;
	color: #fff!important;
    line-height: 60px;
}

#global-nav ul li:last-child a{

	color: #fff!important;
}

#global-nav ul li a {
	padding: 0 30px;
	display: flex;
}
#global-nav ul li a:hover{
    color: #00516C;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: 2px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li::after {
	background: #D8D8D8;
	bottom: 0;
    width: 94%;
    margin: 0 auto;
}

#global-nav ul li:hover::after {
	background: #00516C;
	bottom: 0;
    width: 94%;
    margin: 0 auto;
    color: #00516C;
}


#global-nav ul li:first-child::after,#global-nav ul li:last-child::after{
    background: none;
} 
#global-nav ul li:first-child:hover::after,#global-nav ul li:last-child:hover::after{
    background: none!important;
} 

ul.sub_menus{
    list-style: none;
    position: absolute;
    right: 50px;
    margin-top: 10px;
}
ul.sub_menus li{
    line-height: 1.8em;
    position: relative;
    padding-left: 15px;
}
ul.sub_menus li::before{
content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #000;
  border-bottom-width: 0;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 60px;
	height: 60px;
	background: #fff;
	background: rgba(255,255,255,.7);
	color: #000;

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 30px;
    display: block;
}
#top-head.fixed #global-nav ul li a:hover{
    color: #00516C;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: 2x;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #00516C;
	bottom: 2px;
}

#global-nav ul li.select:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: 2px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li.select::after {
	background: #00516C;
	bottom: 0;
    width: 94%;
    margin: 0 auto;
}



#top-head #global-nav ul li.select{
	bottom: 2px;
}
#top-head #global-nav ul li.select a{
	color:#00516C ;
}

/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box {
	width: calc((100% / 3 ) - 1px);
	  position: relative;
  overflow: hidden;
}

/*.contents-box:first-child{
    background: url("../img/sub_img1.jpg") center;
    background-size:cover;
    
}
.contents-box:nth-child(2){
    background: url("../img/sub_img2.jpg") center;
    background-size:cover;
}
.contents-box:last-child{
    background: url("../img/sub_img3.jpg") center;
    background-size:cover;
}*/

.contents-box img {
	display: block;
	width: 100%;
	height: auto;
}

.contents-wrap_2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 98%;
    margin: 0 auto;
}

.contents-box_2col {
	margin-top: 2rem;
	margin-bottom: 3rem;
	padding: 0rem;
	width: calc((100% / 2) - 30px);
	background-color: #fff;
	text-align: left;
}
.contents-box_2col a{
    text-decoration: none;
    color: #000;
}

.contents-box_2col a:hover img{
    opacity: 0.6;
    transition: 0.5s;
}

.contents-box_2col img {
	display: block;
	margin-bottom: 0rem;
	width: 100%;
	height: auto;
}

.contents-box_2col h2 {
	margin-bottom: 0rem;
	font-size: 1rem;
	text-align: left;
}

.contents-box_2col p.sop {
	background: #00516c;
	color: #fff;
	padding: 2px 10px;
	margin-bottom: 0.5em;
	display: inline-block;
}
.contents-box_2col p{
	line-height: 1.4em;
}

divcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
	display: table;
}

divcaption h3{
	display: table-cell;
	width: 60%;
	height: 60%;
	text-align: center;
    text-align: -webkit-center;
	vertical-align: middle;
	color: #fff;
    margin: 0 auto;
}
divcaptions {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
	display: table;
}

divcaptions h3{
	display: table-cell;
	width: 60%;
	height: 60%;
	text-align: center;
    text-align: -webkit-center;
	vertical-align: middle;
	color: #fff;
    margin: 0 auto;
}

divcaptions h3 img{
    width:20%!important;
    max-width: 20%!important;
    height: auto;
    /* display: table-cell; */
    vertical-align: middle;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
}
divcaption h3 img{
    width: 60%;
    max-width: 60%;
    height: auto;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;  }

#main-visual:hover divcaptions,.contents-box:hover divcaption {
  opacity: 1;
	cursor: pointer;
}

.kaijyo{
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
}

.kaijyo_cont_left{
    width: 50%;
 float: left; 
    text-align: left;
    position: relative;
}

.kaijyo_cont_left02{
    width: 45%;
 float: left; 
    text-align: left;
position: relative; 
}
.kaijyo_cont_left03{
    width: 48%;
 float: left; 
    text-align: left;
position: relative; 
        margin-top: 0em;
}
.kaijyo_cont_left02 p{
    height: 180px;
}

.kaijyo_cont_right{
    float: right; width: 48%; text-align: left;position: relative; 
}

.kaijyo_cont_right h2,.kaijyo_cont_right03 h2,.kaijyo_cont_left02 h2,.kaijyo_cont_left03 h2{
    margin: 0!important;
}

.kaijyo_cont_right03{
    float: right; width: 48%; text-align: left;position: relative; 
    margin-top: 0em;
}
.kaijyo_cont_left03 img,.kaijyo_cont_right03 img{
    margin-bottom: 1em;
}

.kaijyo_cont_left p{
    font-size: 0.8em;
    text-align: right;
    margin-right: 15px;
    position: absolute;
    right: 0;
}

.kaijyo_cont_right p,.kaijyo_cont_left02 p{
    line-height: 1.6em;
    margin-top: 1em;
}
.pdf_btn{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    text-align: center;
    border: 1px solid #00516C;
    font-size: 1em;
    background: #fff;
    display: block;
}

.pdf_btn::after{
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #00516C;
    vertical-align: middle;
}
.pdf_btn a{
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 60px;  
}
.pdf_btn a:hover{
    opacity: 0.8;
}

ul.banquet_pdf{
    margin: 0 auto 90px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul.banquet_pdf li{
    width: 48%;
    height: 80px;
    position: relative;
    bottom: 0;
    text-align: center;
    border: 1px solid #00516C;
    font-size: 1.2em;
    background: #fff;
    display:inline-block;
}

ul.banquet_pdf li:first-child{
    margin-right: 30px;
    margin-bottom: 30px;
}


ul.banquet_pdf li::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #00516C;
    vertical-align: middle;
}
ul.banquet_pdf li a{
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 80px;  
}
ul.banquet_pdf li a:hover{
    opacity: 0.8;
}

ul.banquet_pdf02{
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul.banquet_pdf02 li{
    width: 48%;
    height: 80px;
    position: relative;
    bottom: 0;
    text-align: center;
    border: 1px solid #00516C;
    font-size: 1.2em;
    background: #fff;
    display:inline-block;
}

ul.banquet_pdf02 li:nth-child(odd){
    margin-right: 30px;
    margin-bottom: 30px;
}


ul.banquet_pdf02 li::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #00516C;
    vertical-align: middle;
}
ul.banquet_pdf02 li a{
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 80px;  
}
ul.banquet_pdf02 li a:hover{
    opacity: 0.8;
}

ul.banquet_pdf03{
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul.banquet_pdf03 li{
    width: 48%;
    height: 80px;
    position: relative;
    bottom: 0;
    text-align: center;
    border: 1px solid #00516C;
    font-size: 1.2em;
    background: #fff;
    display:inline-block;
}

ul.banquet_pdf03 li:nth-child(odd){
    margin-right: 30px;
    margin-bottom: 30px;
}


ul.banquet_pdf03 li::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #00516C;
    vertical-align: middle;
}
ul.banquet_pdf03 li a{
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 30px;
    height: 80px;
    padding: 10px 0;
}
ul.banquet_pdf03 li a:hover{
    opacity: 0.8;
}



   .tbl-r05 {
    width: 100%;
	  margin-left: auto;
	  margin-right: auto;
font-size: 0.8em;
line-height: 30px;
       padding: 0;
       margin-bottom: 90px;
  }

.tbl-r05 caption{
    font-size: 1.2em;
}

.tbl-r05 td: {
  background: #fff;
		  
}

  .tbl-r05 th {
    background: #00516c;
	  color: #fff;
	  text-align: center;
  }

.tbl-r05 th:first-child{
    padding-left: 5px;
}
  .tbl-r05 tr {
    width: 100%;
	border-color: #b2b2b2;
        border-style: solid;
        border-width: 1px 0;  
	  
  }

table.tbl-r05 td.ex_border_b {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
	
}
.tbl_title{
	 color:  #00516c;
	text-align: left;
	
}
.tbl_side{
	    background: #337489;
    color: #fff;

}

/*sinfonia*/
#sinfonia h1,#small h1,#medium h1,#sky h1,#banquet_list h1,,#anniversary h1{
    margin: 4em 0 2em 0;
}

#sinfonia h1 img,#small h1 img,#medium h1 img,#sky h1 img,#banquet_list h1 img{
    width: 50%;
    max-width: 50%;
    height: auto;
}
#foyer h1 img{
     width: 50%;
    max-width: 50%;
    height: auto;   
}
#foyer h2 img:first-child{
     width: 100%!important;
    max-width: 100%!important;
    height: auto!important;   
}

#sinfonia h2,#small h2,#medium h2,#sky h2,#banquet_list h2{
    margin: 2em 2em 1em;
    font-size: 1.2em;
}
#sinfonia h2 img,#small h2 img,#medium h2 img,#sky h2 img,#banquet_list h2 img{
    width: 70%;
    max-width: 70%;
    height: auto;
}


dl.accomo{
    margin: -60px auto 90px auto;
}
dl.accomo dt{
    width: auto;
    float: left;
    margin: 0 0 0.8em;
}
dl.accomo dd{
    padding-left: 6.5em;
    margin: 0 0 0.8em;
    text-align: left;
}
p#wedding a:hover{
    opacity: 0.8;
    transition: 0.5s;
}
   

    #foyer h1 img{
        width:25%;
        max-width: 25%;
        height: auto;
    }
        .pcm{
display: block;
    }
    .spm{
        display: none;
    } 

#anniversary h1.logo {
    border-bottom: none;
}

#anniversary #mid h1{
    border-bottom: #00516C 6px solid;
    padding-bottom: 0.5em!important;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 2em;
    font-weight: 600;
    color: #00516C;
    font-size: 1.4em;
}
#anniversary #mid{
    width: 800px;
    max-width: 800px;
}
#anniversary #base p{
    text-align: left;
    font-size: 17px;
    padding-bottom: 30px;
}
#anniversary section{
    width: 800px;
    max-width: 800px;
}
#anniversary section h2{
    text-align: center;
    font-weight: 300;
    color: #00516C;        
}
#anniversary ul#feature{
    margin: 20px 0;
    padding: 0;
    text-align: left;
}

#anniversary ul#feature li{
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 3em;
}
#anniversary ul#feature li:nth-child(odd){
    margin-right: 26px;
}


#anniversary ul#feature li .photo{
width: 180px; height: 132px; float: left; margin-right: 10px;
}

#anniversary ul#feature li .fr{
    width: 50%; height: 132px; float: right; margin-right: 0px;
    font-size: 0.85em;
    line-height: 1.4em;
    text-align: left;
}

#anniversary #rfc{
    float: left; width: 48%
}
#anniversary #lfc{
    float: right; width: 48%;
}

#anniversary ul#feature li .fr span{
    font-size: 1em;
    font-weight: 600;
    color: #00516C;
    display: block;
    float: left;
    height: 100%;
    margin-right: 5px;

}


#anniversary section.info{
    border-top: none!important;
    border-bottom: 1px solid #8C8C8C;
}

#anniversary section.info article{
    background: #D9E5E9;
    padding: 20px 20px 0 20px;
    margin-bottom: 80px!important;
}


#anniversary section.info article h2{
    margin-bottom: 0.6em;
}

#anniversary section.info article p{
    line-height: 1.6em;
    margin-bottom: 2em;
}


#anniversary section.infos{
    border-top: none!important;
    border-bottom: 1px solid #8C8C8C;
}

#anniversary section.infos article{
    background: #D9E5E9;
    padding: 20px 20px 0 20px;
    margin-bottom: 80px!important;
}


#anniversary section.infos article h2{
    margin-bottom: 0.6em;
}

#anniversary section.infos article p{
    line-height: 1.6em;
    margin-bottom: 2em;
}





#anniversary section.info article:first-child{
    margin-bottom: 40px!important; 
}
#anniversary section.info article:nth-child(2){
    margin-top: 20px!important; 
}

#anniversary section.ft{
    border-bottom: none;
    margin-bottom: 80px;
}

#anniversary section.ft h3{
    font-size: 1.8em;
    color: #00516C;
    line-height: 1em;
}
#anniversary section.ft h3 span{
    color: #000;
    font-size: 0.6em;
    display: block;
    margin-top: 10px;
}

#anniversary section.info ul#photo2_column{
    margin: 1.2em 0 2em 0;
    padding: 0;
}

#anniversary section.info ul#photo2_column li{
    width:calc((100% / 2 ) - 20px) ;
    display: inline-block;
}
#anniversary section.info ul#photo2_column li:first-child{
    margin-right: 20px;
}

#anniversary section.infos ul#photo2_column{
    margin: 1.2em 0 2em 0;
    padding: 0;
}

#anniversary section.infos ul#photo2_column li{
    width:calc((100% / 2 ) - 20px) ;
    display: inline-block;
}
#anniversary section.infos ul#photo2_column li:first-child{
    margin-right: 20px;
}


#anniversary article#toku{
    width: 78%;
    margin: 0 auto;
    text-align: left;
    padding: 80px 0;
}
#anniversary article#toku ol{
    color: #00516C;
    font-weight: 600;
    margin-top: 1.5em;
    margin-left: 20px;
}

#anniversary article#toku ol li{
    line-height: 1.4em!important;
    margin-bottom: 1em!important;
}
#anniversary article#toku ol li span{
    color: #000;
    font-weight: normal;
    line-height: 1.4em!important;
    margin-bottom: 1em!important;
}

#anniversary ul.enkaijyo2_colomn{
    margin: 0 0 60px 0;
    padding: 0;
}

#anniversary ul.enkaijyo2_colomn li{
    display: inline-block;
    width: calc((100% / 2) - 30px);
}
#anniversary ul.enkaijyo2_colomn li:first-child{
    margin-right: 55px;
}
#anniversary ul.enkaijyo2_colomn li h3{
        color: #00516C;
    margin-bottom: 0.5em;
    text-align: left;
}
#anniversary #cat{
    text-align: left;
    width: 80%;
    margin: 0 auto;
    padding: 90px 0;}

#anniversary #cat h3{
    color: #00516C;
    margin-bottom: 0.6em;
}
#anniversary #cat p{
    margin-bottom: 30px;
    line-height: 1.6em;
}

#anniversary #spot{
    width: 80%;
    margin: 0 auto 90px auto;
}

#anniversary dl#conte{
    margin: 0;
    padding: 0;
}

#anniversary dl#conte dt{
    width: 310px;
    height: 204px;
    float: left;
    margin-bottom: 40px;
}

#anniversary dl#conte dd{
    padding-left: 330px;
    margin-bottom: 40px;
    text-align: left;
}

#anniversary dl#conte dd h3{
        color: #00516C;
    margin-bottom: 0.6em;
}
#anniversary dl#conte dd ul.detail{
    margin: 0;
    padding: 0;
}

#anniversary dl#conte dd ul.detail li{
        position: relative;
    padding-left: 20px;
    line-height: 1.6em;
    margin-bottom: 8px;
}

#anniversary dl#conte dd ul.detail li::before{
    content: "■";
    position: absolute;
        color: #00516C;
    left: 0;
    top: 0;
}

#anniversary dl.access{
    margin: 0!important;
    padding:0!important;
    width: 100%;
    font-size: 0.9em;
    line-height: 1.6em;
    position: relative;
}
#anniversary dl.access dt{
    width: 3em!important;
    float: left!important;
    text-align: right!important;
    height: auto!important;
    display: block;
    margin-bottom: 5px!important;
}
#anniversary dl.access dd{
    padding-left: 3.5em!important;
    display: block;
    margin-bottom: 5px!important;
}

.scmainas{
    margin-top: -30px;
}

.scmainaseight{
    margin-top: -30px;
    margin-bottom: 80px!important;
}  

#anniversary .skd_area{
    margin: 30px auto 60px auto; 
    width: 82%;
}
#anniversary dl.skd{
    margin:0px auto 3px auto; 
    padding: 20px;
    background: #D9E5E9;
    width: 100%;
}

#anniversary dl.skd dt{
    font-weight: 600;
    width: 8em;
    text-align: center;
    padding-top: 1.8em;
    position: relative;
    float: left;
          color: #00516C;
  
}

#anniversary dl.skd dd{
    padding-left: 9em;
    text-align: left;

}

#anniversary dl.timeline{
    margin:0px auto 16px auto; 
    padding: 20px;
    background: #D9E5E9;
    width: 100%;
    position: relative;
}

#anniversary dl.timeline::after{
    content: "";
    background: url("../img/honor/yajirushi.png") no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 12px;
    height: 14px;
    margin: auto;
}
    

#anniversary dl.timeline dt{
    font-weight: 600;
    text-align: center;
    position: relative;
  color: #00516C;
    margin-bottom: 5px;
    font-size: 1.1em;
  
}

#anniversary dl.timeline dd{
    text-align: center;
}

#anniversary dl.timeline dd p{
    line-height: 1.4em;
}
#anniversary dl.timeline dd p.sml{
    font-size: 0.9em;
}

.mhs{
    background:#00516C; color: #fff; position: absolute; top: 0; width: 100%; margin-left: -20px; margin-bottom: 1em;
}
#anniversary dl.timeline.subm{
    padding-top: 40px!important;
}
.today_now{background:#00516C; color: #fff; width: 100%; margin-bottom: 1em;}


.conv ul.banquet_list{
    margin: 0 auto 60px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul.banquet_lists{
    margin: 1.6em auto 20px auto!important;
    padding: 0;
    text-align: center;
    width: 100%!important;
}
ul.banquet_lists li{
    width: 100%!important;
    height: 80px;
    position: relative;
    bottom: 0;
    text-align: center;
    border: 1px solid #00516C;
    font-size: 1.2em;
    background: #fff;
    display:inline-block;
}

ul.banquet_lists li:first-child{
    margin-right: 0px;
    margin-bottom: 0px;
}


ul.banquet_lists li::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #00516C;
    vertical-align: middle;
}
ul.banquet_lists li a{
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 80px;  
}
ul.banquet_lists li a:hover{
    opacity: 0.8;
}



ul.banquet_list{
    margin: 0 auto 20px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul.banquet_list li{
    width: 46%;
    height: 80px;
    position: relative;
    bottom: 0;
    text-align: center;
    border: 1px solid #00516C;
    font-size: 1.2em;
    background: #fff;
    display:inline-block;
}

ul.banquet_list li:first-child{
    margin-right: 30px;
    margin-bottom: 30px;
}


ul.banquet_list li::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #00516C;
    vertical-align: middle;
}
ul.banquet_list li a{
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 80px;  
}
ul.banquet_list li a:hover{
    opacity: 0.8;
}

ul.fasi_pdf{
    margin: 0 auto 0px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul.fasi_pdf li{
    width: 48%;
    height: 80px;
    position: relative;
    bottom: 0;
    text-align: center;
    border: 1px solid #00516C;
    font-size: 1.2em;
    display:inline-block;
}

ul.fasi_pdf li:first-child{
    margin-right: 30px;
    margin-bottom: 30px;
}


ul.fasi_pdf li::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #00516C;
    vertical-align: middle;
}
ul.fasi_pdf li a{
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 80px;  
}
ul.fasi_pdf li a:hover{
    opacity: 0.8;
}






@media screen and (max-width: 1318px) {
    .pcm{
        display: none;
    }
    .spm{
        display: block;
    }    
  
divcaptions {
  position: absolute;
    top: auto;
bottom: 0;
  left: 0;
    right: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  display: table;
font-size: 12px; 
}    
    divcaptions h3{
     position: absolute;
        right: 10px;
        top: 10px;
        text-align: right!important;
        font-weight: 100;
        font-size: 12px;
    }  
divcaption {
  position: absolute;
    top: auto;
bottom: 0;
  left: 0;
    right: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  display: table;
font-size: 12px; 
}      
    
    divcaption h3{
     position: absolute;
        right: 10px;
        top: 10px;
        text-align: right!important;
        font-weight: 100;
        font-size: 12px;
    }       
    article#base {
    padding: 0 0;
    margin-bottom: 60px;
}
	article {
		padding: 0 30px;
        margin-bottom: 60px;
	}
    
	article h1 {
		padding: 0;
        margin-top: 60px;
	}    
 #sinfonia h2,#small h2,#medium h2,#sky h2{
    margin: 0 0 2em 0;
    font-size: 1.2em;
}   
#banquet_list h2{
    margin: 0 0 2em 0;
    font-size: 1.2em;
}       
    
    
	.inner {
		width: 100%;
		padding: 0 20px;
	}

h1.logo {
    text-align: center;
    margin-top: 80px!important;
}
 

	
ul.sub_menus{
    list-style: none;
    position: absolute;
    left: 24px;
    margin-top: 10px;
	top:8px;
	z-index: 9999;
	font-size: 0.7em;
}
ul.sub_menus li{
    line-height: 1.4em;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
    ul.sub_menus li:last-child{
        margin: 0;
    }
ul.sub_menus li::before{
content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #000;
  border-bottom-width: 0;
}	
	
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#top-head.fixed ul.sub_menus{
		display: block!important;
	}

	#mobile-head {
		background: #fff;
		width: 100%;
		height: 80px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}
	
	
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -486px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0 0 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		height: 60px;
	}

	
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 0;
	}
#global-nav ul li:first-child {
    background: #D8D8D8;
    height: 60px;
    margin-right:0px;
}		
	#global-nav ul li:first-child a {
		color: #000!important;
	}	
	
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}	
	
#main-visual divcaptions,.contents-box divcaption {
  opacity: 1;
	cursor: pointer;
}	
	
	#main-visual divcaptions img{
		width: 60%!important;
		max-width:60%!important;
		height: auto;
	}
.contents-box divcaption img{
		max-width: 80%;
		height: auto;
	}	
	

	.pdf_btn{
		width: 80%;
		margin:  0 auto;
		position: absolute;
	}	
	
ul.banquet_pdf {
    margin: 0 auto 90px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.banquet_pdf li a {
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 60px;
}	
ul.banquet_pdf li{
    width: 80%;
    height: 60px;
    font-size: 1em;
    background: #fff;
    display:block;
	margin: 0 auto 1em auto;
}	
ul.banquet_pdf li:first-child {
    margin-right: auto;
    margin-bottom: 1em;
}	
	
ul.banquet_pdf02 {
    margin: 0 auto 90px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.banquet_pdf02 li a {
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 60px;
}	
	
ul.banquet_pdf02 li{
    width: 80%;
    height: 60px;
    font-size: 0.8em;
    background: #fff;
    display:block;
	margin: 0 auto 1em auto;
	
}
ul.banquet_pdf02 li:nth-child(odd) {
    margin-right: auto;
    margin-bottom: 1em;
}	
	
ul.banquet_pdf03 {
    margin: 0 auto 90px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.banquet_pdf03 li a {
    color: #00516C;
    text-decoration: none;
    display: block;
    line-height: 20px;
}	
	
ul.banquet_pdf03 li{
    width: 80%;
    height: 60px;
    font-size: 0.8em;
    background: #fff;
    display:block;
	margin: 0 auto 1em auto;
	
}
ul.banquet_pdf03 li:nth-child(odd) {
    margin-right: auto;
    margin-bottom: 1em;
}	    
    
    
dl.accomo{
    margin: -60px auto 30px auto;
}
dl.accomo dt{
    width: auto;
    float: none;
    margin: 0;
	text-align: left;
}
dl.accomo dd{
    padding-left: 0em;
    margin: 0 0 0.8em;
    text-align: left;
    
}	
.kaijyo_cont_left02 p {
    height: 180px;
}

#anniversary #rfc{
    float: none; width: 100%
}
#anniversary #lfc{
    float: none; width: 100%
}    
 #anniversary ul#feature li:nth-child(odd) {
    margin-right: 0px;
}   
 #anniversary ul#feature li .photo {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
     margin-bottom: 5px;
}   
#anniversary ul#feature li .fr {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
}      
}
@media screen and (max-width: 860px) {
    /*.es{font-size: 0.8em;}*/
    .pc{display: none;}
    #anniversary dl.timeline dd p.sml{
    font-size: 0.8em;
}
#anniversary dl.access dt {
    width: 3.5em!important;
    }
    
 #anniversary #mid{
    width: 100%;
}
#anniversary #mid h1 {
    padding-left: 20px;
    
    }
#anniversary #base p{
    text-align: left;
    font-size: 1em;
    padding-bottom: 15px;
    width: 90%;
    margin: 0 auto;
}
#anniversary section{
    width: 100%;
}  
#anniversary dl#conte dt{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 5px;
}

#anniversary dl#conte dd{
    padding-left: 0;
    margin-bottom: 40px;
    text-align: left;
}
 ul.banquet_list li{
    width: 80%;
    height: 60px;
    font-size: 1em;

} 
ul.banquet_list li:first-child{
    margin-right: 0px;
    margin-bottom: 20px;
}  
ul.banquet_list li a{
    line-height: 60px;  
}   
#anniversary section h2{
    font-size: 1.2em;
}    
#anniversary .skd_area {
    margin: 30px auto 60px auto;
    width: 100%;
}
ul.fasi_pdf {
    margin-bottom: 0px;
    }
    
ul.fasi_pdf li{
    width: 80%;
    font-size: 1em;
    height: 60px;
}

ul.fasi_pdf li:first-child{
    margin-right: 0px;
    margin-bottom: 0px;
}    
 ul.fasi_pdf li a{

    line-height: 60px;  
}   
 #anniversary section.info article {
    padding: 40px 20px 40px 20px;
    margin-bottom: 80px!important;
}   
#anniversary section.info article:first-child {
    margin-bottom: 20px!important;
}   
 #anniversary section.infos article {
    padding: 40px 20px 40px 20px;
    margin-bottom: 80px!important;
}   
#anniversary section.infos article:first-child {
    margin-bottom: 60px!important;
}       
    
    
  .scmainas{
    margin-top: 60px!important;
}
.scmainaseight{
    margin-top: 0;
    margin-bottom: 50px!important;
}  
    
#anniversary article#toku {
    width: 90%;
    }
 #anniversary ul.enkaijyo2_colomn li:first-child {
    margin-right: 0;
}

#anniversary ul.enkaijyo2_colomn li {
    display: block;
    width: 100%;
}  
    
    ul.banquet_lists li{
    width: 100%!important;
    height: 60px;
    font-size: 1em;
    background: #fff;
    display:block;
}    
  ul.banquet_lists li:first-child{
    margin-right: 0px;
    margin-bottom: 60px;
}  
ul.banquet_lists li a{
    line-height: 60px;  
}    
#anniversary #cat {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding: 90px 0;
}       
     
    
    
}


@media screen and (max-width: 768px) {
    /*    .es{font-size: 0.8em;}*/
    .pcm{
        display: none;
    }
    .spm{
        display: block;
    }    
    .sp{display: none;}
    .pc{display: block;}
  
divcaptions {
  position: absolute;
    top: auto;
bottom: 0;
  left: 0;
    right: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  display: table;
font-size: 12px; 
}    
    divcaptions h3{
     position: absolute;
        right: 10px;
        top: 10px;
        text-align: right!important;
        font-weight: 100;
        font-size: 12px;
    }  
divcaption {
  position: absolute;
    top: auto;
bottom: 0;
  left: 0;
    right: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  display: table;
font-size: 12px; 
}      
    
    divcaption h3{
     position: absolute;
        right: 10px;
        top: 10px;
        text-align: right!important;
        font-weight: 100;
        font-size: 12px;
    }       
    
#top-head #global-nav ul li.select a {
    color: #fff;
}    
.backtotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: auto;
    text-align: center;
    width: 40px;
    height: 40px;
    z-index: 999999999999;
    color: #00516C;
    text-decoration:  none;
    background: rgba(200,200,200,0.6);
    border-radius: 5px;
}  
.backtotop::before {
    content:  '';
    width: 20px;
    height: 20px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}    
    
    
    
    .backtotop img{
        display: none;
    }  
    
    
#sinfonia article h1, #small article h1,#medium article h1, #sky article h1,#banquet_list article h1,#anniversary h1 {
    margin: 2em 0 2em 0 ;
}	
    
 #sinfonia h2,#small h2,#medium h2,#sky h2{
    margin: 0 0 2em 0;
    font-size: 1.2em;
}  
#banquet_list h2{
    margin: 0 0 2em 0;
    font-size: 1.2em;
}      
.kaijyo_cont_left02 p {
    height: auto;
}
    #mid .pc{display: block;}
#mid .sp{display: none;}
    

.sps{display: block!important;}    

	.pdf_btn{
        width: 100%;
		position: absolute;
        bottom: 0;
	}	    
   .tbl-r05 {
    min-width: 1024px;
	  margin-left: auto;
	  margin-right: auto;
font-size: 0.8em;
line-height: 30px;
       padding: 0;
       margin-bottom: 5px;
	   overflow-x: scroll;
  }	
.scroll{
overflow-x: scroll;
white-space: nowrap;
    margin-bottom:  90px!important;
transform: translateZ(0);    
}
.scroll::-webkit-scrollbar{　
 height: 3px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　
 background: #000;
    }
    .logo_sp img{
    width: 40%!important;
    max-width: 40%!important;
    height: auto;        
    }       
.kaijyo_cont_left02 {

    height: 230px!important;
}
    
    
}
	
article.column {
	max-width: 1024px;
	margin: 90px auto 60px;
	display: flex;
	justify-content: space-between;	
}	
@media screen and (max-width: 740px) {
      .es{font-size: 0.9em;}

#mid .pc{display: none;}
#mid .sp{display: block;}    
#mid .spse{display: none;}    
.ft .spse{display: block!important;}
.pc{display: none;}
.sp{display: block;}
.spse{display: none;}    
    
#top-head .inner {
    height: 80px;
}	
	
#sinfonia h1, #small h1,#medium h1, #sky h1,#banquet_list h1,#anniversary h1 {
    margin: 0 ;
}	
	
#sinfonia article h1, #small article h1,#medium article h1, #sky article h1,#banquet_list article h1,#anniversary article h1 {
    margin: 2em 0 1em 0 ;
}	
	
#medium h2 {
    margin: 30px 0 2em 0;
    font-size: 1em;
}
#medium h2 img {
    margin: 20px 0 0 0;

}    
    
	#sinfonia h2, #sky h2,#banquet_list h2 {
    margin: 10px 0 1em 0!important;
    font-size: 1em;
}

#small h2 {
    margin: 0px 0 1em 0;
    font-size: 1em;
}	
    #scene h2 img,#plan h2 img{
		max-width: 20%;
		width: 20%;
		height: auto;       
    }	
	
	#sinfonia h2 img, #small h2 img{
		max-width: 40%;
		width: 40%;
		height: auto;
	}	
	
	.logo img{
display: none;
	}	
	.logo_sp{
		display: block;
		
	}
	.logo_sp img{
		display: block;
		max-width: 60%;
		height: auto;
    position: absolute;
    top: 20px;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}		
	
	
	#main-visual {
		height: 48vh;
	}

.contents-box {
	width: 100%;
    height: 48vh;
	margin-bottom: 1px;
}

article {
    margin: 30px auto 15px auto;
    text-align: center;
    line-height: 1.9;
    clear: both;
	padding: 0 15px 15px 15px;
}	
article:first-child {
    margin: 90px auto 15px auto;
    text-align: center;
    line-height: 1.9;
    clear: both;
	padding: 0 15px 15px 15px;
}	
article.column {
	margin: 40px auto 30px;
	display: block;
}	
.contents-box_2col {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding: 0rem;
    width: 100%;
    background-color: #fff;
    text-align: left;
}
.kaijyo_cont_left {
    width: 100%;
    float: none;
    text-align: left;
    position: static;
}
.kaijyo_cont_left02{
    width: 100%;
    float: none;
    text-align: left;
    position: static;
	margin-bottom: 60px;
}
.kaijyo_cont_left03{
    width: 100%;
    float: none;
    text-align: left;
    position: static;
	margin-bottom: 60px;
}	
.kaijyo_cont_right {
    float: none;
    width: 100%;
    text-align: left;
    position: static;
}	
.kaijyo_cont_right03 {
    float: none;
    width: 100%;
    text-align: left;
    position: static;
}		
	
.kaijyo_cont_left02 p {
    height: auto;
}
 
#sinfonia h1 img, #small h1 img, #medium h1 img, #sky h1 img, #banquet_list h1 img,#anniversary h1 img{
    width: 80%;
    max-width: 80%;
    height: auto;
}	
    #base{
        padding: 0;
    }
	.pdf_btn{
        width: 100%;
		position: relative;
	}	   
#main-visual img{
    display: none;
    }
    
.contents-box:first-child img{
display: none;
    
}
.contents-box:nth-child(2) img{
display: none;
}
.contents-box:last-child img{
display: none;
}     
    
    
.contents-box:first-child{
    background: url("../img/sub_img1.jpg") center;
    background-size:cover;
    
}
.contents-box:nth-child(2){
    background: url("../img/sub_img2.jpg") center;
    background-size:cover;
}
.contents-box:last-child{
    background: url("../img/sub_img3.jpg") center;
    background-size:cover;
}       

  
}

@media screen and (max-width: 644px) {
        .es{font-size: 1em;}
}


@media screen and (max-width: 480px) {
	.pdf_btn{
        width: 100%;
		position: relative;
	}	    
 	#main-visual {
		height: 30vh;
	}

.contents-box {

    height: 30vh;
}   
    /*.logo_sp img{
    width: 50%!important;
    max-width: 50%!important;
    height: auto;        
    }     */
    
    h2 img{
     width: 30%!important;
    max-width: 30%!important;
    height: auto;             
    }
    
 #sinfonia h2 img,#small h2 img,#medium h2 img,#sky h2 img,#banquet_list h2 img{
     
     width: 80%!important;
    max-width: 80%!important;
    height: auto;           
    
    }  
    
ul.banquet_pdf03 li::after{
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #00516C;
    vertical-align: middle;
}    
    #foyer h1 img{
        width:40%;
        max-width: 40%;
        height: auto;
    }   
    
 
}

article h1.sub,
#small h2.sub{
	position: relative;
}
article h1.sub .onoe,
#small h2.sub .onoe{
	position: absolute;
	font-size: 14px;
	font-weight: normal;
}
article h1.sub .onoe{
	top: -2em;
	left: 1em;
}
#small h2.sub .onoe{
	top: 0;
	right: 0;
}

@media screen and (max-width: 320px) {
    .ft .spse{display: block;}
.pc{display: none;}
.sp{display: none;}	
    .spse{display: block;}    
    #mid .sp {display: none;}    
    #mid .spse {display: block;}
    #main-visual{
        height: 137px;
    }
.contents-box {
    height:137px;
} 
    
  
    
    
}

/*25.05.07 追加*/

.box-lyt-subbox{
	max-width: 1024px;
	width: 100%;
	margin: auto;
	padding: 0 0 45px; 
}
.box-lyt-subbox .lyt-f_link{
	text-align: center;
}
.box-lyt-subbox .lyt-f_link a{
	max-width: 345px;
	display: block;
	border: 1px solid #0b8793;
	margin: auto;
	padding: 1em 1.6em;
	text-decoration: none;
}