/*
Theme Name: 福につながれ、広告。FUKUI 2025
*/




*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}


/*--hover 前--*/
a{
  text-decoration: none;
  color: #444;
  transition: color 0.3s ease-in-out;
}

/*--hover 後--*/
a:hover{
  color: #999999;
  transition: color 0.3s ease-in-out;
}



.v_top{vertical-align:top}
.v_middle{vertical-align:middle}
.v_baseline{vertical-align:baseline}
.v_bottom{vertical-align:bottom}
.mt_0{margin-top:0 !important}
.mr_0{margin-right:0 !important}
.mr_5{margin-right:5px !important}
.mr_10{margin-right:10px !important}
.mr_20{margin-right:20px !important}
.mr_30{margin-right:30px !important}
.mr_40{margin-right:40px !important}
.mr_50{margin-right:50px !important}
.mr_m_130{margin-right:-130px !important}
.mb_0{margin-bottom:0 !important}
.mb_5{margin-bottom:5px !important}
.mb_10{margin-bottom:10px !important}
.mb_15{margin-bottom:15px !important}
.mb_20{margin-bottom:20px !important}
.mb_30{margin-bottom:30px !important}
.mb_40{margin-bottom:40px !important}
.mb_50{margin-bottom:50px !important}
.mb_60{margin-bottom:60px !important}
.mb_70{margin-bottom:70px !important}
.mb_80{margin-bottom:80px !important}
.mb_100{margin-bottom:100px !important}
.mb_120{margin-bottom:100px !important}
.mb_150{margin-bottom:150px !important}
.mb_200{margin-bottom:200px !important}

.ml_0{margin-left:0 !important}
.ml_20{margin-left:20px !important}
.ml_50{margin-left:50px !important}
.ml_100{margin-left:20px !important}
.ml_150{margin-left:150px !important}
.ml_260{margin-left:260px !important}
.m_centering{margin-left:auto;margin-right:auto}
.pt_0{padding-top:0 !important}
.pt_10{padding-top:10px !important}
.pt_20{padding-top:20px !important}
.pt_30{padding-top:30px !important}
.pt_45{padding-top:45px !important}
.pt_50{padding-top:50px !important}
.pt_60{padding-top:60px !important}
.pt_70{padding-top:70px !important}
.pt_80{padding-top:80px !important}
.pt_90{padding-top:90px !important}
.pt_100{padding-top:100px !important}


.pr_0{padding-right:0 !important}
.pr_20{padding-right:20px !important}
.pb_0{padding-bottom:0 !important}
.pb_10{padding-bottom:10px !important}
.pb_20{padding-bottom:20px !important}
.pb_30{padding-bottom:30px !important}
.pb_40{padding-bottom:40px !important}
.pb_50{padding-bottom:50px !important}
.pb_100{padding-bottom:100px !important}

.pl_0{padding-left:0 !important}
.pl_10{padding-left:10px !important}
.pl_30{padding-left:30px !important}
.p_20{padding:20px !important}
.p_30{padding:30px !important}
.width_100{width:100px}
.width_130{width:130px}
.width_150{width:150px}
.width_230{width:230px}
.width_470{width:400px}
.width_33per{width:33.3333%}
.width_50per{width:50%}
.width_100per{width:100%}
.height_100{height:100px}
.height_100per{height:100%}
.fs_10{font-size:10px}
.fs_12{font-size:12px}
.fs_13{font-size:13px}
.fs_15{font-size:15px}
.fs_16{font-size:16px}
.fs_21{font-size:21px}
.fs_24{font-size:24px}
.fs_26{font-size:26px}
.fs_32{font-size:32px}
.fs_34{font-size:34px}
.lh_100{line-height:100%}
.lh_120{line-height:120%}
.lh_130{line-height:130%}
.lh_150{line-height:150%}

.border-line {border:1px solid #cccccc;}
.border-line02 {padding:10px 10px 10px 10px;border:1px solid #cccccc;}
.header-logo {
}

.center-img {
	margin:0px auto 0px;
}
.red {
	color:#e50012;
}






.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}




.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}




.inview_xx {
  opacity: 0;
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.inview.is-inview_xx {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}




@font-face {
font-family: 'MPLUS-R';
src: url('font/M_PLUS_1p/MPLUS1p-Regular.ttf') format('truetype');
}





.html {
  font-size: 62.5%;
}

body {
  font-family: "MPLUS-R", 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}

/* ///////////..utility classes../////////// */

.common-wrapper {
  margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #eeeeee;
	width:100%;
	overflow:hidden;
}




.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}


.inner-wrapper {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.inner2-wrapper {
  max-width: 1050px;
  width: 90%;
  margin: auto;
}


.btn01 {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  transition: opacity 0.4s ease;
}


.btn01:hover {
  opacity:0.5;
}







.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: small;
}

.btn-primary {
  color: #fff;
  background: #16a083;
}

.btn-primary:hover {
  background: #117964;
  transition: background 0.3s ease-in-out;
}

/* ............/navbar/............ *

/* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  padding:0px 0px 0px 0px;
  /*box-shadow: 0px 5px 10px 0px #aaa;*/
  position: fixed;
  width: 100%;
  background: #f7f7f7;
  color: #000;
  opacity: 0.85;
  height: 100px;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  margin-top:40px;
  order: 2;
  display: flex;
  font-family: "MPLUS-R", sans-serif;
  font-weight: 800;
}

.menu-items li {
  list-style: none;
  margin-left: 2.1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .menu-items li {
    font-size: 0.82rem;
}

/* Firefox */
@-moz-document url-prefix() {
    .menu-items li {
        font-size: 0.85rem;
    }
}


.menu-items a {
  text-decoration: none;
  color: #444;
  /*font-weight: 500;
  font-weight: bold;*/
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #999999;
  transition: color 0.3s ease-in-out;
}

.logo {
  margin-top:40px;
  order: 1;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  width:260px;
}




footer.footer-wrapper {
    margin: 0px 0px 0px 0px;
    padding:50px 0px 0px 0px;
    width:100%;
    /*background:#4d4d4d url("images/common/piano_lile_pc.png") no-repeat top center;*/
    background:#5b5758;
    overflow: hidden;
}

footer .footer-inner {
    margin: 0px auto 0px;
    padding:50px 0px 50px 0px;
    width:1200px;
    overflow: hidden;
}


.footer-left {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
}

.footer-right {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:right;
}


.footer-link-line01 {
  margin:0px 0px 30px 0px;
  overflow: hidden;
  height:150px;
}
.footer-link-line02 {
  margin:0px 0px 30px 0px;
  overflow: hidden;
  height:130px;
}


.footer-link-box01 {
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:left;
    width:190px;
    height:100%;
    color: #ffffff;
}

.footer-link-box02 {
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:left;
    width:274px;
    height:100%;
    color: #ffffff;
}

.footer-link-box03 {
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:left;
    width:228px;
    height:100%;
    color: #ffffff;
}


.footer-link-box04 {
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:left;
    width:228px;
    height:100%;
    color: #ffffff;
}


.footer-link-title {
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 46px;
    font-size: 0.8rem;
    line-height: 32px;
    color:#999999;
}

footer .footer-inner ul {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 46px;
    font-size: 0.75rem;
}

footer .footer-inner ul li {
    margin:0px 0px 10px 0px;
}

footer .footer-inner ul li a {
  text-decoration: none;
  color: #ffffff;
  /*font-weight: 500;
  font-weight: bold;*/
  transition: color 0.3s ease-in-out;
}

footer .footer-inner ul li a:hover {
  color: #999999;
  transition: color 0.3s ease-in-out;
}


footer .footer-logo {
    padding:40px 0px 0px 0px;
}

footer .footer-logo img {
    width:205px;
}


footer .footer-address {
    margin: 0px auto 0px;
    padding:50px 0px 100px 0px;
    width:1200px;
    overflow: hidden;
    color:#ffffff;
    text-align:center;
}


footer .footer-address a {
  text-decoration: none;
  color:#ffffff;
  transition: color 0.3s ease-in-out;
}

footer .footer-address a:hover{
  color: #999999;
  transition: color 0.3s ease-in-out;
}

footer .footer-address-name {
    margin: 0px 0px 14px 0px;
}



footer .copyright {
    padding:25px 0px 25px 0px;
    background: #333333;
    color:#ffffff;
    text-align: center;
}



#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  /*font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';*/

  content: "";
  background-image:url("images/common/page_top.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50px 50px;
  
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0;
  margin: auto;
  text-align: center;
}





/* ............//// home main-img ////......... */

.main-img-area {
  margin:0px auto 0px;
  padding:100px 0px 0px 0px;
  max-width: 1200px;
  width:90%;
}



/* ............//// home NEWS ////......... */

.home-news-area {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
}

.home-news-area .info-bar {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:490px;
}


.home-news-box {
  margin:50px 0px 120px 0px;
  padding:0px 0px 0px 0px;
}

.home-news-list {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
}



.home-news-area dl{
  margin:0px 0px 32px 0px;
  padding:18px 40px 19px 40px;
  background-color:#eeedf2;
  overflow:hidden;
}

.home-news-area dl dt{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  width:130px;
  font-size: 18px;
}

.home-news-area dl dd{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 40px;
	border-left:1px solid #000000;
	width:740px;
  float:left;
  font-size: 16px;
}


.home-news-list-btn-box {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:224px;
  text-align:center;
}

.home-news-list-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:100%;
}



/* ............//// home MENU IMG ////......... */
.home-menu-area {
  margin:0px auto 120px;
  padding:0px 0px 0px 0px;
  max-width:1050px;
  width:94%;
}

.home-menu-area .menu-btn {
  margin:0px 0px 30px 0px;
  padding:0px 0px 0px 0px;
  display:block;
}


/* ............//// home APPLICATION ////......... */
.home-application-area {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  max-width:1050px;
  width:94%;
}

.home-application-area .application-btn {
  margin:0px auto 120px;
  padding:0px 0px 0px 0px;
  display:block;
  width:300px;
}





/* ............//// common ////......... */

.common-main-img-area {
  margin:0px auto 30px;
  padding:100px 0px 0px 0px;
  max-width: 1200px;
  width:100%;
}


.breadcrumb-area {
  margin:0px auto 30px;
  padding:0px 0px 0px 0px;
  max-width: 1200px;
  width:100%;
}


.breadcrumb {
    display: flex;
    gap: 0 20px;
    list-style: none;
    padding: 6px 0 6px 18px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f7f7f7;
    font-size: 0.8rem;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
    color: #777777;
}

.breadcrumb li:first-child a::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    margin-bottom:2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    content: '';
}

.breadcrumb li:not(:last-child)::before,
.breadcrumb li:not(:last-child)::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content:'';
}

.breadcrumb li:not(:last-child)::before{
    right: 0;
    border-left: 10px solid #c6cdd3;
}

.breadcrumb li:not(:last-child)::after{
    right: 1px;
    border-left: 10px solid #f7f7f7;
}

/*
.breadcrumb a {
    color: #333333;
    text-decoration: none;
}
*/


.common-info {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  max-width:1000px;
	width: 90%;
}


.common-info-bar {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:490px;
}


.contents-wrapper {
  margin:0px 0px 0px 8%;
  padding:0px 0px 0px 0px;
  /*background-color: #cccccc;*/
  max-width:925px;
  overflow:hidden;
}





/* ............//// news ////......... */

.news-area {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}


.news-box {
  margin:0px 0px 120px 0px;
  padding:0px 0px 0px 0px;
}

.news-list {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
}



.news-list dl{
  margin:0px 0px 32px 0px;
  padding:18px 40px 19px 40px;
  background-color:#eeedf2;
  overflow:hidden;
}

.news-list dl dt{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  width:130px;
  font-size: 18px;
}

.news-list dl dd{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 40px;
	border-left:1px solid #000000;
	width:665px;
  float:left;
  font-size: 16px;
	/*overflow-wrap: break-word;*/
}


.news-list-btn-box {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:224px;
  text-align:center;
}

.news-list-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:100%;
}


.news-entry-box {
  margin:0px 0px 80px 0px;
  padding::0px 0px 0px 0px;
}

.news-entry-block {
  margin:0px 0px 80px 0px;
  padding:40px 62px 40px 62px;
	background:#f7f7f7;
}

.news-entry-date {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

.news-entry-block h3 {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 40px;
	background:url("images/news/bar_01.svg") no-repeat 0px 2px;
	background-size: 25px 25px;
	font-size: 1.1rem;
	font-weight:bold;
}







/* ............//// about ////......... */

.about-area {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}


.about-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;

}

.about-banner {
  margin:0px auto 120px;
  padding:0px 0px 0px 0px;
  width:276px;
}

.about-symbolmark-box {
	margin:0px 0px 70px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.about-logo {
	margin:0px 55px 0px 0px;
  padding:0px 0px 0px 0px;
	width:180px;
	float:left;
}

.about-logo-text {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:620px;
	float:left;
}

.about-logo-text h3{
  font-size: 1.5rem;
	font-weight:normal;
}

.about-logo-text h4{
	margin:0px 0px 40px 0px;
  font-size: 1.2rem;
	font-weight:normal;
	line-height:170%;
}


.about-concept-box {
  margin:0px 0px 0px 0px;
  padding:40px 62px 40px 62px;
	background:#f7f7f7;
}
.about-concept-box h4 {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 40px;
	background:url("images/about/bar_01.svg") no-repeat 0px 2px;
	background-size: 25px 25px;
	font-size: 1.1rem;
	font-weight:bold;
}





.about-greetings-box {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.about-greetings-photo {
	margin:0px 55px 0px 0px;
  padding:0px 0px 0px 0px;
	width:300px;
	float:left;
}

.about-greetings-name {
  margin:80px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:500px;
	float:left;
}

.about-greetings-name h3{
  font-size: 2.0rem;
	font-weight:normal;
}

.about-greetings-name h3 span{
	margin:0px 20px 0px 0px;
  padding:0px 0px 0px 0px;
  font-size: 1.0rem;
	font-weight:normal;
	vertical-align:top;
}

.about-greetings-name h4{
	margin:0px 0px 30px 0px;
  font-size: 1.2rem;
	font-weight:normal;
	line-height:170%;
}


.about-greetings-text {
	margin:0px 20px 0px 0px;
  padding:0px 0px 0px 0px;
	line-height:170%;
}

.about-greetings-text h5 {
	margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
	font-size: 1.2rem;
	line-height:170%;
}

.about-greetings-text p{
  text-indent: 1em;
}



/* ............//// access ////......... */

.access-area {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}


.access-box {
  margin:0px 0px 50px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}


.access-map-box {
  margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
}

.access-google-map {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	text-align:right;
}



/* ............//// excursion ////......... */

.excursion-area {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}

.excursion-info-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.excursion-box {
  margin:0px 0px 100px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.excursion-box h3 {
  margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	border-bottom:1px solid #e50012;
	overflow:hidden;
}

.excursion-box h4 {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
	font-size:1.3rem;
}

.excursion-box h5 {
  margin:0px 0px 10px 0px;
  padding:6px 20px 6px 20px;
	border:1px solid #e50012;
	display:inline-block;
	font-size:1.1rem;
	color:#e50012;
}

.excursion-box h3.type01 span.course-label {
  margin:0px 16px 0px 0px;
  padding:3px 0px 0px 0px;
	width:114px;
	height:35px;
	display:block;
	background-color:#e50012;
	color:#ffffff;
	text-align:center;
	float:left;
}
.excursion-box h3.type01 span.course-label em {
  margin:0px 0x 0px 0px;
  padding:0px 0px 0px 0px;
	font-style: normal;
}

.excursion-box h3.type01 span.course-name {
  margin:0px 0px 0px 0px;
  padding:2px 0px 0px 0px;
	display:block;
	height:35px;
	float:left;
}


.excursion-box h3.type02 span.course-label {
  margin:0px 16px 0px 0px;
  padding:3px 0px 0px 0px;
	width:114px;
	height:35px;
	display:block;
	background-color:#e50012;
	color:#ffffff;
	text-align:center;
	float:left;
}
.excursion-box h3.type02 span.course-label em {
  margin:0px 0x 0px 0px;
  padding:0px 0px 0px 0px;
	font-style: normal;
}
.excursion-box h3.type02 span.course-name {
  margin:0px 0px 0px 0px;
  padding:2px 0px 0px 0px;
	display:block;
	height:35px;
	float:left;
}


.excursion-box h3.type03 span.course-label {
  margin:0px 16px 0px 0px;
  padding:3px 0px 0px 0px;
	width:163px;
	height:35px;
	display:block;
	background-color:#e50012;
	color:#ffffff;
	text-align:center;
	float:left;
}
.excursion-box h3.type03 span.course-label em {
  margin:0px 0x 0px 0px;
  padding:0px 0px 0px 0px;
	font-style: normal;
}
.excursion-box h3.type03 span.course-name {
  margin:0px 0px 0px 0px;
  padding:2px 0px 0px 0px;
	display:block;
	height:35px;
	float:left;
}




.excursion-photo {
	margin:0px 0px 30px 0px;
	display: flex;
	justify-content: space-between; /* 画像の間に均等に余白を設定 */
}
.excursion-photo .excursion-photo-img01 {
	margin:0px 0px 10px 0px;
	width: 30%; /* 画像が3つ並ぶように設定 */
	height: auto;
}
.excursion-photo .excursion-photo-img01 img {
	margin:0px 0px 10px 0px;
}
.excursion-photo .excursion-photo-img01 p {
	text-align:center;
}

.excursion-photo .excursion-photo-img02 {
	margin:0px 0px 10px 0px;
	width: 22%; /* 画像が4つ並ぶように設定 */
	height: auto;
}
.excursion-photo .excursion-photo-img02 img {
	margin:0px 0px 10px 0px;
}
.excursion-photo .excursion-photo-img02 p {
	text-align:center;
}



.excursion-photo .excursion-photo-img03 {
	margin:0px 0px 10px 0px;
	width: 100%; /* 画像が4つ並ぶように設定 */
	height: auto;
}


.excursion-banner {
  margin:0px auto 120px;
  padding:0px 0px 0px 0px;
  width:405px;
}



/* ............//// application ////......... */

.application-area {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}


.application-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.application-box h3.type01 {
  margin:0px 0px 50px 0px;
  padding:0px 0px 0px 70px;
	background:url("images/application/bar_02.svg") no-repeat 0px 6px;
	background-size: 45px 32px;
	border-bottom:1px solid #e50012;
  line-height:180%;
	font-size:1.3rem;
}

.application-box h3.type02 {
  margin:0px 0px 50px 0px;
  padding:0px 0px 0px 70px;
	background:url("images/application/bar_02.svg") no-repeat 0px 6px;
	background-size: 45px 32px;
	border-bottom:1px solid #e50012;
  line-height:180%;
	font-size:1.3rem;
}


.application-text-block {
	margin:0px 0px 70px 0px;
  padding:0px 0px 0px 0px;
	/*font-size:0.9rem;*/
}

.application-text-block p.anno {
	margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
	clear:both;
}


.application-set01 {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.application-set01-left {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	float:left;
}

.application-set01-right01 {
	margin:0px 0px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}

.application-set01-right02 {
	margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
	float:left;
}

.application-set01-right01 p{
	margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.2rem;
}
.application-set01-right02 p.price {
	margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.2rem;
}
.application-set01-right02 p.anno {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:0.9rem;
}

.application-cat {
	margin:0px 55px 10px 0px;
  padding:25px 0px 25px 0px;
	border:1px solid #000000;
	min-width:195px;
	text-align:center;
	font-size:1.1rem;
}


.application-period-box {
	margin:0px 0px 50px 0px;
  padding:30px 0px 30px 0px;
	background:#f7f7f7;
	text-align:center;
}

.application-period-title {
	margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.2rem;
	font-weight:bold;
}

.application-period-date {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.2rem;
	font-weight:bold;
}

.application-period-date em {
	margin:0px 6px 0px 6px;
  padding:0px 0px 0px 0px;
	color:#e50012;
	font-style: normal;
	font-size:2.3rem;
	font-weight:bold;
	vertical-align:bottom;
}


.application-text-block ol {
  counter-reset: application-counter;
  list-style: none;
  padding: 0;
}

.application-text-block ol li {
  margin-bottom: 24px;
  padding-left: 30px;
  position: relative;
}

.application-text-block ol li:before {
  content: counter(application-counter);
  counter-increment: application-counter;
  background-color: #e50012;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 22px;
	margin-top:2px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}


.application-text-block ol li .application-bank-info {
	margin:0px 0px 0px 0px;
  padding:30px 0px 30px 70px;
	line-height:220%;
}


.application-contact-info-title {
	margin:0px 0px 6px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.1rem;
	font-weight:bold;
}

.application-contact-info {
	margin:0px 0px 30px 0px;
  padding:0px 0px 0px 18px;
}

.application-torikeshi {
	margin:0px auto 0px;
  padding:30px 0px 0px 0px;
	width:70%;
	text-align:center;
}



.application-iweb-btn-box {
  margin:0px 0px 0px 0px;
  padding:10px 0px 10px 0px;
  width:360px;
  text-align:left;
}

.application-iweb-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:100%;
}




.application-info-btn-box {
  margin:0px auto 200px;
  padding:80px 0px 0px 0px;
  width:480px;
  text-align:center;
}

.application-info-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:100%;
}




/* ............//// plan ////......... */
.plan-area {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}


.plan-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.plan-matter-box {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
}


.plan-matter-title {
  margin:0px 40px 0px 0px;
  padding:56px 0px 56px 0px;
	border:1px solid #000000;
	width:118px;
	float:left;
	text-align:center;
}

.plan-matter-text {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.plan-matter-text ol {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}
.plan-matter-text ol li {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	list-style-type:square;
	font-size:1.0rem;
}

.plan-matter-anno-box {
  margin:0px 0px 30px 0px;
  padding:34px 38px 34px 38px;
	background:#f7f7f7;
}

.plan-itinerary-box {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
}

.plan-itinerary-title {
  margin:0px 20px 20px 0px;
  padding:20px 0px 20px 0px;
	border:1px solid #000000;
	float:left;
	width:182px;
	text-align:center;
}

.plan-itinerary-anno {
  margin:0px 0px 0px 0px;
  padding:20px 0px 0px 0px;
	float:left;
}




.plan-itinerary-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    background: #fff;
    border: none;
}
.plan-itinerary-table th,
.plan-itinerary-table td {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    vertical-align: middle;
    box-sizing: border-box;
}
.plan-itinerary-table th {
    font-weight: 800;
    text-align: center;
}
.plan-itinerary-table thead th {
    color: #fff;
    background: #e50012;
}
.plan-itinerary-table tbody td:last-child {
  text-align: center;
}
.plan-itinerary-table thead th:first-child,
.plan-itinerary-table thead th:last-child {
  width: 20%;
}


.plan-list-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.plan-list-title {
  margin:0px 0px 30px 0px;
  padding:3px 0px 3px 0px;
	border-bottom:1px solid #ccc;
	float:left;
	width:545px;
	font-size:1.2rem;
	font-weight:800;
}

.plan-list-title span {
  margin:0px 20px 0px 0px;
  padding:5px 14px 5px 14px;
	background:#e50012;
	color:#ffffff;
	font-size:1.3rem;
}

.plan-list-photo {
	margin:36px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	float:left;
	width:375px;
}

.plan-list-info01 {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	position: relative;
}


.plan-list-info02 {
	margin:0px 0px -90px 0px;
  padding:0px 0px 0px 0px;
	/*width:545px;*/
	position: relative;
	top: -180px;
	left: 0px;
}


.plan-list-address {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.plan-list-tel {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

.plan-list-url {
  margin:0px 0px 20px 0px;
  padding:5px 30px 5px 30px;
	border-radius: 40px 40px 40px 40px;
	background:#efefef;
	display:inline-block;
	font-size:0.8rem;
	word-break:break-all;
}


.plan-list-price-box {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}




.plan-list-price-title {
  margin:0px 10px 0px 0px;
  padding:3px 0px 3px 0px;
	float:left;
	border:1px solid #ccc;
	width:90px;
	text-align:center;
}


.plan-list-bedtype {
  margin:0px 0px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}

.plan-list-bedtype-a-single{
  margin:0px *0px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}

.plan-list-bedtype-a-single img{
	width:82px;
}


.plan-list-bedtype-a-double{
  margin:0px -10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype-a-double img{
	width:82px;
}




.plan-list-url02 {
  margin:0px 0px 10px 0px;
  padding:5px 30px 5px 30px;
	border-radius: 40px 40px 40px 40px;
	background:#efefef;
	display:inline-block;
	font-size:0.8rem;
	word-break:break-all;
}

.plan-list-price-box02 {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.plan-list-price-title02 {
  margin:25px 10px 0px 0px;
  padding:3px 0px 3px 0px;
	float:left;
	border:1px solid #ccc;
	width:90px;
	text-align:center;
}


.plan-list-bedtype-box02 {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}


.plan-list-bedtype-block02 {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.plan-list-bedtype02-01 {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype02-01 img{
	width:72px;
}

.plan-list-bedtype02-02 {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype02-02 img{
  width:81px;
}




.plan-list-bedtype02-01-a-single {
  margin:0px 0px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype02-01-a-single img{
	width:82px;
}

.plan-list-bedtype02-01-a-semi-double {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype02-01-a-semi-double img{
	width:82px;
}

.plan-list-bedtype02-02-b-twin {
  margin:0px 5px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype02-02-b-twin img{
  width:82px;
}

.plan-list-bedtype02-02-c-twin {
  margin:0px 5px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype02-02-c-twin img{
  width:82px;
}

.plan-list-bedtype02-02-b-double {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype02-02-b-double img{
  width:82px;
}






.plan-list-price02 {
  margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
	float:left;
	font-size:1.2rem;
}





.plan-list-price {
  margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
	float:left;
	font-size:1.3rem;
}


.plan-list-item {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.plan-list-item img.plan-list-item-type01 {
  margin:0px 10px 0px 0px;
  padding:0px 0px 0px 0px;
	width:75px;
}

.plan-list-item img.plan-list-item-type02 {
  margin:0px 10px 0px 0px;
  padding:0px 0px 0px 0px;
	width:75px;
}

.plan-list-item img.plan-list-item-type03 {
  margin:0px 10px 0px 0px;
  padding:0px 0px 0px 0px;
	width:117px;
}

.plan-list-item img.plan-list-item-type04 {
  margin:0px 10px 0px 0px;
  padding:0px 0px 0px 0px;
	width:89px;
}




/* ............//// program ////......... */
.program-area {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}


.program-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.program-box dl {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
	clear:both;
}


.program-box dl dt {
  margin:0px 40px 10px 0px;
  padding:0px 0px 0px 0px;
	float:left;
}
.program-box dl dt.title02 {
	height:60px;
}

.program-box dl dd {
  margin:0px 0px 10px 0px;
}

.program-box dl dd.text02 {
	height:60px;
}

.program-ceremony-block {
  margin:0px 0px 50px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}


.program-ceremony-program {
  margin:0px 0px 50px 0px;
  padding:50px 50px 50px 50px;
	background:#f7f7f7;
}


.program-ceremony-venue {
  margin:0px 28px 20px 0px;
  padding:0px 0px 0px 0px;
	float:left;
	width:377px;
}

.program-ceremony-venue img {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
}


.program-ceremony-venue-title {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
	text-align:center;
	font-size:1.2rem;
}

.program-ceremony-venue-text {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.1rem;
	text-align:center;
}


.program-ceremony-arrow {
  margin:100px 28px 20px 0px;
  padding:0px 0px 0px 0px;
	float:left;
	width:110px;
}



.program-social-gathering {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
	float:left;
	width:377px;
}

.program-social-gathering img {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
}


.program-social-gathering-title {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
	text-align:center;
	font-size:1.2rem;
}



.program-memorial-box {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}
.program-memorial-block {
	margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.program-memorial-photo {
	margin:0px 55px 0px 0px;
  padding:0px 0px 0px 0px;
	width:400px;
	float:left;
}

.program-memorial-theme {
  margin:0px auto 20px;
  padding:7px 0px 7px 0px;
	border:1px solid #e50012;
	width:130px;
	color:#e50012;
	font-size:1.1rem;
	font-weight:bold;
}

.program-memorial-name {
  margin:80px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:400px;
	float:left;
	text-align:center;
}

.program-memorial-name h3{
	margin:0px 0px 20px 0px;
  font-size: 2.0rem;
	font-weight:normal;
}

.program-memorial-name h3 span {
	margin:0px 0px 14px 0px;
  padding:0px 0px 0px 0px;
	display:block;
  font-size: 1.2rem;
	font-weight:normal;
	vertical-align:top;
}

.program-memorial-name i{
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	color:#666666;
  font-size: 1.0rem;
	font-weight:normal;
	font-style:normal;
}

.program-memorial-name h4{
	margin:0px 0px 30px 0px;
  font-size: 1.6rem;
	font-weight:normal;
	line-height:170%;
}


.program-memorial-profile-box {
  margin:0px 0px 0px 0px;
  padding:40px 42px 40px 42px;
	background:#f7f7f7;
	overflow-wrap: break-word;
}
.program-memorial-profile-box h4 {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 40px;
	background:url("images/program/bar_01.svg") no-repeat 0px 2px;
	background-size: 25px 25px;
	font-size: 1.1rem;
	font-weight:bold;
}


.program-memorial-profile-text-box01 {
  margin:0px 0px 30px 0px;
  padding:0px 0px 0px 0px;
}


























/* ......../ media query /.......... */

@media (max-width: 1320px) {
/*@media (max-width: 768px) {*/
  .navbar {
    opacity: 0.95;
    height: 70px;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-area .hamburger-lines {
    display: block;
  font-family: "MPLUS-R", 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
font-weight:bold;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 70px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 55px;
    top: 20px;
    right: 0px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-area {
    padding:0px 0px 0px 0px;
    background-color:#ff0000;
    position: absolute;
    top: 0px;
    right: 0px;
    width:55px;
    height:100%
  }

  .navbar-container .hamburger-area .hamburger-lines {
    padding:0px 10px 0px 0px;
    display: block;
    height: 33px;
    width: 45px;
    position: absolute;
    top: 17px;
    right: 0px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color:#ffffff;
  }

  .navbar-container .hamburger-area .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
  }

  .navbar-container .hamburger-area .hamburger-lines .menu-text {
    display: block;
    height: 4px;
    width: 100%;
    font-size:11px;
  }

  .navbar-container .hamburger-area .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-area .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-area .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-area .hamburger-lines .line4 {
 
  }


  .navbar .menu-items {
    margin-top:0px;
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 30px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    font-family: "MPLUS-R", sans-serif;
    font-weight: 800;
  }

  .logo {
    margin-top:10px;
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 2rem;
  }


  .logo-img {
    width: 80%;
  }


  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-area .hamburger-lines .line1 {
    transform: rotate(35deg);
    position: absolute;
    left: 0px;
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-area .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-area .hamburger-lines .line3 {
    transform: rotate(-35deg);
    position: absolute;
    top:25px;
    left: 0px;
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-area .hamburger-lines .line4 {
    transform: scaleY(0);
  }







footer.footer-wrapper {
    margin: 0px 0px 0px 0px;
    padding:50px 0px 0px 0px;
    width:100%;
    background:#5b5758;
    overflow: hidden;
}

footer .footer-inner {
    margin: 0px auto 0px;
    padding:50px 0px 50px 0px;
    width:90%;
    overflow: hidden;
}


.footer-left {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:none;
}

.footer-right {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:none;
}


.footer-link-line01 {
  margin:0px 0px 30px 20px;
  overflow: auto;
  height:auto;
}
.footer-link-line02 {
  margin:0px 0px 30px 20px;
  overflow: auto;
  height:auto;
}


.footer-link-box01 {
    margin:0px 0px 30px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:left;
    width:50%;
    height:auto;
    color: #ffffff;
}

.footer-link-box02 {
    margin:0px 0px 30px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:left;
    width:50%;
    height:auto;
    color: #ffffff;
}

.footer-link-box03 {
    margin:0px 0px 30px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:left;
    width:50%;
    height:auto;
    color: #ffffff;
}


.footer-link-box04 {
    margin:0px 0px 30px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:left;
    width:50%;
    height:auto;
    color: #ffffff;
}


.footer-link-title {
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 46px;
    font-size: 14px;
    line-height: 32px;
    color:#999999;
}

footer .footer-inner ul {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 46px;
    font-size: 13px;
}

footer .footer-inner ul li {
    margin:0px 0px 10px 0px;
}

footer .footer-inner ul li a {
  text-decoration: none;
  color: #ffffff;
  /*font-weight: 500;
  font-weight: bold;*/
  transition: color 0.3s ease-in-out;
}

footer .footer-inner ul li a:hover {
  color: #999999;
  transition: color 0.3s ease-in-out;
}


footer .footer-logo {
    margin:0px 0px 0px 30px;
    padding:40px 0px 0px 0px;
}

footer .footer-logo img {
    width:160px;
}


footer .footer-address {
    margin: 0px auto 0px;
    padding:50px 0px 100px 0px;
    width:90%;
    overflow: hidden;
    color:#ffffff;
    font-size:13px;
    text-align:center;
}


footer .copyright {
    padding:25px 0px 25px 0px;
    background: #333333;
    color:#ffffff;
    text-align: center;
}






/* ............//// home main-img ////......... */
.main-img-area {
  margin:0px auto 0px;
  padding:70px 0px 0px 0px;
  max-width: 1200px;
  width:90%;
}


/* ............//// home NEWS ////......... */

.home-news-area {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
}

.home-news-area .info-bar {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:400px;
}

.home-news-box {
  margin:50px 0px 120px 0px;
  padding:0px 0px 0px 0px;
}

.home-news-list {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
}



.home-news-area dl{
  margin:0px 0px 32px 0px;
  padding:18px 40px 19px 40px;
  background-color:#eeedf2;
  overflow:hidden;
}

.home-news-area dl dt{
  margin:0px 40px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  width:130px;
  font-size: 18px;
}

.home-news-area dl dd{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  border-left:0px solid #000000;
	width:100%;
  float:left;
  font-size: 16px;
}




.home-news-list-btn-box {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:224px;
  text-align:center;
}

.home-news-list-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  display:block;
  width:90%;
}




/* ............//// home APPLICATION ////......... */
.home-application-area {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  max-width:1050px;
  width:94%;
}

.home-application-area .application-btn {
  margin:0px auto 120px;
  padding:0px 0px 0px 0px;
  display:block;
  min-width:240px;
  width:29%;
}






/* ............//// common ////......... */



.common-main-img-area {
  margin:0px auto 30px;
  padding:70px 0px 0px 0px;
  max-width: 1200px;
  width:90%;
}


.breadcrumb-area {
  margin:0px auto 30px;
  padding:0px 0px 0px 0px;
  max-width: 1200px;
  width:90%;
}


.common-wrapper {
	padding:0px 0px 0px 0px;/*アンカーリンク用に100*/
  margin:0px 0px 0px 0px;/*アンカーリンク用に-100*/
	border-top:1px solid #eeeeee;
	width:100%;
}

.common-info-bar {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:490px;
}


.contents-wrapper {
  margin:0px 0px 0px 8%;
  padding:0px 0px 0px 0px;
  /*background-color: #cccccc;*/
  max-width:925px;
  overflow:hidden;
}



/* ............//// news ////......... */

.news-area {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}


.news-box {
  margin:0px 0px 120px 0px;
  padding:0px 0px 0px 0px;
}

.news-list {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
}



.news-list dl{
  margin:0px 0px 32px 0px;
  padding:18px 40px 19px 40px;
  background-color:#eeedf2;
  overflow:hidden;
}

.news-list dl dt{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  width:130px;
  font-size: 18px;
}

.news-list dl dd{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	border-left:0px solid #000000;
	width:100%;
  float:left;
  font-size: 16px;
	/*overflow-wrap: break-word;*/
}


.news-list-btn-box {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:224px;
  text-align:center;
}

.news-list-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
	display:block;
  width:90%;
}





.news-entry-box {
  margin:0px 0px 80px 0px;
  padding::0px 0px 0px 0px;
}

.news-entry-block {
  margin:0px 0px 80px 0px;
  padding:20px 30px 20px 30px;
	background:#f7f7f7;
}

.news-entry-date {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

.news-entry-block h3 {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 40px;
	background:url("images/news/bar_01.svg") no-repeat 0px 2px;
	background-size: 25px 25px;
	font-size: 1.1rem;
	font-weight:bold;
}











/* ............//// about ////......... */

.about-area {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px; /* heightと同じ分のネガティブマージン */
}


.about-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;

}

.about-banner {
  margin:0px auto 120px;
  padding:0px 0px 0px 0px;
  width:276px;
}

.about-symbolmark-box {
	margin:0px 0px 70px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.about-logo {
	margin:0px 55px 30px 0px;
  padding:0px 0px 0px 0px;
	width:180px;
	float:left;
}

.about-logo-text {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:620px;
	float:left;
}

.about-logo-text h3{
  font-size: 1.5rem;
	font-weight:normal;
}

.about-logo-text h4{
	margin:0px 0px 40px 0px;
  font-size: 1.2rem;
	font-weight:normal;
	line-height:170%;
}


.about-concept-box {
  margin:0px 0px 0px 0px;
  padding:40px 62px 40px 62px;
	background:#f7f7f7;
}
.about-concept-box h4 {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 40px;
	background:url("images/about/bar_01.svg") no-repeat 0px 2px;
	background-size: 25px 25px;
	font-size: 1.1rem;
	font-weight:bold;
}


.about-greetings-box {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.about-greetings-photo {
	margin:0px 55px 0px 0px;
  padding:0px 0px 0px 0px;
	width:300px;
	float:left;
}

.about-greetings-name {
  margin:80px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:380px;
	float:left;
}

.about-greetings-name h3{
  font-size: 2.0rem;
	font-weight:normal;
}

.about-greetings-name h3 span{
	margin:0px 20px 0px 0px;
  padding:0px 0px 0px 0px;
  font-size: 1.0rem;
	font-weight:normal;
	vertical-align:top;
}

.about-greetings-name h4{
	margin:0px 0px 30px 0px;
  font-size: 1.2rem;
	font-weight:normal;
	line-height:170%;
}


.about-greetings-text {
	margin:0px 20px 0px 0px;
  padding:0px 0px 0px 0px;
	line-height:170%;
}

.about-greetings-text h5 {
	margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
	font-size: 1.2rem;
	line-height:170%;
}

.about-greetings-text p{
  text-indent: 1em;
}



/* ............//// access ////......... */

.access-area {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px; /* heightと同じ分のネガティブマージン */
}


/* ............//// excursion ////......... */

.excursion-area {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px; /* heightと同じ分のネガティブマージン */
}





/* ............//// application ////......... */

.application-area {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px; /* heightと同じ分のネガティブマージン */
}


.application-box {
  margin:0px 0px 50px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}


.application-iweb-btn-box {
  margin:0px 0px 0px 0px;
  padding:10px 0px 10px 0px;
  width:300px;
  text-align:left;
}

.application-iweb-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:100%;
}




.application-info-btn-box {
  margin:0px auto 200px;
  padding:80px 0px 0px 0px;
  width:420px;
  text-align:center;
}

.application-info-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:100%;
}





/* ............//// plan ////......... */
.plan-area {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px; /* heightと同じ分のネガティブマージン */
}


.plan-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.plan-matter-box {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
}


.plan-matter-title {
  margin:0px 40px 20px 0px;
  padding:20px 0px 20px 0px;
	border:1px solid #000000;
	width:182px;
	float:none;
	text-align:center;
}

.plan-matter-text {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.plan-matter-text ol {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 20px;
}
.plan-matter-text ol li {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
	list-style-type:square;
	font-size:1.0rem;
}

.plan-matter-anno-box {
  margin:0px 0px 40px 0px;
  padding:34px 38px 34px 38px;
	background:#f7f7f7;
}

.plan-itinerary-box {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
}

.plan-itinerary-title {
  margin:0px 20px 20px 0px;
  padding:20px 0px 20px 0px;
	border:1px solid #000000;
	float:left;
	width:182px;
	text-align:center;
}

.plan-itinerary-anno {
  margin:0px 0px 0px 0px;
  padding:20px 0px 0px 0px;
	float:left;
}



.plan-list-box {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}


.plan-list-title {
  margin:0px 0px 30px 0px;
  padding:3px 0px 3px 0px;
	border-bottom:1px solid #ccc;
	float:none;
	width:100%;
	font-size:1.2rem;
	font-weight:800;
}

.plan-list-title span {
  margin:0px 20px 0px 0px;
  padding:5px 14px 5px 14px;
	background:#e50012;
	color:#ffffff;
	font-size:1.3rem;
}

.plan-list-photo {
	margin:36px auto 0px;
  padding:0px 0px 0px 0px;
	float:none;
	width:100%;
}

.plan-list-info01 {
	margin:0px 0px 30px 0px;
  padding:0px 0px 0px 0px;
	position: relative;
}


.plan-list-info02 {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	/*width:545px;*/
	position: relative;
	top: 0px;
	left: 0px;
}


.plan-list-address {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.plan-list-tel {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

.plan-list-url {
  margin:0px 0px 20px 0px;
  padding:5px 30px 5px 30px;
	border-radius: 40px 40px 40px 40px;
	background:#efefef;
	display:inline-block;
	font-size:0.8rem;
	word-break:break-all;
}


.plan-list-price-box {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}





.plan-list-price-title {
  margin:0px 10px 0px 0px;
  padding:3px 0px 3px 0px;
	float:left;
	border:1px solid #ccc;
	width:90px;
	text-align:center;
}


.plan-list-bedtype {
  margin:0px 0px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}



.plan-list-url02 {
  margin:0px 0px 10px 0px;
  padding:5px 30px 5px 30px;
	border-radius: 40px 40px 40px 40px;
	background:#efefef;
	display:inline-block;
	font-size:0.8rem;
	word-break:break-all;
}

.plan-list-price-box02 {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.plan-list-price-title02 {
  margin:25px 10px 0px 0px;
  padding:3px 0px 3px 0px;
	float:left;
	border:1px solid #ccc;
	width:90px;
	text-align:center;
}

.plan-list-bedtype-box02 {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}


.plan-list-bedtype-block02 {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.plan-list-bedtype02-01 {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype02-02 {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}




.plan-list-price02 {
  margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
	float:left;
	font-size:1.3rem;
}




.plan-list-price {
  margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
	float:left;
	font-size:1.3rem;
}


.plan-list-item {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.plan-list-item img.plan-list-item-type01 {
  margin:0px 10px 0px 0px;
  padding:0px 0px 0px 0px;
	width:75px;
}

.plan-list-item img.plan-list-item-type02 {
  margin:0px 10px 0px 0px;
  padding:0px 0px 0px 0px;
	width:75px;
}

.plan-list-item img.plan-list-item-type03 {
  margin:0px 10px 0px 0px;
  padding:0px 0px 0px 0px;
	width:117px;
}

.plan-list-item img.plan-list-item-type04 {
  margin:0px 10px 0px 0px;
  padding:0px 0px 0px 0px;
	width:89px;
}






/* ............//// program ////......... */
.program-area {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px; /* heightと同じ分のネガティブマージン */
}


.program-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.program-box dl {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
	clear:both;
}


.program-box dl dt {
  margin:0px 40px 10px 0px;
  padding:0px 0px 0px 0px;
	float:left;
}
.program-box dl dt.title02 {
	height:60px;
}

.program-box dl dd {
  margin:0px 0px 10px 0px;
}

.program-box dl dd.text02 {
	height:60px;
}

.program-ceremony-block {
  margin:0px 0px 50px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}


.program-ceremony-program {
  margin:0px 0px 50px 0px;
  padding:50px 50px 50px 50px;
	background:#f7f7f7;
}


.program-ceremony-venue {
  margin:0px 30px 20px 0px;
  padding:0px 0px 0px 0px;
	float:left;
	width:290px;
}

.program-ceremony-venue img {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
}


.program-ceremony-venue-title {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
	text-align:center;
	font-size:1.2rem;
}

.program-ceremony-venue-text {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.1rem;
	text-align:center;
}


.program-ceremony-arrow {
  margin:40px 30px 20px 0px;
  padding:0px 0px 0px 0px;
	float:left;
	width:110px;
}




.program-social-gathering {
  margin:0px 30px 20px 0px;
  padding:0px 0px 0px 0px;
	float:left;
	width:290px;
}

.program-social-gathering img {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
}


.program-social-gathering-title {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
	text-align:center;
	font-size:1.2rem;
}



.program-memorial-box {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}
.program-memorial-block {
	margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.program-memorial-photo {
	margin:0px 55px 0px 0px;
  padding:0px 0px 0px 0px;
	width:400px;
	float:left;
}

.program-memorial-theme {
  margin:0px auto 20px;
  padding:7px 0px 7px 0px;
	border:1px solid #e50012;
	width:130px;
	color:#e50012;
	font-size:1.1rem;
	font-weight:bold;
}

.program-memorial-name {
  margin:80px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:400px;
	float:left;
	text-align:center;
}

.program-memorial-name h3{
  font-size: 2.0rem;
	font-weight:normal;
}

.program-memorial-name h3 span{
	margin:0px 20px 14px 0px;
  padding:0px 0px 0px 0px;
  font-size: 1.2rem;
	font-weight:normal;
	vertical-align:top;
}

.program-memorial-name h4{
	margin:0px 0px 30px 0px;
  font-size: 1.6rem;
	font-weight:normal;
	line-height:170%;
}


.program-memorial-profile-box {
  margin:0px 0px 0px 0px;
  padding:40px 62px 40px 62px;
	background:#f7f7f7;
	overflow-wrap: break-word;
}
.program-memorial-profile-box h4 {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 40px;
	background:url("images/program/bar_01.svg") no-repeat 0px 2px;
	background-size: 25px 25px;
	font-size: 1.1rem;
	font-weight:bold;
}







} /* end........//media query 1300px /.......... */





























/* ......../ media query 769px /.......... */

@media (max-width: 769px) {

  html {
    font-size: 95%;
  }


.sp-none {
	display: none;
	color:#ff0000;
	font-size: 2.2rem;
	font-weight:bold;
}


footer.footer-wrapper {
    margin: 0px 0px 0px 0px;
    padding:50px 0px 0px 0px;
    width:100%;
    /*background:#4d4d4d url("images/common/piano_lile_pc.png") no-repeat top center;*/
    background:#5b5758;
    overflow: hidden;
}

footer .footer-inner {
    margin: 0px auto 0px;
    padding:50px 0px 50px 0px;
    width:96%;
    overflow: hidden;
}


.footer-left {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:none;
}

.footer-right {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:none;
}


.footer-link-line01 {
  margin:0px 0px 30px 20px;
  overflow: auto;
  height:auto;
}
.footer-link-line02 {
  margin:0px 0px 30px 20px;
  overflow: auto;
  height:auto;
}


.footer-link-box01 {
    margin:0px 0px 30px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:none;
    width:100%;
    height:auto;
    color: #ffffff;
}

.footer-link-box02 {
    margin:0px 0px 30px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:none;
    width:100%;
    height:auto;
    color: #ffffff;
}

.footer-link-box03 {
    margin:0px 0px 30px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:none;
    width:100%;
    height:auto;
    color: #ffffff;
}


.footer-link-box04 {
    margin:0px 0px 30px 0px;
    padding:10px 0px 10px 0px;
    border-left:1px solid #999999;
    float:none;
    width:100%;
    height:auto;
    color: #ffffff;
}


.footer-link-title {
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 46px;
    font-size: 14px;
    line-height: 32px;
    color:#999999;
}

footer .footer-inner ul {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 46px;
    font-size: 13px;
}

footer .footer-inner ul li {
    margin:0px 0px 10px 0px;
}

footer .footer-inner ul li a {
  text-decoration: none;
  color: #ffffff;
  /*font-weight: 500;
  font-weight: bold;*/
  transition: color 0.3s ease-in-out;
}

footer .footer-inner ul li a:hover {
  color: #999999;
  transition: color 0.3s ease-in-out;
}


footer .footer-logo {
    margin:0px 0px 0px 30px;
    padding:40px 0px 0px 0px;
}

footer .footer-logo img {
    width:160px;
}


footer .footer-address {
    margin: 0px auto 0px;
    padding:50px 0px 100px 0px;
    width:90%;
    overflow: hidden;
    color:#ffffff;
    text-align:left;
}


footer .copyright {
    padding:25px 0px 25px 0px;
    background: #333333;
    color:#ffffff;
    text-align: center;
		font-size: 0.8rem;
}








/* ............//// home main-img ////......... */

.main-img-area {
  margin:0px auto 0px;
  padding:70px 0px 0px 0px;
  max-width: 1200px;
  width:90%;
}


/* ............//// home NEWS ////......... */

.home-news-area {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
}

.home-news-area .info-bar {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:490px;
}


.home-news-box {
  margin:50px 0px 50px 0px;
  padding:0px 0px 0px 0px;
}

.home-news-list {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
}




.home-news-area dl{
  margin:0px 0px 32px 0px;
  padding:18px 40px 19px 40px;
  background-color:#eeedf2;
  overflow:hidden;
}

.home-news-area dl dt{
  margin:0px 40px 0px 0px;
  padding:0px 0px 0px 0px;
  border-right:0px solid #000000;
  float:left;
  width:130px;
  font-size: 17px;
}

.home-news-area dl dd{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  font-size: 15px;
}


.home-news-list-btn-box {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:224px;
  text-align:center;
}

.home-news-list-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  display:block;
  width:85%;
}


/* ............//// home MENU IMG ////......... */
.home-menu-area {
  margin:0px auto 60px;
  padding:0px 0px 0px 0px;
  max-width:1050px;
  width:94%;
}

.home-menu-area .menu-btn {
  margin:0px 0px 30px 0px;
  padding:0px 0px 0px 0px;
  display:block;
}


/* ............//// home APPLICATION ////......... */
.home-application-area {
  margin:0px auto 100px;
  padding:0px 0px 0px 0px;
  max-width:1050px;
  width:94%;
}

.home-application-area .application-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  display:block;
  width:300px;
}





/* ............//// common ////......... */

.common-main-img-area {
  margin:0px auto 20px;
  padding:70px 0px 0px 0px;
  max-width: 1200px;
  width:100%;
}


.breadcrumb-area {
  margin:0px auto 30px;
  padding:0px 0px 0px 0px;
  max-width: 1200px;
  width:100%;
}


.breadcrumb {
    display: flex;
    gap: 0 20px;
    list-style: none;
    padding: 6px 0 6px 18px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f7f7f7;
    font-size: 0.8rem;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.breadcrumb li:first-child a::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    margin-bottom:2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    content: '';
}

.breadcrumb li:not(:last-child)::before,
.breadcrumb li:not(:last-child)::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content:'';
}

.breadcrumb li:not(:last-child)::before{
    right: 0;
    border-left: 10px solid #c6cdd3;
}

.breadcrumb li:not(:last-child)::after{
    right: 1px;
    border-left: 10px solid #f7f7f7;
}

/*
.breadcrumb a {
    color: #333333;
    text-decoration: none;
}
*/


.common-info {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  max-width:1000px;
	width: 100%;
}


.common-info-bar {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:90%;
}


.contents-wrapper {
  margin:0px 0px 0px 4%;
  padding:0px 0px 0px 0px;
  /*background-color: #cccccc;*/
  max-width:769px;
  overflow:hidden;
}




/* ............//// news ////......... */

.news-area {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px; /* heightと同じ分のネガティブマージン */
}


.news-box {
  margin:0px 0px 120px 0px;
  padding:0px 0px 0px 0px;
}

.news-list {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
}



.news-list dl{
  margin:0px 0px 32px 0px;
  padding:18px 40px 19px 40px;
  background-color:#eeedf2;
  overflow:hidden;
}

.news-list dl dt{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  width:130px;
  font-size: 18px;
}

.news-list dl dd{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	border-left:0px solid #000000;
	width:100%;
  float:left;
  font-size: 16px;
	/*overflow-wrap: break-word;*/
}


.news-list-btn-box {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:224px;
  text-align:center;
}

.news-list-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
	display:block;
  width:85%;
}









/* ............//// about ////......... */

.about-area {

}


.about-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;

}

.about-banner {
  margin:0px auto 60px;
  padding:0px 0px 0px 0px;
  width:276px;
}

.about-symbolmark-box {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.about-logo {
	margin:0px auto 40px;
  padding:0px 0px 0px 0px;
	width:180px;
	float:none;
}

.about-logo-text {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	float:left;
}

.about-logo-text h3{
  font-size: 1.3rem;
	font-weight:normal;
}

.about-logo-text h4{
	margin:0px 0px 40px 0px;
  font-size: 1.1rem;
	font-weight:normal;
	line-height:170%;
}


.about-concept-box {
  margin:0px 0px 0px 0px;
  padding:40px 20px 40px 20px;
	background:#f7f7f7;
}
.about-concept-box h4 {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 40px;
	background:url("images/about/bar_01.svg") no-repeat 0px 2px;
	background-size: 25px 25px;
	font-size: 1.2rem;
	font-weight:bold;
}



.about-greetings-box {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.about-greetings-photo {
	margin:0px 20px 0px 0px;
  padding:0px 0px 0px 0px;
	width:240px;
	float:left;
}

.about-greetings-name {
  margin:30px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:260px;
	float:left;
}

.about-greetings-name h3{
  font-size: 1.8rem;
	font-weight:normal;
}

.about-greetings-name h3 span{
	margin:0px 20px 4px 0px;
  padding:0px 0px 0px 0px;
	display:block;
  font-size: 1.2rem;
	font-weight:normal;
	vertical-align:top;
}

.about-greetings-name h4{
	margin:0px 0px 14px 0px;
  font-size: 1.2rem;
	font-weight:normal;
	line-height:170%;
}


.about-greetings-text {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	line-height:170%;
}

.about-greetings-text h5 {
	margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
	font-size: 1.2rem;
	line-height:170%;
	text-align:center;
}

.about-greetings-text p{
  text-indent: 1em;
}




/* ............//// access ////......... */

.access-area {

}

.access-google-map {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	text-align:center;
}



/* ............//// excursion ////......... */

.excursion-area {

}

.excursion-info-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}


.excursion-box {
  margin:0px 0px 80px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.excursion-box h3 {
  margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	border-bottom:1px solid #e50012;
}

.excursion-box h4 {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
	font-size:1.1rem;
}

.excursion-box h5 {
  margin:0px 0px 10px 0px;
  padding:6px 20px 6px 20px;
	border:1px solid #e50012;
	display:inline-block;
	font-size:1.0rem;
	color:#e50012;
}

.excursion-box h3.type01 span.course-label {
  margin:0px 16px 0px 0px;
  padding:22px 0px 0px 0px;
	width:50px;
	height:55px;
	display:block;
	background-color:#e50012;
	color:#ffffff;
	text-align:center;
	float:left;
	font-size:0.8rem;
}

.excursion-box h3.type01 span.course-label em {
  margin:0px 0x 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.4rem;
	font-style: normal;
	line-height:60%;
}

.excursion-box h3.type01 span.course-name {
  margin:0px 0px 0px 0px;
  padding:2px 0px 0px 0px;
	display:block;
	height:auto;
	float:left;
	font-size:1.0rem;
	line-height:170%;
}


.excursion-box h3.type02 span.course-label {
  margin:0px 16px 0px 0px;
  padding:35px 0px 0px 0px;
	width:60px;
	height:80px;
	display:block;
	background-color:#e50012;
	color:#ffffff;
	text-align:center;
	float:left;
	font-size:0.8rem;
}

.excursion-box h3.type02 span.course-label em {
  margin:0px 0x 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.4rem;
	font-style: normal;
	line-height:60%;
}

.excursion-box h3.type02 span.course-name {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	display:block;
	height:auto;
	float:left;
	font-size:1.0rem;
	line-height:170%;
}



.excursion-box h3.type03 span.course-label {
  margin:0px 16px 0px 0px;
  padding:8px 0px 0px 0px;
	width:70px;
	height:55px;
	display:block;
	background-color:#e50012;
	color:#ffffff;
	text-align:center;
	float:left;
	font-size:0.8rem;
}

.excursion-box h3.type03 span.course-label em {
  margin:0px 0x 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.1rem;
	font-style: normal;
	line-height:120%;
}

.excursion-box h3.type03 span.course-name {
  margin:0px 0px 0px 0px;
  padding:12px 0px 0px 0px;
	display:block;
	height:auto;
	float:left;
	font-size:1.0rem;
	line-height:170%;
}







.excursion-photo {
  flex-wrap: wrap; /* 画像を折り返す */
}
.excursion-photo .excursion-photo-img01 {
  width: 80%; /* 1つ並べる */
  margin: 0px auto 20px;
}
.excursion-photo .excursion-photo-img01 img {
	margin:0px 0px 10px 0px;
}
.excursion-photo .excursion-photo-img01 p {
	text-align:center;
}

.excursion-photo .excursion-photo-img02 {
  width: 80%; /* 1つ並べる */
  margin: 0px auto 20px;
}
.excursion-photo .excursion-photo-img02 img {
	margin:0px 0px 10px 0px;
}
.excursion-photo .excursion-photo-img02 p {
	text-align:center;
}


.excursion-banner {
  margin:0px auto 120px;
  padding:0px 0px 0px 0px;
  width:90%;
}



/* ............//// application ////......... */

.application-area {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px; /* heightと同じ分のネガティブマージン */
}


.application-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.application-box h3.type01 {
  margin:0px 0px 30px 0px;
  padding:0px 0px 0px 44px;
	background:url("images/application/bar_02.svg") no-repeat 0px 5px;
	background-size: 35px 26px;
	border-bottom:1px solid #e50012;
  line-height:180%;
	font-size:1.1rem;
}

.application-box h3.type02 {
  margin:0px 0px 30px 0px;
  padding:0px 0px 0px 44px;
	background:url("images/application/bar_02.svg") no-repeat 0px 20px;
	background-size: 35px 26px;
	border-bottom:1px solid #e50012;
  line-height:140%;
	font-size:1.1rem;
}



.application-text-block {
	margin:0px 0px 50px 0px;
  padding:0px 0px 0px 0px;
}

.application-text-block p.anno {
	margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
	clear:both;
	font-size:0.8rem;
}


.application-set01 {
	margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.application-set01-left {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	float:left;
}

.application-set01-right01 {
	margin:0px 0px 0px 0px;
  padding:2px 0px 0px 0px;
	float:left;
}

.application-set01-right02 {
	margin:0px 0px 0px 0px;
  padding:2px 0px 0px 0px;
	float:left;
	line-height:120%;
}

.application-set01-right01 p {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:0.9rem;
}

.application-set01-right02 p.price {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:0.9rem;
}
.application-set01-right02 p.anno {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:0.8rem;
}

.application-cat {
	margin:0px 10px 10px 0px;
  padding:0px 0px 0px 0px;
	border:1px solid #000000;
	min-width:125px;
	height: 60px;
	line-height: 60px;
	text-align:center;
	font-size:0.9rem;
}



.application-period-box {
	margin:0px 0px 20px 0px;
  padding:30px 0px 30px 0px;
	background:#f7f7f7;
	text-align:center;
}

.application-period-title {
	margin:0px 0px 5px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.0rem;
	font-weight:bold;
}

.application-period-date {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	font-size:0.8rem;
	font-weight:bold;
}

.application-period-date em {
	margin:0px 2px 0px 2px;
  padding:0px 0px 0px 0px;
	color:#e50012;
	font-style: normal;
	font-size:1.3rem;
	font-weight:bold;
	vertical-align:bottom;
}


.application-text-block ol {
  counter-reset: application-counter;
  list-style: none;
  padding: 0;
}

.application-text-block ol li {
  margin-bottom: 24px;
  padding-left: 30px;
  position: relative;
}

.application-text-block ol li:before {
  content: counter(application-counter);
  counter-increment: application-counter;
  background-color: #e50012;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 22px;
	margin-top:2px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}


.application-text-block ol li .application-bank-info {
	margin:0px 0px 0px 0px;
  padding:30px 0px 30px 40px;
	line-height:220%;
}


.application-contact-info-title {
	margin:0px 0px 6px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.1rem;
	font-weight:bold;
}

.application-contact-info {
	margin:0px 0px 30px 0px;
  padding:0px 0px 0px 18px;
}

.application-torikeshi {
	margin:0px auto 0px;
  padding:30px 0px 0px 0px;
	width:100%;
	text-align:center;
}




.application-iweb-btn-box {
  margin:0px 0px 0px 0px;
  padding:10px 0px 10px 0px;
  width:60%;
  text-align:left;
}

.application-iweb-btn {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:100%;
}




.application-info-btn-box {
  margin:0px auto 100px;
  padding:40px 0px 0px 0px;
  width:90%;
  text-align:center;
}

.application-info-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:80%;
}




/* ............//// plan ////......... */
.plan-area {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}


.plan-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.plan-matter-box {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
}


.plan-matter-title {
  margin:0px 40px 20px 0px;
  padding:10px 0px 10px 0px;
	border:1px solid #000000;
	width:182px;
	float:none;
	text-align:center;
}

.plan-matter-text {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.plan-matter-text ol {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 20px;
	clear:both;
}
.plan-matter-text ol li {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
	list-style-type:square;
	list-style-position: outside;
	display: list-item;
	font-size:1.0rem;
}

.plan-matter-anno-box {
  margin:0px 0px 30px 0px;
  padding:14px 14px 14px 14px;
	background:#f7f7f7;
}

.plan-itinerary-box {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
}

.plan-itinerary-title {
  margin:0px 20px 20px 0px;
  padding:10px 0px 10px 0px;
	border:1px solid #000000;
	float:left;
	width:182px;
	text-align:center;
}

.plan-itinerary-anno {
  margin:0px 0px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}










  .plan-itinerary-table thead {
    display:none;
  }
  .plan-itinerary-table tr {
    background-color: unset;
  }
  .plan-itinerary-table th, .ex_plan-itinerary-table td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .plan-itinerary-table tbody th{
    background: #e50012;
    color:#fff;
    text-align: center;
  }
  .plan-itinerary-table tbody tr td:not(:last-child) {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .plan-itinerary-table tbody tr td:not(:last-child)::before{
    content: attr(data-label);
    width: fit-content;
    padding: 0.2em 1em;
    border-radius: 100vw;
    font-size: 13px;
    background: #efbdc1;
  }
  .plan-itinerary-table tbody td:last-child::before{
    content: attr(data-label);
    display: inline-block;
    margin-right: 10px;
  }
  .plan-itinerary-table tbody td:last-child{
    display: flex;
    justify-content: space-between;
  }



.plan-list-box {
  margin:0px 0px 60px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}


.plan-list-title {
  margin:0px 0px 30px 0px;
  padding:3px 0px 3px 0px;
	border-bottom:1px solid #ccc;
	float:none;
	width:100%;
	font-size:1.1rem;
	font-weight:800;
}

.plan-list-title span {
  margin:0px 10px 0px 0px;
  padding:5px 12px 5px 12px;
	background:#e50012;
	color:#ffffff;
	font-size:1.2rem;
}

.plan-list-photo {
	margin:36px auto 0px;
  padding:0px 0px 0px 0px;
	float:none;
	width:100%;
}

.plan-list-info01 {
	margin:0px 0px 30px 0px;
  padding:0px 0px 0px 0px;
	position: relative;
}


.plan-list-info02 {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	/*width:545px;*/
	position: relative;
	top: 0px;
	left: 0px;
}


.plan-list-address {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.plan-list-tel {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

.plan-list-url {
  margin:0px 0px 20px 0px;
  padding:5px 30px 5px 30px;
	border-radius: 40px 40px 40px 40px;
	background:#efefef;
	display:inline-block;
	font-size:0.8rem;
	word-break:break-all;
}


.plan-list-price-box {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}





.plan-list-price-title {
  margin:0px 10px 0px 0px;
  padding:3px 0px 3px 0px;
	float:left;
	border:1px solid #ccc;
	width:90px;
	text-align:center;
}


.plan-list-bedtype {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}



.plan-list-url02 {
  margin:0px 0px 10px 0px;
  padding:5px 30px 5px 30px;
	border-radius: 40px 40px 40px 40px;
	background:#efefef;
	display:inline-block;
	font-size:0.8rem;
	word-break:break-all;
}

.plan-list-price-box02 {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.plan-list-price-title02 {
  margin:25px 10px 0px 0px;
  padding:3px 0px 3px 0px;
	float:left;
	border:1px solid #ccc;
	width:90px;
	text-align:center;
}

.plan-list-bedtype-box02 {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}



.plan-list-bedtype-block02 {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.plan-list-bedtype02-01 {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-bedtype02-02 {
  margin:0px 10px 0px 0px;
  padding:10px 0px 0px 0px;
	float:left;
}
.plan-list-price02 {
  margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
	float:left;
	font-size:1.2rem;
}




.plan-list-price {
  margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
	float:left;
	font-size:1.2rem;
}


.plan-list-item {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.plan-list-item img.plan-list-item-type01 {
  margin:0px 10px 10px 0px;
  padding:0px 0px 0px 0px;
	width:75px;
}

.plan-list-item img.plan-list-item-type02 {
  margin:0px 10px 10px 0px;
  padding:0px 0px 0px 0px;
	width:75px;
}

.plan-list-item img.plan-list-item-type03 {
  margin:0px 10px 10px 0px;
  padding:0px 0px 0px 0px;
	width:117px;
}

.plan-list-item img.plan-list-item-type04 {
  margin:0px 10px 10px 0px;
  padding:0px 0px 0px 0px;
	width:89px;
}








/* ............//// program ////......... */
.program-area {
  padding-top: 70px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px; /* heightと同じ分のネガティブマージン */
}


.program-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;
}

.program-box dl {
  margin:0px 0px 30px 0px;
  padding:0px 0px 0px 0px;
	clear:both;
}


.program-box dl dt {
  margin:0px 40px 0px 0px;
  padding:0px 0px 0px 0px;
	float:none;
}
.program-box dl dt.title02 {
	height:auto;
}

.program-box dl dd {
  margin:0px 0px 20px 0px;
}

.program-box dl dd.text02 {
	height:auto;
}

.program-ceremony-block {
  margin:0px 0px 50px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}


.program-ceremony-program {
  margin:0px 0px 50px 0px;
  padding:20px 20px 20px 20px;
	background:#f7f7f7;
}


.program-ceremony-venue {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	float:none;
	width:100%;
}

.program-ceremony-venue img {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
}


.program-ceremony-venue-title {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
	text-align:center;
	font-size:1.2rem;
}

.program-ceremony-venue-text {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
	font-size:1.1rem;
	text-align:center;
}


.program-ceremony-arrow {
  margin:0px auto 20px;
  padding:0px 0px 0px 110px;
	float:none;
	width:240px;
}



.program-social-gathering {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	float:none;
	width:100%
}

.program-social-gathering img {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
}


.program-social-gathering-title {
  margin:0px 0px 16px 0px;
  padding:0px 0px 0px 0px;
	text-align:center;
	font-size:1.2rem;
}



.program-memorial-box {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}
.program-memorial-block {
	margin:0px 0px 30px 0px;
  padding:0px 0px 0px 0px;
	overflow:hidden;
}

.program-memorial-photo {
	margin:0px 20px 30px 0px;
  padding:0px 0px 0px 0px;
	width:160px;
	float:left;
}


.program-memorial-name {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:140px;
	float:left;
	text-align:left;
}



.program-memorial-theme {
  margin:0px 0px 4px 0px;
  padding:1px 0px 1px 0px;
	border:1px solid #e50012;
	width:90px;
	color:#e50012;
	font-size:0.8rem;
	font-weight:bold;
	text-align:center;
}

.program-memorial-name h3{
	margin:0px 0px 0px 0px;
  font-size: 1.1rem;
	font-weight:normal;
}


.program-memorial-name h3 span{
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-size: 0.9rem;
	font-weight:normal;
	vertical-align:top;
}


.program-memorial-name i{
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-size: 0.9rem;
	font-weight:normal;
	font-style:normal;
}



.program-memorial-name h4{
	margin:0px 0px 4px 0px;
  font-size: 1.0rem;
	font-weight:normal;
	line-height:170%;
	overflow-wrap: break-word;
}


.program-memorial-profile-box {
  margin:0px 0px 0px 0px;
  padding:20px 20px 10px 20px;
	background:#f7f7f7;
	overflow-wrap: break-word;
}
.program-memorial-profile-box h4 {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 40px;
	background:url("images/program/bar_01.svg") no-repeat 0px 2px;
	background-size: 25px 25px;
	font-size: 1.1rem;
	font-weight:bold;
}









} /* end........//media query 769px /.......... */















@media (max-width: 500px) {
  html {
    font-size: 95%;
  }


  .navbar .menu-items li {
    margin-bottom: 1.4rem;
    font-size: 1.1rem;
    font-weight: 500;
  }



/* ............//// common ////......... */

.common-main-img-area {
  margin:0px auto 20px;
  padding:70px 0px 0px 0px;
  max-width: 1200px;
  width:100%;
}


.breadcrumb-area {
  margin:0px auto 30px;
  padding:0px 0px 0px 0px;
  max-width: 1200px;
  width:100%;
}


.breadcrumb {
    display: flex;
    gap: 0 20px;
    list-style: none;
    padding: 6px 0 6px 18px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f7f7f7;
    font-size: 0.9rem;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.breadcrumb li:first-child a::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    margin-bottom:2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    content: '';
}

.breadcrumb li:not(:last-child)::before,
.breadcrumb li:not(:last-child)::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content:'';
}

.breadcrumb li:not(:last-child)::before{
    right: 0;
    border-left: 10px solid #c6cdd3;
}

.breadcrumb li:not(:last-child)::after{
    right: 1px;
    border-left: 10px solid #f7f7f7;
}

/*
.breadcrumb a {
    color: #333333;
    text-decoration: none;
}
*/


.common-info-bar {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:90%;
}


.contents-wrapper {
  margin:0px 0px 0px 1%;
  padding:0px 0px 0px 0px;
  /*background-color: #cccccc;*/
  max-width:925px;
  overflow:hidden;
}






/* ............//// about ////......... */

.about-area {

}


.about-box {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  line-height:180%;
	overflow:hidden;

}

.about-banner {
  margin:0px auto 120px;
  padding:0px 0px 0px 0px;
  width:276px;
}

.about-symbolmark-box {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.about-logo {
	margin:0px auto 40px;
  padding:0px 0px 0px 0px;
	width:180px;
	float:none;
}

.about-logo-text {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	float:left;
}

.about-logo-text h3 {
  font-size: 1.3rem;
	font-weight:normal;
}

.about-logo-text h4 {
	margin:0px 0px 30px 0px;
  font-size: 1.1rem;
	font-weight:normal;
	line-height:170%;
}


.about-concept-box {
  margin:0px 0px 0px 0px;
  padding:40px 20px 40px 20px;
	background:#f7f7f7;
}
.about-concept-box h4 {
  margin:0px 0px 20px 0px;
  padding:0px 0px 0px 40px;
	background:url("images/about/bar_01.svg") no-repeat 0px 0px;
	background-size: 25px 25px;
	font-size: 1.1rem;
	font-weight:bold;
}



.about-greetings-box {
	margin:0px 0px 40px 0px;
  padding:0px 0px 0px 0px;
	width:100%;
	overflow:hidden;
}

.about-greetings-photo {
	margin:0px 20px 0px 0px;
  padding:0px 0px 0px 0px;
	width:140px;
	float:left;
}

.about-greetings-name {
  margin:0px 0px 0px 0px;
  padding:4px 0px 0px 0px;
	width:150px;
	float:left;
}

.about-greetings-name h3 {
  font-size: 1.2rem;
	font-weight:normal;
}

.about-greetings-name h3 span {
	margin:0px 20px 0px 0px;
  padding:0px 0px 0px 0px;
	display:block;
  font-size: 0.9rem;
	font-weight:normal;
	vertical-align:top;
}

.about-greetings-name h4 {
	margin:0px 0px 14px 0px;
  font-size: 0.9rem;
	font-weight:normal;
	line-height:170%;
}


.about-greetings-text {
	margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	line-height:170%;
}

.about-greetings-text h5 {
	margin:0px 0px 20px 0px;
  padding:0px 0px 0px 0px;
	font-size: 1.2rem;
	line-height:170%;
	text-align:center;
}

.about-greetings-text p {
  text-indent: 1em;
}


/* ............//// access ////......... */

.access-area {

}

/* ............//// excursion ////......... */

.excursion-area {

}



/* ............//// application ////......... */
.application-iweb-btn-box {
  margin:0px 0px 0px 0px;
  padding:10px 0px 10px 0px;
  width:80%;
  text-align:left;
}

.application-iweb-btn {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:100%;
}




.application-info-btn-box {
  margin:0px auto 100px;
  padding:40px 0px 0px 0px;
  width:90%;
  text-align:center;
}

.application-info-btn {
  margin:0px auto 0px;
  padding:0px 0px 0px 0px;
  width:80%;
}




} /* end........//media query 500px /.......... */








@media (min-width: 769px) and (max-width: 1200px) {
  .img-container h3 {
    font-size: 1.5rem;
  }

  .img-container .btn {
    font-size: 0.7rem;
  }
}


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

.br-sp {display: none; }

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

}



@media (orientation: landscape) and (max-height: 500px) {
  .showcase-area {
    height: 50vmax;
  }
}






