@charset "utf-8";
/* CSS Document */
/* ======================= 共通 * PC  =========================*/
* {margin: 0; padding: 0; box-sizing: border-box; border-collapse: collapse;}
header,footer,nav,section,article,aside {display: block;}
body {font-size: 16px; line-height: 1; background-color: #FFF; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
p,li,h1,h2,h3,h4,h5,th,td,dl,dt,dd,label,a {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1rem; list-style: none;}
li,p,th,td,dl,dt,dd {line-height: 1.6;}
p {text-indent: inherit; font-size: 0.95rem; margin-left: 2rem;}
a {color: #000; text-decoration: none; border-bottom: #333 dotted 1px;}
header a {border-bottom: none;}
a img {margin-bottom: -9px;}
a:hover {opacity: 0.7; filter: alpha(opacity=70); -ms-filter: alpha(opacity=70);}
.cf:before,.cf:after {content: ""; display: table; clear: both;float: none;}
.cf:after {clear: both;}
.cf {zoom: 1;}
/* For IE 6/7 */
.gothic {font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}
#page-top {position: fixed; bottom: 20px; right: 20px; font-size: 77%;}
#page-top a {background: #666; text-decoration: none; color: #fff; width: 70px; padding: 30px 0; text-align: center; display: block; border-radius: 5px;}
#page-top a:hover {text-decoration: none; background: #999;}
#wrapper {width: 100%; height: auto; background: #FFFFFF;}
.cblock {width:100%; width: 1000px; margin: auto; position: relative;}
h2 {font-size: 24px; font-weight: normal; margin-bottom: 0;}
h2:before {content: url(../img/common/mrk01.svg); width: 24px; height: auto; display: block; float: left; margin: 0 12px 3px 0;}
h3 {font-size: 18px; font-weight: normal; line-height: 1.2;}
h3:before {content: url(../img/common/mrk02.svg); width: 21px; height: auto; display: block; float: left; margin: 0 4px 0 0;}
h4 {font-size: 16px; font-weight: normal; line-height: 1.5;}
h4:before {content: "●"; color: #FFC877; margin: 0 4px 0 0;}
h5 {font-size: 14px; font-weight: normal; line-height: 1.5;}
h5:before {content: "❖"; color: #FFC877; margin: 0 4px 0 0;}
.sp_show {display: none;}
.pc_show {display: block;}
.flRight {float: right; margin: 0 0 0 10px;}
.flLeft {float: left;}
.alRight {text-align: right;}
.aCenter {text-align: center;}
.alLeft {text-align: left;}
.small {font-size: smaller;}
.w200px {width: 200px; height: auto;}
.w300px {width: 300px; height: auto;}
.w400px {width: 400px; height: auto;}
img {max-width: 100%; height: auto;}
.caution {font-size: .9rem; color: #F44611;}
.no-indent {text-indent: inherit; margin-left: 1rem;}
.strong {font-weight: 700;}
body, #wrapper {display: flex;flex-direction: column;min-height: 100vh;}
footer {margin-top: auto;}
#body {flex: 1;}
/* ======================= 共通 * PC  =========================*/

/* ======================= HEADER * PC  =========================*/
header {position: relative; width: 100%;}
#header_upper {height: 142px; border-bottom: solid 2px #364A59; background-color: #FFF;}
#header_upper .inblock {text-align: center;}
#header_upper #mn_main {position: absolute; margin: auto; top: 100px; height: 40px; width: 100%; display: flex; justify-content: space-between; -ms-flex-justify-content: space-between; -webkit-flex-justify-content: space-between; -webkit-box-justify-content: space-between;}
#header_upper #mn_main>li {display: block; margin: 0; padding: 0 40px; height: 40px; width: auto; color: #000; font-weight: normal;}
#header_upper #mn_main>li>a {color: #000; padding-bottom: 20px;}
#header_upper #mn_main>li>a:hover {display: block; background: url(../img/common/gnav_current-point.png) no-repeat; background-position: bottom center; padding-bottom: 14px;}
#header_upper #mn_main>li.current {background: url(../img/common/gnav_current-point.png) no-repeat; background-position: bottom center;}
#header_upper #mn_annex {background: #FFF; position: absolute; top: 42px; right: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between;}
#header_upper #mn_annex li {display: block; font-size: 0.875rem; margin-left: .4rem;}
#header_upper #mn_annex li a {margin-left: 2rem; color: #000;}
#header_upper .sns {width: 2rem;}
#header_upper .sns:last-child {margin-left: -20px; margin-bottom: 20px;}
header #logo {width: 298px; height: 43px; background: url(../img/common/logo_hrs.svg) no-repeat; background-size: cover; text-indent: -9999px; position: absolute; top: 32px; left: 0;}
header #logo a {display: block; width: 298px; height: 43px;}
#spmnbtn {display: none;}
.mnsub_about {visibility: hidden; position: absolute; top: 24px;}
#hv_about:hover .mnsub_about {visibility: visible; z-index: 2;}
.mnsub_about li {height: 0; overflow: hidden; width: 150%; text-align: center; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s;}
#hv_about:hover .mnsub_about li {overflow: visible; background: #364A59; border-bottom: 1px solid #FFF; padding: 12px; height: 3rem; z-index: 2;}
#hv_about:hover .mnsub_about li.e-menu {overflow: visible; background: #364A59; border-bottom: 1px solid #FFF; padding: 3px 12px 0; height: 3rem; z-index: 2;}
.mnsub_about li a {color: #FFF;}
.mnsub_ceremony {visibility: hidden; position: absolute; top: 24px;}
#hv_ceremony:hover .mnsub_ceremony {visibility: visible; z-index: 2;}
.mnsub_ceremony li {height: 0; overflow: hidden; width: 150%; text-align: center; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s;}
#hv_ceremony:hover .mnsub_ceremony li {overflow: visible; background: #364A59; border-bottom: 1px solid #FFF; padding: 12px; height: 3rem; z-index: 2;}
.mnsub_ceremony li a {color: #FFF;}
#header_lower {height: auto; background-color: #364A59; opacity: 0.9;}
#header_lower .mnsub {text-align: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -js-display: flex; justify-content: space-between; -ms-flex-justify-content: space-between; -webkit-flex-justify-content: space-between; -webkit-box-justify-content: space-between; width: 56rem; margin: auto;}
#header_lower .mnsub li {display: block; padding: 0; margin: 20px 0;}
#header_lower .mnsub li a {color: #FFF; font-weight: normal;}
#header_lower .mnsub li.me a {color: #E7D95C; font-weight: normal;}
#header_lower #mn_about {display: none; height: 68px;}
#about #header_lower #mn_about {display: block; height: 68px;}
#header_lower #mn_ceremony {display: none; height: 68px;}
#ceremony #header_lower #mn_ceremony {display: block; height: 68px;}
/* ======================= HEADER * PC  =========================*/

/* ======================= BODY * PC  =========================*/
/*nav {margin-bottom: 2rem;}*/
.nav2 {padding: 20px 0 0 0;}
#breadcrum {display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -js-display: flex; margin-bottom: 15px;}
#breadcrum li {margin-right: 15px; font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; font-size: 0.8rem;}
#breadcrum li:before {content: ">"; margin-right: 15px;}
#breadcrum li:first-child:before {content: none; margin-right: 0;}
#body ul.list {margin-left: 50px;}
#body ul.list li {font-size: 1.1rem; margin: 2rem 0 1.5rem .5rem;}
/* #body ul.list li:before {content: "●"; color: #ea967f; font-size: 11px; display: block; float: left; margin: 5px 8px 0 0;}*/
#body ul.list li a:hover :before {content: "●"; color: #FF6700; font-size: 11px; display: block; float: left; margin: 5px 8px 0 0;}
/* ======================= BODY * PC  =========================*/

/* ======================= FOOTER * PC  =========================*/
footer {background: url(../img/common/bg_asa.png) #bbb; clear: both; margin-top: 3rem;}
footer #upper #bottom_nav ul {display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -js-display: flex; padding-top: 25px; justify-content: space-between; -ms-flex-justify-content: space-between; -webkit-flex-justify-content: space-between; -webkit-box-justify-content: space-between; margin-top: 25px;}
footer #upper #bottom_nav ul li {font-size: 0.875rem;}
.cp {font-size: 0.75rem; text-align: center; padding: 1rem;}
/* ======================= FOOTER * PC  =========================*/

/* ======================= TOP * PC  =========================*/
#top {background: url(../img/common/bg_asa.png) #bbb;}
#top_img {position: relative; min-width: 1000px; max-width: 1300px; height: 510px; margin: 0 auto; background: url(../img/top/top_img.jpg) no-repeat center center; 
box-shadow: 0px 0px 9px 3px #8a8a8a; -moz-box-shadow: 0px 0px 9px 3px #8a8a8a; -webkit-box-shadow: 0px 0px 9px 3px #8a8a8a; background-size: cover;}
#top_img .cblock {height: 510px;}
#top_logo_area {width: 245px; height: 100%; background: #364A59; opacity: 0.5; filter: alpha(opacity=50); -ms-filter: alpha(opacity=50); text-align: center; position: relative;}
#top_logo {position: absolute; top: 27px; left: 95px; width: 56px;}
.badge_btn {max-width: 1000px; width: 224px; height: 224px; margin: auto; position: absolute; right: .3rem; bottom: .3rem; z-index: 40; opacity: 1 !important;}
.badge_btn a {display: block; width: 224px; height: 224px; text-decoration: none; border: none; opacity: 1 !important; background-color: #fff; border-radius: 60%;}
.badge_btn a img:hover {opacity: 0.7 !important;}
#top_menu {position: absolute; color: #FFFFFF; top: 350px; left: 45px; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; z-index: 50;}
#top_menu li {white-space: nowrap; margin-left: 0.5rem; font-weight: normal;}
#top_menu li a {color: #FFF; text-decoration: none;}
#top #body {background-color: #FFF; padding-top: 25px; width: 100%;}
#top nav ul {display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -js-display: flex; justify-content: space-between; -ms-flex-justify-content: space-between; -webkit-flex-justify-content: space-between; -webkit-box-justify-content: space-between;}
#top nav ul li {display: block; width: 180px; height: 180px; position: relative; text-align: center; font-weight: normal;}
#top nav ul li a {color: #FFF; text-decoration: none;}
#top nav ul li div {width: 180px; height: 54px; background: #364A59; position: absolute; bottom: 0; opacity: 0.8; filter: alpha(opacity=80); -ms-filter: alpha(opacity=80);}
#top nav ul li span {width: 160px; height: 160px; border: solid #DDD 1px; display: table-cell; position: absolute; top: 10px; left: 10px; padding-top: 124px;}
li#about {background-image: url(../img/top/btn_about.jpg); background-size: cover;}
li#hikawasai {background-image: url(../img/top/btn_hikawasai.jpg); background-size: cover;}
li#ceremony {background-image: url(../img/top/btn_ceremony.jpg); background-size: cover;}
li#kitou {background-image: url(../img/top/btn_kitou.jpg); background-size: cover;}
li#ryouen {background-image: url(../img/top/btn_ryouen.jpg); background-size: cover;}
#top #middle {display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -js-display: flex; margin: 25px 0;}
#top #middle h3 {margin-bottom: 1rem;}
#top #middle #oshirase {width: 795px; padding-left: 50px;}
#top #middle #oshirase ul {margin-left: 40px; margin-bottom: 2rem;}
#top #middle #oshirase li {font-size: 0.875rem;}
#top #middle #oshirase li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 2px 4px 0 0;}
#top #middle .ban {margin: 1rem 0 0 2.5rem;}
#top #middle #oshiraseCenter {display: none; width: 195px; height: auto;}
#top #middle #oshiraseCenter .cont {width: 10rem; text-align: center;}
#top #middle #oshiraseCenter .cont img {width: 130px;}
#top #middle #rnav {width: 205px;}
#top #middle #rnav .topBan {display: flex; flex-wrap: wrap; justify-content: space-between;}
#top #middle #rnav .topBan span {display: block; padding: .6rem 0;}
#top #middle #rnav .topBan span img {border: 3px solid #70675c;}
#top footer #upper {display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -js-display: flex; padding-top: 25px; justify-content: space-between; -ms-flex-justify-content: space-between; -webkit-flex-justify-content: space-between; -webkit-box-justify-content: space-between; margin-top: 25px;}
#top footer #upper #bottom_nav {width: 150px;}
#top footer #upper #bottom_nav ul {display: block; margin-top: 0; padding-top: 0;}
#top footer #upper #bottom_nav li {font-size: 0.875rem; line-height: 2;}
#top footer #upper #bottom_nav li a {font-size: 0.875rem; line-height: 2;}
#top footer #upper #hikawadayori {width: 400px; height: 330px;}
#top footer #upper #hikawadayori #ttl {height: 40px; padding: 6px 12px; background: #364A59; color: #FFF; position: relative; text-align: center;}
#top footer #upper #hikawadayori #ttl div {position: absolute; right: 12px; top: 6px;}
#top footer #upper #hikawadayori #ttl img {vertical-align: middle; margin-right: 1rem;}
#top footer #upper #hikawadayori #body {height: 290px; overflow-y: auto; background-color: #FFF; padding: 0;}
#top footer #upper #hikawadayori #body .date {font-size: 12px; color: #FF6700; font-weight: normal; margin-bottom: 1rem; text-indent: 0;}
#top footer #upper #hikawadayori #body p {text-indent: 1rem; margin-left: 2rem; font-size: 13px;}
#top footer #upper #hikawadayori a {color: #FFF;}
#top footer #upper #facebook {width: 400px; height: 330px;}
#top footer #upper #facebook>.sns_fb {width: 100%;}
#top footer #upper #facebook>.sns_fb>span,#top footer #upper #facebook iframe {width: 100% !important;}
#banBOX {display: block; width: 800px; margin: auto; margin-bottom: 2rem;}
.em-msg {width: 1000px; margin: auto; padding: 1rem 4rem; background-color: #ffefd7; margin-bottom: 1rem; color: #333; border: double 8px #fff;}
.em-msg ul {margin: .5rem;}
.em-msg p {font-size: .9rem; text-indent: 0; margin: .5rem 0;}
.em-msg .title {font-size: 1.1rem;}
.em-msg li {font-size: .9rem; text-indent: 0; margin: 0;}
.table {display: table;}
.table li {display: table-row;}
.table li span {display: table-cell;}
.openYear {width: 96%; margin: auto; margin-left: 40px;}
.openYear .red {color: #e42;}
.openYear th, .openYear td {font-size: .875rem; padding: 0 1rem; border: solid 1px #ccc; text-align: center; height: 4em;}
.openYear th {background-color: #eee;}
.openYear td:first-of-type {text-align: right;}
.bandButton {display: block; background: #009fe8; border-radius: 6px; color: #FFF; text-align: center; padding: .6rem 1rem .6rem 0; width: 70%; font-size: 1rem; position: relative; line-height: 1;}
.m-auto {margin: 1rem auto;}
.m-indent {margin: 1rem 2.5rem;}
.bandButton::after {background: transparent; font-family: "Font Awesome 5 Free"; content: "\f054"; position: absolute; right: 1rem; display: inline-block; font-weight: bold; opacity: 0.8;}
/* ======================= TOP * PC  ========================= */

/* ======================= BODY * PC  =========================*/
#body ul.list {margin-left: 1.5rem;}
/* ======================= BODY * PC  =========================*/

/* ======================= Bodies PAGES * PC  =========================*/
.bodies h1 {display: table-cell; vertical-align: middle; width: 1000px; height: 110px; text-align: center; font-size: 26px; font-weight: normal; color: #FFF; letter-spacing: .5rem;}
.bodies h1#ttl_about {background: url(../img/about/h1-ttl_about_pc.png) no-repeat center center;}
.bodies h1#ttl_oshirase {background: url(../img/oshirase/h1-ttl_oshirase_pc.png) no-repeat center center;}
.bodies h1#ttl_hikawasai {background: url(../img/hikawasai/h1-ttl_hikawasai_pc.png) no-repeat center center;}
.bodies h1#ttl_ceremony {background: url(../img/ceremony/h1-ttl_ceremony_pc.png) no-repeat center center;}
.bodies h1#ttl_kitou {background: url(../img/kitou/h1-ttl_kitou_pc.png) no-repeat center center;}
.bodies h1#ttl_ryouen {background: url(../img/ryouen/h1-ttl_ryouen_pc.png) no-repeat center center;}
.bodies h1#ttl_access {background: url(../img/access/h1-ttl_access_pc.png) no-repeat center center;}
.bodies h1#ttl_faq {background: url(../img/faq/h1-ttl_faq_pc.png) no-repeat center center;}
.bodies h1#ttl_contact {background: url(../img/contact/h1-ttl_contact_pc.png) no-repeat center center;}
.bodies h1#ttl_hikawadayori {background: url(../img/hikawadayori/h1-ttl_hikawadayori_pc.png) no-repeat center center;}
.bodies h1#ttl_gagaku {background: url(../img/gagaku/h1-ttl_gagaku_pc.png) no-repeat center center;}
.bodies h1#ttl_gasshou {background: url(../img/gasshou/h1-ttl_gasshou_pc.png) no-repeat center center;}
.bodies h1#ttl_ikebana {background: url(../img/ikebana/h1-ttl_ikebana_pc.png) no-repeat center center;}
.bodies h1#ttl_tomoe {background: url(../img/tomoe/h1-ttl_tomoe_pc.png) no-repeat center center;}
.bodies h1#ttl_sadou {background: url(../img/sadou/h1-ttl_sadou_pc.png) no-repeat center center;}
.bodies .text_body {margin: 0 50px; padding-top: 1rem;}
.bodies h2 {margin: 40px 0 10px;}
.bodies h3 {margin: 50px 0 15px 15px;}
.bodies h2 + h3 {margin: 30px 0 15px 15px!important;}
.bodies h4 {margin: 15px 0 8px 42px; text-indent: -1.2rem;}
.bodies h5 {margin: 15px 0 8px 42px; text-indent: -1.2rem;}
.bodies p {margin: 0 0 0 25px;}
.bodies .catch {text-indent: 0; font-size: 1.2rem; font-weight: normal; line-height: 2; margin: 30px 0; /*font-feature-settings: "palt";*/}
#hikawasai .ban {margin: .5rem 2.5rem;}
/* ======================= Bodies PAGES * PC  =========================*/

/* ======================= Oshirase PAGES * PC  =========================*/
#oshirase #detail {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1rem; list-style: none; line-height: 1.6; margin: 1rem;}
#oshirase #detail .detailText {font-size: 0.95rem;}
#oshirase #detail .detailUpfile {margin: 1rem;}
#oshirase .backORcloseBtn {clear: both; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1rem; list-style: none; line-height: 1.6; margin: 1rem;}
/* ======================= Oshirase PAGES * PC  =========================*/

/* ======================= About PAGES * PC  =========================*/
#about #event dl {margin: 0 0 .5rem 2rem;}
#about #event dl dd {margin-left: 3rem;}
#about #event .last {margin-bottom: 4rem;}
.keidai_body ul {margin: 20px 0; text-align: center;}
.keidai_body ul:after {clear: both; float: none; content: ""; display: block;}
.keidai_body .x2 li {float: left; margin: 15px 50px; display: block;}
.keidai_body .x2 li:nth-child(even) {margin: 15px 0 15px 50px;}
.keidai_body .x4 li {float: left; margin-left: 50px; display: block;}
.keidai_body #matsu {background-color: #e3efed; padding: 3rem 0 1rem 0; position: relative; margin: 15px 0 50px;}
.keidai_body #matsu:before {content: "末社"; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; display: block; position: absolute; top: 1.5rem; left: 1.5rem;}
.keidai_body .x4 li:last-child {margin-right: 0;}
.keidai_body .mitori {position: relative;}
.keidai_body .shamusho {position: absolute; left: 590px; top: 10px; background-color: #FFF; text-align: center; padding: 30px; width: 320px;}
.shaho_body ul {margin: 20px 0; text-align: center;}
.shaho_body ul:after {clear: both; float: none; content: ""; display: block;}
.shaho_body .x2 {width: 900px; margin: 50px auto 30px;}
.shaho_body .x2 li {width: 50%; display: block; text-align: center; float: left;}
.shaho_body .x1 {width: 900px; padding: 20px 0; margin: 30px auto 0;}
.shaho_body .x1 li {width: 100%; display: block; text-align: center;}
.shaho_body .x3 {width: 900px; margin: 50px auto 0;}
.shaho_body .x3 li {width: 33.333%; display: block; text-align: center; float: left;}
.shaho_body h5 {clear: both; font-size: 1.2rem; font-weight: normal; margin: 50px auto -30px;}
.item ul {margin: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;}
.item ul li {padding-bottom: 1rem;}
.item ul .w1 {margin: .5rem; width: 31.5%; list-style: none;}
.item ul .w2 {margin: .5rem; width: 64%; list-style: none;}
.item ul div {width: 240px; margin: auto;}
.item ul div img {border: 1px #eee solid;}
.item ul .w2 div {width: 420px; margin: auto;}
.item ul .w2 div img {margin: auto 20px;}
.item ul h4 {clear: both; margin-top: 0;}
.item p {margin-right: 15px;}
.ettl {font-size: smaller; letter-spacing: 0.1rem; line-height: 1; display: block; margin-top: 0.3rem;}
.emenu {font-size: 12px; letter-spacing: 0.1rem; line-height: 1; display: block; margin-top: -0.1rem;}
.edesc {color: #883F21;}
.hoshiai {margin: 1rem 1rem 1rem 3rem; padding: 1rem 6rem 1rem 1.5rem; background: url(../../sp-hoshiai/img/hoshiai-badge.png) right/contain no-repeat #f4f4fc;display: inline-block; border-radius: 10px;}
.hoshiai p {font-size: 16px; margin: 0;}
/* ======================= About PAGES * PC  =========================*/

/* ======================= Hikawasai PAGES * PC  =========================*/
#past {text-align: center; white-space: nowrap; margin: 1rem auto; padding-bottom: 1rem; overflow-x: auto; overflow-y: hidden;}
/* ======================= Hikawasai PAGES * PC  =========================*/

/* ======================= Ceremony PAGES * PC  =========================*/
.cereDetail {display: flex; flex-wrap: wrap; padding: 1rem 0;}
.cereDetail dt {width: 30%; padding: 1.5rem 1rem; border-bottom: #ddd solid 1px;}
.cereDetail dd {width: 65%; padding: 1.5rem 1rem; border-bottom: #ddd solid 1px;}
.cereDetail dd span,.cereDetail dd span a {font-size: .875rem; color: #666;}
.shiki {margin-left: 2rem;}
.shiki dt {margin-top: 2rem; font-weight: normal; font-size: 1.1rem; color:#e9501e;}
.shiki dt span {font-size: .875rem; padding-left: 1rem;}
.shiki dd {margin-left: 2rem; margin-top: .5rem;}
.sanshu {display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; flex-direction: row; flex-wrap: wrap; -js-display: flex; justify-content: space-between; -ms-flex-justify-content: space-between; -webkit-flex-justify-content: space-between; -webkit-box-justify-content: space-between;}
.sanshu li {text-align: center; width: 280px; height: auto; margin-bottom: 1rem;}
.seishi {margin: 1rem 0; padding: 1rem; border: 1px solid #ccc; display: inline-block;}
.seishi h4 {margin: 0 auto 1rem 1rem;}
.seishi blockquote {margin-left: .5rem;}
.izumo {display: flex; justify-content: space-between; margin: 1rem 0 0 1.5rem;}
.izumo div {width: 49%;}
.izumo div p {font-size: .8rem; text-align: right;}
#calframe {width: 100%; height: 100%;}
#ceremony h2 .small {margin-bottom: .6rem; display: block;}
#ceremony li span {margin-left: .5rem;}
#ceremony li span span {font-size: .9rem;}
#ceremony .list p {margin-left: 1.2rem;}
#ceremony .trdr {margin: 1rem 0 1rem 2rem;}
#ceremony .trdr:after {float: none; display: block; clear: both; content: "";}
#ceremony .trdr li {font-size: 0.875rem; width: 50%; padding: .5rem 0; float: left;}
#ceremony .trdr li a:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 3px 4px 0 0;}
#ceremony .trdr li a:hover:before {content: "●"; color: #FF6700;}
.fair-index h2:nth-child(n+2) {border-top: #CCC solid 1px; padding-top: 3rem;}
#ceremony .text_body dl.nodot {margin-left: 1.5rem; margin-bottom: .5rem; display: table;}
#ceremony .text_body dl.nodot dt {display: table-cell; width: 9rem;}
#ceremony .text_body dl.nodot dd {width: auto; display: table-cell;}
#ceremony .toForm li {width: 40%;}
form#mailformpro h4 {border-top: solid 1px #CCC; margin: 6px; padding: 12px 5px 20px 190px; font-size: .9rem; line-height: 1.5em; text-align: left;}
#ceremony .mailform::before {content:""; display: table; clear: all; float: none;}
.ceremony-image {margin: 0; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
.ceremony-image::before {content:''; display: block; width: 100%; height: 1rem; clear: both; float: none;}
.ceremony-image .w100 {width: 100%; height: auto; margin: 0 0 .1%;}
.ceremony-image .w49 {width: 49.875%; height: auto; margin: 0 0 .1%;}
.ceremony-image .w33 {width: 33.125%; height: auto; margin: 0 0 .1%;}
.ceremony-image .w74 {width: 74.3125%; height: auto; margin: 0 0 .1%;}
.ceremony-image .w25 {width: 25.4375%; height: auto; margin: 0 0 .1%;}
.calJump {margin: .5rem 1.5rem;}
.calJump .submit {display: inline-block; font-size: .875rem; text-align: center; padding: .2rem .4rem; border: 1px solid #ccc; border-radius: 4px; cursor: pointer; background-color: #f4f4f4; line-height: 1;}
#cal .noShow {padding: 6rem 0; background-color: #eee; margin: 1.5rem;}
#ceremony .tour {margin-left: 2rem; margin-bottom: .5rem; display: inline-flex; width: 16rem;}
#ceremony .tour dt {display: table-cell; width: auto; padding-right: .4rem; /* float: left; */}
/*#ceremony .tour dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
#ceremony .tour dd {}*/
/* ======================= Ceremony PAGES * PC  =========================*/

/* ======================= Kitou PAGES * PC  =========================*/
.pdf {font-size: .9rem; margin: .2rem 0 .2rem 4rem;}
.pdf:before {content: "■"; color: #FFC877; margin: 0 4px 0 0;}
.nenpyou {width: auto; margin-left: 2rem; display: flex; justify-content: space-between;}
.nenpyou2 {width: auto; display: flex; justify-content: flex-start; margin: 2rem 0; margin-left: 2rem;}
[class*="nenpyou"] table {margin: 0;}
[class*="nenpyou"] table td {padding: .2rem;}
[class*="nenpyou"] .n-inunohi {border-collapse: collapse; width: 60%;}
[class*="nenpyou"] .n-inunohi tr:nth-child(2n+3) {background-color: #eeeeee; border-bottom: #CCC solid 1px; border-top: #CCC solid 1px;}
[class*="nenpyou"] .n-inunohi td {width: auto; text-align: left; padding: .4rem .8rem; border-top: #CCC solid 1px;}
[class*="nenpyou"] .n-753 {width: 35%;}
[class*="nenpyou"] .n-753 td {text-align: center; border-top: #CCC solid 1px;}
[class*="nenpyou"] .n-753 tr:nth-of-type(2n+4) td {padding-bottom:1rem;}
[class*="nenpyou"] .n-yaku {width: 60%; margin-right: 5%;}
[class*="nenpyou"] .n-yaku tr:nth-of-type(7n) td {padding-bottom:1rem;}
[class*="nenpyou"] .n-yaku td {text-align: center; border-top: #CCC solid 1px;}
[class*="nenpyou"] .attn {text-align: right; font-size: 12px; margin-left: 0;}
[class*="nenpyou"] .ttl {font-size: 18px;}
[class*="nenpyou"] .lev1 {background-color: #bbbbbb; font-size: 16px;}
[class*="nenpyou"] .lev2 {background-color: #e0e0e0;}
[class*="nenpyou"] tr:last-child {border-bottom: #CCC solid 1px;}
.nenpyou2 table {width: 50%;}
.houjin-kitou {border-collapse: collapse; margin-left: 2rem; width: 95%;}
.houjin-kitou tr:nth-child(odd) {background-color: #eeeeee; border-bottom: #CCC solid 1px; border-top: #CCC solid 1px;}
.houjin-kitou td {width: auto; text-align: left; padding: .4rem .8rem;}
.houjin-kitou td:first-child {padding-right: 0rem;}
.houjin-kitou td:nth-child(even) {padding-left: 0rem;}
.houjin-kitou tr:last-child {border-bottom: #CCC solid 1px;}
#kitou .mLeft5rem {text-indent: -5rem; margin-left: 5.85rem;}
#kitou .mLeft6rem {text-indent: -6rem; margin-left: 6.85rem;}
#kitou .mLeft7rem {margin-left: 7.5rem;}
#kitou .imgBox img {margin-top: 1rem; border: solid #ccc 1px;}
#menuSub {width: 100%; margin: auto; text-align: center; margin-top: 1rem;}
#menuSub li {display: inline-block; width: 30%; background-color: #364A59;} 
#menuSub li a {color: #FFF; display: block; padding: .4rem; text-decoration: none;}
.waku {margin: 1rem 2rem; border: solid 2px #edc; padding: .8rem;}
.waku li {list-style: decimal; margin: 1rem 0 1.2rem 2rem; line-height: 1.8;}
.waku li span.desc, .waku li span.desc a {display: inline-block; color: #666; font-size: .875rem;}
.waku p {list-style: decimal; font-size: .95rem; margin: .6rem 0 .6rem 2rem; line-height: 1.8;}
.toForm {width: 100%; margin: auto; text-align: center; margin: 1rem 0;}
.toForm li {display: inline-block; width: 30%; background-color: #FFC877;} 
.toForm li a {display: block; padding: .4rem; text-decoration: none;}
#reservation .add {display: none;}
input[type="date"] {width: 12rem;}
input[type="text"] {width: 30rem;}
textarea {width: 24rem!important; height:5rem!important; border: solid 1px #ccc;}
.w30 {width: 12rem!important;}
.w20 {width: 8rem!important;}
.w10 {width: 4rem!important;}
.formCaution {font-size: .8rem; line-height: 1.5; border: solid 1px #eee; padding: .6rem; margin: .5rem auto; background-color: #f4f4f4;}
.form select {width: auto;}
#contact p.infoTitle {margin-left: 4rem; text-indent: 0; }
.infoBtn {background-color: #fed; padding: 1rem;}
[class*="infoBtn"] input {padding:.4rem 3rem!important;}
/* ======================= Kitou PAGES * PC  =========================*/

/* ======================= Access PAGES * PC  =========================*/
.google-maps {position: relative; padding-bottom: 50%; /* これが縦横比  */ height: 0; overflow: hidden;}
.google-maps iframe {position: absolute; top: 0; left: 20px; width: 100% !important; height: 100% !important;}
/* ======================= Access PAGES * PC  =========================*/

/* ======================= Contact PAGES * PC  =========================*/
.form {padding: 1rem; margin: -2rem 1rem 1rem;}
.form dt {font-size: .9rem; margin-top: 1rem;}
.form input,.form select {font-size: 1rem; padding: 9px; margin: 9px; color: #333; border: #ccc solid 1px; vertical-align: baseline;}
dd.infoEmailTxt {margin: 1rem auto; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; font-size: 14px;}
.infoRequired {color: #E85220; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; font-size: 14px;vertical-align: .1rem;}
.privacy {border: #ccc solid 1px; padding: 1rem; margin: 1rem;}
.privacy p {font-size: 13px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}
.privacy dt {font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; font-weight: bold; margin-top: .3rem;}
.privacy dd {font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; margin-left: 1rem;}
.privacy li {font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; margin-left: 1rem; list-style: disc;}
.infoBtn {text-align: center;font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1rem; list-style: none;line-height: 1.6;}
.infoBtn label {display: block!important;font-size: 16px!important; font-weight: normal; line-height: 2;}
/* ======================= Contact PAGES * PC  =========================*/

/* ======================= Hikawadayori PAGES * PC  =========================*/
.date {font-size: 0.875rem; color: #FF6700; font-weight: normal; margin-bottom: 2rem; text-indent: 0;}
/* ======================= Hikawadayori PAGES * PC  =========================*/

/* ======================= Gagaku PAGES * PC  =========================*/
#gagaku .text_body dl {margin-left: 1.5rem; margin-bottom: .5rem; display: table;}
#gagaku .text_body dl dt {display: table-cell; width: 9rem; /* float: left; */}
#gagaku .text_body dl dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
#gagaku .text_body dl dd {display: table-cell;}
#gagaku .text_body ul {margin-left: 1.5rem;}
#gagaku .text_body ul li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
/* ======================= Gagaku PAGES * PC  =========================*/

/* ======================= Sadou PAGES * PC  =========================*/
#sadou .text_body dl {margin-left: 1.5rem; margin-bottom: .5rem; display: table;}
#sadou .text_body dl dt {display: table-cell; width: 9rem; /* float: left; */}
#sadou .text_body dl dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
#sadou .text_body dl dd {}
#sadou .text_body ul {margin-left: 1.5rem;}
#sadou .text_body ul li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
/* ======================= Sadou PAGES * PC  =========================*/

/* ======================= Ikebana PAGES * PC  =========================*/
#ikebana .text_body dl {margin-left: 1.5rem; margin-bottom: .5rem; display: table;}
#ikebana .text_body dl dt {display: table-cell; width: 6.5rem; /* float: left; */}
#ikebana .text_body dl dt.long {display: table-cell; width: auto; white-space: nowrap;}
#ikebana .text_body dl dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
#ikebana .text_body dl dd {width: auto; display: table-cell;}
#ikebana .text_body ul {margin-left: 1.5rem;}
#ikebana .text_body ul li:before {content: "＊"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
.credit {font-size: 12px; text-align: right; margin-left: 0;}
.guest {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1rem; list-style: none;line-height: 1.8; margin: 1.4rem 0;}
/* ======================= Ikebana PAGES * PC  =========================*/

/* ======================= gasshou PAGES * PC  =========================*/
#gasshou .text_body dl {margin-left: 1.5rem; margin-bottom: .5rem; display: table;}
#gasshou .text_body dl dt {display: table-cell; width: 9rem; /* float: left; */}
#gasshou .text_body dl dt.long {display: table-cell; width: auto; white-space: nowrap;}
#gasshou .text_body dl dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
dl.nodot dt:before {content: none !important;}
dl.nodot dt {padding-left: 1rem !important;}
#gasshou .text_body dl dd {width: auto; /*float: left;
	overflow: hidden;*/
display: table-cell;}
#gasshou .text_body ul {margin-left: 1.5rem;}
#gasshou .text_body ul li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
/* ======================= gasshou PAGES * PC  =========================*/

/* ======================= tomoe PAGES * PC  =========================*/
#tomoe .text_body dl {margin-left: 2.5rem; margin-bottom: .5rem; display: table;}
#tomoe .text_body dl dt {display: table-cell; width: auto; text-align: right;}
#tomoe .text_body dl dt.long {display: table-cell; width: auto; white-space: nowrap;}
#tomoe .text_body dl dd {width: auto; display: table-cell; padding-left: 1rem;}
#tomoe .text_body ul {margin-left: 1.5rem;}
#tomoe .text_body ul li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0;}
#tomoe .aRight300px {text-align: right; margin-right: 330px;}
/* ======================= tomoe PAGES * PC  =========================*/


/* ======================= モバイル  ========================= */

/* ======================= SP * 共通  =========================*/
h3 {font-size: 1.05rem;}
@media (max-width: 739px) {body {width: 100%; overflow-x: hidden; }
.cblock {width: 100%; margin: auto; position: relative; }
.sp_show {display: block; }
.pc_show {display: none; }
#close {width: 100%; text-align: right; padding: 0 0 3%; font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; font-size: 0.9rem; }
#close a {color: #E7D95C; font-weight: normal; display: block; width: 100%; padding: 4% 0; }
footer {margin-top: 2%; }   

footer #upper {display: block; margin-top: 2%; padding: 1.875%; }
footer #upper #bottom_nav {width: 100%; }
footer #upper #bottom_nav ul {display: block; padding-top: 0; margin-top: 0; }
footer #upper #bottom_nav li {display: inline-block; width: 49%; text-align: center; margin-top: 1rem; }
#header_upper {height: auto; }
header #logo {width: 60%; height: 0; padding-bottom: 8%; background: url(../img/common/logo_hrs.svg) no-repeat center center; background-size: contain; text-indent: -9999px; position: static; top: auto; left: auto; margin: 3.8% auto; }
header #logo a {width: 100%; height: 0; padding-bottom: 15%; }
#spmnbtn {display: block; height: 0; padding-bottom: 10%; width: 10%; background: url(../img/common/spmnbtn.svg) no-repeat center center; background-size: contain; position: absolute; top: 0; bottom: 0; right: 3%; cursor: pointer; cursor: hand; }
#spmnbtn img {height: auto; width: 100%; }
#globalNav {background-color: #364A59; height: auto; position: absolute; z-index: 99; display: none; width: 100%; padding: 2%; }
#header_upper #mn_main {position: relative; margin: auto; top: auto; height: auto; width: 100% !important; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; flex-direction: row; flex-wrap: wrap; border-top: #E7D95C 1px dotted; border-bottom: #E7D95C 1px dotted; padding: 1rem 0 0.6rem; margin-bottom: 1rem; }
#header_upper #mn_main>li {display: block; margin: 0 0 .6rem; padding: 0; height: auto; width: 50%; color: #FFFFFF; font-weight: normal; font-size: 1.1rem; }

#header_upper #mn_main>li>a {color: #FFFFFF; padding-bottom: 0; }
#header_upper #mn_main>li>a:hover {display: block; background: none; background-position: auto; padding-bottom: 0; }
#header_upper #mn_main>li.current {background: none; background-position: auto; }
#header_upper #mn_annex {background: transparent; position: relative; top: auto; right: auto; display: block; width: 100% !important; display: flex; flex-direction: row; flex-wrap: wrap; }
#header_upper #mn_annex li {display: block; font-size: 1rem; font-weight: normal; width: 50%; margin: 0 auto .6rem; }
#header_upper #mn_annex li:last-child {width: 10%; text-align: left; }
#header_upper #mn_annex li:nth-last-child(2) {width: 10%; text-align: left; }
#header_upper #mn_annex li:nth-last-child(3) {width: 50%; }
#header_upper #mn_annex li a {margin-left: 0; color: #FFFFFF; }
.mnsub_about {display: none; position: relative; top: auto; }
.mnsub_ceremony {display: none; position: relative; top: auto; }
#about #header_lower #mn_about {height: auto; padding: 3% 0; }
#ceremony #header_lower #mn_ceremony {height: auto; padding: 3% 0; }
#header_lower .mnsub {text-align: center; display: flex; -js-display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; -ms-flex-justify-content: center; -webkit-flex-justify-content: center; -webkit-box-justify-content: center; width: 100%; margin: auto; }
#header_lower .mnsub li {font-size: 4vw; padding: 0; margin: 0.2rem 1rem; }
.flRight,.flRight {float: none; margin: .5rem 0; }
.w300px {width: 100%; height: auto; text-align: center; }
/* ======================= SP * 共通  =========================*/
/* ======================= TOP * SP  =========================*/
#top {background: none #FFF; }
#top_img {width: 100%; min-width: 100%; max-width: 100%; height: 0; padding-bottom: 97%; margin: 0; background: url(../img/top/top_img_sp.png) #000; background-size: contain; /* box-shadow */
box-shadow: none; }
#top_img .cblock {height: auto; padding-top: 95%; }
.hikawasai_btn {max-width: 1000px; width: 100%; height: auto; padding-top: 95%; margin: 0; position: absolute; left: 0px; right: 0; top: 0px; z-index: 40; opacity: 1 !important; }
.hikawasai_btn a {display: block; width: 40%; height: auto; position: absolute; right: 0; bottom: 0; text-decoration: none; border: none; opacity: 1 !important; }
.hikawasai_btn a::hover {opacity: 1 !important; }
#top_logo_area {display: none; }
#top_logo {display: none; }
#top_menu {display: none; }
#top #body {background-color: #FFF; padding: 1.5625%; width: 100%; }
#top nav ul {display: block; margin-top: 0; }
#top nav ul li {display: block; width: 100%; height: 0; padding-bottom: 18.75%; position: relative; text-align: center; background-color: #364A59; margin-bottom: 1.5625%; border: 1px solid #ddd; }
#top nav ul li a {color: #FFF; text-decoration: none; }
#top nav ul li div {display: block; width: 100%; height: 0; padding-bottom: 18.75%; position: relative; background-color: transparent; }
#top nav ul li span {width: 97%; height: 90%; border: solid #FFF 1px; display: table-cell; position: absolute; top: 4.5%; left: 1.5%; padding: 4% 0 0 19%; text-align: left; font-size: 5vw; }
li#about {background: url(../img/top/btn_about.jpg) no-repeat left center; background-size: contain; }
li#hikawasai {background: url(../img/top/btn_hikawasai.jpg) no-repeat left center; background-size: contain; }
li#ceremony {background: url(../img/top/btn_ceremony.jpg) no-repeat left center; background-size: contain; }
li#kitou {background: url(../img/top/btn_kitou.jpg) no-repeat left center; background-size: contain; }
li#ryouen {background: url(../img/top/btn_ryouen.jpg) no-repeat left center; background-size: contain; }
#top #middle {display: block; -js-display: block; margin: 0; }
#top #middle #oshirase {width: 100%; padding-left: 0; margin: 6% 0; }
#top #middle #oshirase ul {margin-left: 0.5rem; }
#top #middle #oshirase li {font-size: 14px; margin-left: 1rem; }
#top #middle #oshirase li:before {content: "●"; color: #FF6700; font-size: 10px; display: block; float: left; margin: 2px 4px 0 0; text-indent: -1.2rem; }
#top #middle #oshiraseCenter {display: block; width: 100%; height: auto; padding-bottom: 1.875%; margin: 6% 0; border-bottom: 1px solid #8899ff; }
#top #middle #oshiraseCenter .cont {width: 100%; text-align: center; }
#top #middle #oshiraseCenter .cont img {width: 100%; }
#top #middle #rnav {width: 100%; }
#top #middle #rnav h3 {display: inline-block; width: 49%;}
#top #middle #rnav .topBan span {width: 48%;}
#top footer #upper {display: block; margin-top: 2%; padding: 1.875%; }
#top footer #upper #bottom_nav {width: 100%; }
#top footer #upper #bottom_nav li {display: inline-block; width: 49%; }
#top footer #upper #hikawadayori {width: 100%; height: auto; margin: 1rem auto; position: relative; }
#top footer #upper #hikawadayori #body {height: 320px; }
#top footer #upper #facebook {width: 98%; height: 360px; }
.badge_btn {width: 40%; height: auto; position: absolute; right: 1%; bottom: 3%; z-index: 40; opacity: 1 !important;}
.badge_btn {	width: 40%; 	height: auto; }
.badge_btn a {	background-color: transparent; 	width: auto; 	height: auto; 	bottom: 0; }
#banBOX {width: 100%; margin: .5rem auto 1rem;}
.em-msg {width: 100%; margin: .5rem auto 1rem; padding: .5rem 1.3rem;}
.openYear {width: 100%; margin-left: 1rem;}
.openYear .red {color: #e42;}
.openYear th, .openYear td {font-size: .875rem; padding: 0 2rem; border: solid 1px #ccc; text-align: center; height: 4em;}
.openYear th {background-color: #eee;}
.openYear td:first-of-type {text-align: center;}
.openYear tr:first-of-type td {font-weight: 700; background-color: #eee;}
.openYear tr:nth-of-type(5n+1) td {font-weight: 700; text-align: center; background-color: #eee;}
.openYear tr:nth-of-type(5n+1) {border-top: 4px solid #ccc;}
.bandButton {display: block; background: #009fe8; border-radius: 6px; color: #FFF; text-align: center; padding: .6rem 1rem .6rem 0; width: 98%; font-size: 1rem; position: relative; line-height: 1;}
.m-indent {margin: 1rem auto;}
.bandButton::after {background: transparent; font-family: "Font Awesome 5 Free"; content: "\f054"; position: absolute; right: 2.6%; display: inline-block; font-weight: bold; opacity: 0.8;}
/* ======================= TOP * SP  ========================= */

/* ======================= Bodies PAGES * SP  =========================*/
.bodies h1 {display: table-cell; vertical-align: middle; min-width: 100% !important; height: auto; text-align: center; font-size: 6vw; padding: 10% 0; font-weight: normal; color: #FFF; letter-spacing: .1rem; margin: auto auto 0; line-height: 1.7;}
.bodies h1#ttl_about {background: url(../img/about/h1-ttl_about_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_oshirase {background: url(../img/oshirase/h1-ttl_oshirase_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_hikawasai {background: url(../img/hikawasai/h1-ttl_hikawasai_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_ceremony {background: url(../img/ceremony/h1-ttl_ceremony_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_kitou {background: url(../img/kitou/h1-ttl_kitou_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_ryouen {background: url(../img/ryouen/h1-ttl_ryouen_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_access {background: url(../img/access/h1-ttl_access_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_faq {background: url(../img/faq/h1-ttl_faq_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_contact {background: url(../img/contact/h1-ttl_contact_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_hikawadayori {background: url(../img/hikawadayori/h1-ttl_hikawadayori_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_gagaku {background: url(../img/gagaku/h1-ttl_gagaku_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_gasshou {background: url(../img/gasshou/h1-ttl_gasshou_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_ikebana {background: url(../img/ikebana/h1-ttl_ikebana_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_tomoe {background: url(../img/tomoe/h1-ttl_tomoe_sp.png) no-repeat center center; background-size: cover; }
.bodies h1#ttl_sadou {background: url(../img/sadou/h1-ttl_sadou_sp.png) no-repeat center center; background-size: cover; }
.bodies .text_body {margin: 0 2% 6%; }
.bodies h2 {margin: 1rem 0; font-size: 6vw;}
h2:before {width: 6vw;}
.bodies h3 {margin: 30px 0 15px 0; }
.bodies h4 {margin: 15px 0 8px 16px; text-indent: -1.2rem; }
.bodies h5 {margin: 15px 0 8px 16px; text-indent: -1.2rem; }
.bodies p {margin: 1%!important; }
.bodies .catch {line-height: 1.7; margin: 1rem 1% 0!important; /*font-feature-settings: "palt";*/}
#hikawasai .ban {margin: .5rem 0; }
#body ul.list {margin-left: 0;}
#breadcrum {margin-left: 1%;}
/* ======================= Bodies PAGES * SP  =========================*/

/* ======================= About PAGES * SP  =========================*/
#about #event dl {margin: 0; }
#about #event dl dd {margin-left: 1rem; }
#about #event .last {margin-bottom: 1rem; }
.keidai_body {width: 98%; margin: auto; overflow-x: hidden; }
.keidai_body ul {margin: 20px 0; text-align: center; }
.keidai_body ul:after {clear: both; float: none; content: ""; display: block; }
.keidai_body .x2 li {float: none; margin: 15px 0; display: block; }
.keidai_body .x2 li:nth-child(even) {margin: 15px 0; }
.keidai_body .x4 li {float: none; margin-left: 0; display: block; margin: 15px auto; }
.keidai_body #matsu {background-color: #e3efed; padding: 1rem 0 1rem 0; position: relative; margin: 15px 0; }
.keidai_body #matsu:before {content: "末社"; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; display: block; position: absolute; top: .5rem; left: .5rem; }
.keidai_body .x4 li:last-child {margin-right: 0; }
.shaho_body {width: 98%; margin: auto; }
.shaho_body ul {margin: 30px 0; text-align: center; }
.shaho_body .x2 {width: 98%; margin: 15px auto; }
.shaho_body .x2 li {width: 98%; display: block; text-align: center; float: none; margin-bottom: 25px
}
.shaho_body .x1 {width: 98%; padding: 0; margin: 15px 0; }
.shaho_body .x1 li {width: 98%; display: block; text-align: center; margin-bottom: 25px
}
.shaho_body .x3 {width: 98%; margin: 15px 0; }
.shaho_body .x3 li {width: 98%; display: block; text-align: center; float: none; margin-bottom: 25px; }
.shaho_body h5 {clear: both; font-size: 1.2rem; font-weight: normal; margin: 25px auto 0; }
.item ul {margin: 0; display: block; width: 98%; }
.item ul li {padding-bottom: 2rem; }
.item ul .w1 {margin: 0; width: 98%; }
.item ul .w2 {margin: 0; width: 100%; }
.item ul div {width: 98%; text-align: center; }
.item ul .w2 div {width: 98%; }
.item ul .w2 div img {margin: 0; }
.item ul h4 {clear: both; margin-top: 0; }
/* ======================= About PAGES * SP  =========================*/

/* ======================= Ceremony PAGES * SP  =========================*/
.sp-ban {text-indent: 0;}
.cereDetail dt {width: 45%; padding: 1.5rem 1rem; border-bottom: #ddd solid 1px;}
.cereDetail dd {width: 55%; padding: 1.5rem 1rem; border-bottom: #ddd solid 1px;}
.shiki {margin-left: 0; }
.shiki dt {margin-top: .5rem; font-weight: normal; }
.shiki dd {margin-left: 0rem; margin-top: .2rem; }
.sanshu {display: flex; flex-direction: row; flex-wrap: wrap; -js-display: flex; justify-content: space-between; -ms-flex-justify-content: space-between; -webkit-flex-justify-content: space-between; -webkit-box-justify-content: space-between; }
.sanshu li {text-align: center; width: 48%; height: auto; margin-bottom: 1rem; }
.seishi {margin: .2rem; padding: .3rem; border: 1px solid #ccc; }
.seishi h4 {margin: 0 auto 1rem 1.5rem; }
.seishi blockquote {margin-left: .5rem; }
.izumo {display: block; margin: 0;}
.izumo div {width: 100%; margin: 1rem 0 0;}
.izumo div p {font-size: .67rem; text-align: right;}
#ceremony .trdr {margin: 0; }
#ceremony .trdr li {width: 100%; padding: .5rem 0; float: none;}
#ceremony .text_body dl.nodot {margin-left: 0;}
#ceremony .toForm li {width: 100%;}
form#mailformpro h4 {border-top: none; margin: 1rem 0 0 1rem; padding: 0; font-size: .9rem;}
.ceremony-image .w49 {width: 100%;}
.ceremony-image .w33 {width: 100%;}
.ceremony-image .w74 {width: 100%; overflow: hidden;}
.ceremony-image .w74 img {max-width: 140%;}
.ceremony-image .w25 {width: 60%; margin: auto;}
#cal .noShow {padding: 1rem 0; background-color: #eee; margin: 0rem; text-align: center;}
/* ======================= Ceremony PAGES * SP  =========================*/
/* ======================= Kitou PAGES * SP  =========================*/
[class*="nenpyou"] {width: auto; margin-left: 0; flex-wrap: wrap;}
[class*="nenpyou"] table {width: 100%!important; float: none; margin: 0 auto 12px!important; }
[class*="nenpyou"] .n-inunohi td:nth-of-type(4) {width: auto;}
[class*="nenpyou"] .n-inunohi td {padding: .4rem; text-align: center;}
[class*="nenpyou"] .n-inunohi td:first-child {white-space: nowrap;}
.nenpyou2 {background: none;}
#kitou .mLeft6rem {text-indent: 0; margin-left: 0; }
#kitou .mLeft7rem {margin-left: 0; }
#kitou .block {display: block; margin-left: 2rem; text-indent: 0; }
.waku {margin: 1%; padding: 3%;}
.waku li {margin: .6rem 0.2rem .6rem 1.2rem;}
.houjin-kitou {border-collapse: collapse; margin-left: 0; width: 100%;}
.houjin-kitou td {width: auto; text-align: left; padding: .4rem; display: block;}
.houjin-kitou td:nth-child(even) {padding: 0 .4rem .4rem;}
.houjin-kitou td:nth-child(odd) {font-weight: 700;}
.toForm {width: 90%; margin: auto; text-align: center; margin-top: 0;}
.toForm li {display: inline-block; width: 100%; background-color: #FFC877; margin-top: .4rem;} 
.toForm li a {display: block; padding: .4rem; text-decoration: none;}
.form form#mailformpro {padding: 0;}
.w3m {width: 20%!important;}
.infoBtn input {display: block; margin: .4rem auto;}
textarea {width: 100%!important; height:5rem!important;}
/* ======================= Kitou PAGES * SP  =========================*/

/* ======================= Access PAGES * SP =========================*/
.google-maps {position: relative; padding-bottom: 75%; /* これが縦横比 */
height: 0; overflow: hidden; }
.google-maps iframe {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
/* ======================= Access PAGES * SP  =========================*/
/* ======================= Contact PAGES * SP  =========================*/
.form {padding: 0; margin: 0; }
.form input,.form select,.form textarea {width: 100%;}
.form input,.form select {font-size: .9rem; padding: 3px; margin: 3px; color: #333; border: #ccc solid 1px; vertical-align: baseline;}
.privacy {border: #ccc solid 1px; margin: 0; }
.privacy p {font-size: 13px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
.privacy dt {font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; font-weight: bold; margin-top: .3rem; }
.privacy dd {font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; margin-left: 0; }
.privacy li {font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; list-style: disc; }
/* ======================= Contact PAGES * SP  =========================*/
/* ======================= Gagaku PAGES * SP  =========================*/
#gagaku .text_body dl {margin-left: 0; margin-bottom: .5rem; display: block; }
#gagaku .text_body dl dt {display: block; width: 100%; }
#gagaku .text_body dl dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
#gagaku .text_body dl dd {width: 100%; display: block; margin-left: 1rem; }
#gagaku .text_body ul {margin-left: 0; }
#gagaku .text_body ul li {margin-left: 0; }
#gagaku .text_body ul li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
/* ======================= Gagaku PAGES * SP  =========================*/

/* ======================= Sadou PAGES * SP  =========================*/
#sadou .text_body dl {margin-left: 0; margin-bottom: .5rem; display: block; }
#sadou .text_body dl dt {display: block; width: 100%; }
#sadou .text_body dl dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
#sadou .text_body dl dd {width: 100%; display: block; margin-left: 1rem; }
#sadou .text_body ul {margin-left: 0; }
#sadou .text_body ul li {margin-left: 0; }
#sadou .text_body ul li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
/* ======================= Sadou PAGES * SP  =========================*/

/* ======================= ikebana PAGES * SP  =========================*/
#ikebana .text_body dl {margin-left: 0; margin-bottom: .5rem; display: block; }
#ikebana .text_body dl dt {display: block; width: 100%; }
#ikebana .text_body dl dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
#ikebana .text_body dl dd {width: 100%; display: block; margin-left: 1rem; }
#ikebana .text_body ul {margin-left: 0; }
#ikebana .text_body ul li {margin-left: 0; }
#ikebana .text_body ul li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
/* ======================= ikebana PAGES * SP  =========================*/

/* ======================= gasshou PAGES * SP  =========================*/
#gasshou .text_body dl {margin-left: 0; margin-bottom: .5rem; display: block; }
#gasshou .text_body dl dt {display: block; width: 100%; }
#gasshou .text_body dl dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
#gasshou .text_body dl dd {width: 100%; display: block; margin-left: 1rem; }
#gasshou .text_body ul {margin-left: 0; }
#gasshou .text_body ul li {margin-left: 0; }
#gasshou .text_body ul li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
/* ======================= gasshou PAGES * SP  =========================*/

/* ======================= tomoe PAGES * SP  =========================*/
#tomoe .text_body dl {margin-left: 0; margin-bottom: .5rem; display: block; }
#tomoe .text_body dl dt {display: block; width: 100%; text-align: left; }
#tomoe .text_body dl dt:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
#tomoe .text_body dl dd {width: 100%; display: block; margin-left: 1rem; }
#tomoe .text_body ul {margin-left: 0; }
#tomoe .text_body ul li {margin-left: 0; }
#tomoe .text_body ul li:before {content: "●"; color: #FFC877; font-size: 10px; display: block; float: left; margin: 5px 5px 0 0; }
#tomoe .aRight300px {text-align: right; margin-right: 0; }
/* ======================= tomoe PAGES * SP  =========================*/

}