@charset "utf-8";
/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;outline:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}


/*--- default ---*/
body {
	color: #111;
	font-family:"Sawarabi Mincho","メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	font-family: "Hannari", serif;
}

table{
	border-collapse:collapse;
}

.float_left {
	display: block;
	float: left;
}
.float_right {
	display: block;
	float: right;
}
.float_left_space {
	display: block;
	float: left;
	margin-right:30px;
}
.float_right_space {
	display: block;
	float: right;
	margin-left:30px;
}
.clear{
	clear:both;}
.w90{
	width:90%;margin:0 auto;
}

@media screen and (max-width:640px){
.w90{
	width:100%;
}
}
.min{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.yellow_line{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media (max-width: 800px) {
.table_scroll table{
  border-collapse: collapse;
  max-width: 100%;
  margin:0 auto 10px;
}

.table_scroll th,
.table_scroll td{
 padding-left:1.5%!important;
 padding-right:1.5%!important;
 white-space: nowrap!important;
}
.table_scroll {
  overflow-x: auto;
  margin-bottom: 2%;
  max-width: 880px;
}
}

.ggmap {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;background-color:#fff;border: 10px solid #fff;margin:0px auto;}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*****************************************************
	
	コンテンツ
	
*****************************************************/
#wrap{
	width: 100%;
	
}
a:link {
	color:#333;
	text-decoration:none;
}

a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
 color:#ad0003;
	text-decoration: none;
}

a:active{
	text-decoration:none;
}
.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
a,a img {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a img:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
} 
.sp{
	display:none;
}

/*****************************************************
	
	メインヘッダー
	
*****************************************************/

#header-rogo{
 width: 100%;
 max-width: 180px;
 margin:0 auto;
}
#header-rogo a{
 display: block;
 padding: 13px 0 10px;
}
#header-rogo a img{
 width: 100%;
}

/*============ centerbox =============*/

.centerbox{
 width: 100%;
 display: flex;
}

.centerbox header{
 width:25%;
 background:#cb5219;
}
.centerbox header .head-content{
 width:25%;
 position:fixed;
 top: 0%;
 padding:5% 0;
 box-sizing: border-box;
 text-align:center;
 height: 100vh;
 background:#cb5219;
 overflow-y:auto;
}
.centerbox .page-contents,
.centerbox .contents{
 width:45%;
 background:#fff;
 padding:0 0 80px;

}
.centerbox .bg{
 width:30%;
 height:100vh;
 background:url(../image/common/ryu-bg.jpg)no-repeat;
 background-size: cover;
 position:fixed;
 top: 0;
 right:0;
 z-index:-1;
}
.centerbox .bg .bg-box{
 width:100%;
 height:100vh;
}
.menu_box ul li a{
 color:#fff;
 display:block;
 font-family: "Hannari", serif;
}

.menu_box ul .sns-li {
 width:100%;
 max-width:100px;
 margin:20px auto;
 display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: stretch;align-items: stretch;
}
.sns-li div{
 width:40%;
 margin:0 2.5%;
}
.sns-li li a img{
 width:100%;
}
@media screen and (max-width:1200px){
.centerbox header{
 width:30%;
}
.centerbox header .head-content{
 width:30%;
}
.centerbox .page-contents,
.centerbox .contents{
 width:70%;
}
}
@media screen and (max-width:900px){
header{
 width: 100%;
 margin:0 auto;
 height:auto;
}
header .head-content{
 width:100%;
 max-width: 1200px;
 position:relative;
 margin:0 auto;
 padding: 8% 5%;
}
.centerbox{
 width: 100%;
 display: flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: stretch;align-items: stretch;
}
.centerbox header{
 width:100%;
 background:unset;
}
.centerbox header .head-content{
 position:relative;
 margin: 5% auto;
 box-sizing: border-box;
 text-align:center;
 height: auto;
 background:unset;
}
.centerbox header .head-title{
 width:100%;
 max-width:400px;
 padding:20px;
 background:#cb5219;
 box-sizing: border-box;
}
.centerbox .bg{
 width:100%;
 height: auto;
 background-size:cover;
}
#header-rogo{
 width: 100%;
 max-width: 90px;
 margin:0 auto;
} 
.menu_box ul li a{
 color:#000;
}
.menu_box ul li a:hover{
 color:#ad0003;
}
.centerbox .page-contents,
.centerbox .contents{
 width:100%;
}

}
@media screen and (max-width:480px){
 
}

/*============ front-header =============*/
@media screen and (max-width:900px){


header .tophead ul{
 width: 70%;
 margin-left: 0%;
} 
header .tophead span{
 display:block;
}
header .tophead ul{
 width:100%;
 margin-left:0%;
}
header .tophead ul li{
 width: 100%;
}

header .h-nav {
 width: 100%;
 margin: 0 auto;
}

#navArea {
  width: 100%;
}
nav .inner ul {
  width: 100%;
  display: block;
  -webkit-flex-direction: column;
  flex-direction: column;
}
nav .inner ul li {
  width: 100%;
  float: none;
  display: block;
  text-align: center;
  padding: 10px 0;
}
 
/*============ toggle_btn =============*/
.toggle_btn {
 display: block;
 position: fixed;
 top: 0px;
 right: 0px;
 z-index: 100;
 width: 88px;
 height: 88px;
 transition: all .5s;
 cursor: pointer;
 background-color: #eee;
}

.toggle_btn:hover {
  width: 110px;
}
.toggle_btn:after {
  content: 'メニュー';
  font-size: 60%;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.open .toggle_btn:after {
 content: '閉じる';
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #444;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 30%;
}
.toggle_btn span:nth-child(2) {
  top: 40%;
  margin-top: -1px;
}
.toggle_btn span:nth-child(3) {
  bottom: 50%;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
   transform: translateY(11px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
   opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
   -webkit-transform: translateY(-7px) rotate(315deg);
   transform: translateY(-7px) rotate(315deg);
}

/*============ mask =============*/
#mask {
 display: none;
 transition: all .5s;
 }
.open #mask {
 display: block;
 position: fixed;
 top: 0;left: 0;
 width: 100%;
 height: 100%;
 background: #11111163;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 opacity: 1.0;
 z-index: 1;
 cursor: pointer;
}

/*============ nav =============*/
nav {
 display: block;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 background-color: #fff;
 overflow-x: hidden;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 transition: all 1.0s;
 z-index: -1;
 opacity: 0;
}
.open nav {
 opacity: 1;
 z-index: 5;
}
nav .inner {
 width: 90%;
margin: 15vh auto 0;
}
}
@media screen and (max-width: 480px) {
 
header .tophead{
 width: 100%;
 margin:0 0 0 5%;
 display:block;
}
header .tophead .top-heads{
 width: 50%;
}
header .tophead ul{
 width:50%;
 margin-left:0%;
}
header .tophead ul li{
 width: 100%;
}
}

@media screen and (max-height:1100px){
header .head-content{
 top: 0;
 text-align:center;
 display: block;	
}	
}
/*****************************************************
	
	フッター
	
*****************************************************/
@media screen and (min-width:900px){
footer{
 display:none;
}
.copyright p{
 text-align:center;
 line-height:1.8em;
 padding:5% 0 5px;
 color:#fff;
 font-size:90%;
 font-weight:normal;
}
}
@media screen and (max-width:900px){
footer{
 display:block!important;
 width:100%;
 font-size:85%;
 padding: 50px 0;
 text-align:center;
 margin: 0 auto;
 background:#fff;
 border-top:1px dashed #ccc;
}
.copyright{
 width:90%;
 margin:0 auto;
}
.copyright p{
 color:#000;
 text-align:center;
}
.copyright p{
 line-height:1.5em;
 font-size:60%;
}
header .copyright{
 display:none;
}
}


/*****************************************************
	
	フロントページコンテンツ
	
*****************************************************/
.contents h1{
 font-size: 150%;
 text-align:center;
}
.contents h1 span{
 max-width: 200px;
 border-bottom:6px  double #cb5219;
 padding:10px 0;
 line-height:2.2em;
}

h2{
 font-size: 150%;
 text-align:center;
}
h2 span{
 max-width: 200px;
 border-bottom:2px solid #cb5219;
 padding:15px 0;
}

h3{
 font-size: 120%;
 text-align:center;
 font-weight: bold;
}
.title{
 margin: 50px auto 20px;
}
.th-title{
 margin: 20px auto 20px;
}
.aki{
 padding:20px 0;
}
@media screen and (max-width:480px){
.contents h1{
 width:90%;
 margin:0 auto;
 font-size: 130%;
}
.contents h1 span{
 border-bottom:0px  double #cb5219;
 padding:0px;
 line-height:1.8em;
}
.contents h1 .kaigyo{
 display:block;
 margin:0 auto;
 padding:0 0 10px;
  border-bottom:6px  double #cb5219;
}
 
h2{
 font-size: 120%;
}
h3{
 font-size: 110%;
}
}
.inner-area .top-bg{
 width:100%;
 padding:58% 0 ;
 background:url(../image/front/mikoshi-front02.jpg)no-repeat;
 background-size:cover;
 position:relative;
}
.kazari-ic{
 padding: 68px 45px;
 background:url(../image/common/icon.png)no-repeat;
 background-size:cover;
 position:absolute;
 top:5%;
 right:5%;
}
.aisatu{
 width: 100%;
 max-width: 700px;
 margin: 0% auto 10%;
 padding:5%;
 box-sizing:border-box;
}
.ic-ryu {
 width:100%;
 max-width: 150px;
 margin: 5% auto 8%;
}
.ic-ryu img{
 width:100%;
}

.aisatu p span{
 display:block;
 text-align:right;
}

.aisatu-ph{
 margin: 0 auto;
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-justify-content: space-around;
 justify-content: space-between;
 -webkit-align-items: stretch;
 align-items: stretch;
}
.aisatu-ph li{
 width:48%;
}
.aisatu-ph li img{
 width:100%;
}
.mas-area{
 width:100%;
 margin: 0 0 15%;
}
.mas-area ul{
 display:flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
}
.mas-area ul li{
 width:33.33%;
 text-align:center;
 color:#fff!important;
 position:relative;
 display:inline-block;
}
.mas-area ul li a{
 color:#fff;
 height:100%;
 background:rgba(44,68,81,0.6);
 padding:50px 0;
 display: flex;
 align-items: center;
 justify-content: center;
}
.mas-area ul li a:hover{
 opacity:0.6;
}
.mas-area ul li a p{
 writing-mode: vertical-rl;
 margin:0 auto;
 font-size:150%;
 display:inline-block;
}
.mas-area ul li:nth-child(1) {
 background:url(../image/front/msk-onigie-bg.jpg)no-repeat center;
 background-size:cover;
}
.mas-area ul li:nth-child(2){
 background:url(../image/front/msk-origin-bg.jpg)no-repeat center;
 background-size:cover;	
}
.mas-area ul li:nth-child(3){
 background:url(../image/front/msk-course-bg.jpg)no-repeat center;
 background-size:cover;
}
.inquiry{
 width: 100%;
 max-width: 700px;
 margin: 0 auto;
 padding:5%;
 box-sizing:border-box;
}

.inquiry .txt-box{margin: 0px auto;}
@media screen and (max-width:480px){
.kazari-ic{
 padding: 60px 40px;
}
}

/*****************************************************
	
	ページコンテンツ
	
*****************************************************/


/*============ 三柱神社秋季大祭おにぎえ =============*/

.inner-area .onigie-bg{
 width:100%;
 padding:58% 0 ;
 background:url(../image/onigie/onigie-top.jpg)no-repeat;
 background-size:cover;
 position:relative;
}
.inner-area .thanks-bg{
 width:100%;
 padding:30% 0 ;
 background:url(../image/onigie/onigie-top.jpg)no-repeat center;
 background-size:cover;
 position:relative;
}
.men,.hounou,.yama,.dorobox{
 width: 100%;
 max-width: 700px;
 margin: 0% auto;
 padding:5%;
 box-sizing:border-box;
}

.men .txt-box,
.hounou .txt-box,
.yama .txt-box,
.dorobox .txt-box{
margin:0px auto;
}
.aisatu p span{
 display:block;
 text-align:right;
}
.onigie-phbox{
 width:90%;
 margin:0 auto;
}
.onigie-phbox ul{
 display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: space-around;-webkit-align-items: stretch;align-items: stretch;
}

.onigie-phbox ul li{
 width:48%;
 margin:1%;
}

.onigie-phbox ul li img{
 width:100%;
}
@media screen and (max-width:900px){
.inner-area .thanks-bg{
 padding: 25% 0;
} 
}
/*============ 「飛龍どろつくどんの会」の成り立ち =============*/
.inner-area .origin-bg{
 width:100%;
 padding:58% 0 ;
 background:url(../image/origin/origin-top.jpg)no-repeat;
 background-size:cover;
 position:relative;
}
.origin{
 width: 100%;
 max-width: 700px;
 margin: 0% auto;
 padding:5%;
 box-sizing:border-box;
 word-break:break-all;
}

.origin .txt-box{
margin:0px auto;
}

.origin .ph-box{
 width: 100%;
 margin: 0 auto;
}
.origin .ph-box img{
 width:100%;
}

.text-end{
 text-align:right;
}
.title-a{
 padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 6px #bf4b2e;
 margin:0 0 20px;
 font-size:100%;
}

.title-a span{
 display:block;
 font-size:150%;
}
.th-box{
 width:80%;
 margin:0 auto 150px;
}
.thank-box{
 margin:0 auto 100%;
}
.course-box{
 width:90%;
 margin:0 auto 50px;
}
.course-hako{
 padding:0 0 20px;

}
.course-hako span{
 color:#bf4b2e;
 display:block;
}

.course-hako span.time{
 font-size:150%;
}
.kyosan-box{
 width:100%;
height:100vh;
}
.map-jp{
 width:100%;

}
.kyosan-box img,
.map-jp img{
 width:100%;

}

@media screen and (max-width:900px){
.kyosan-box{
 width:100%;
height:auto;
 margin-bottom:30%;
}
.thank-box{
 margin:0 auto 50%;
}
}