﻿  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body{
	margin:0;
	font-size:100%;
	background:#272221;
	overflow-x:hidden;
}

  header {
    position: relative;
    height: 100px;
    background: #272221;
  }
  header p {
	color:#eee;
 }

@media screen and (max-width: 767px){
  header {
	height:100px;
}}

.insta{
	position:absolute;
	top:8px;
	left:8px;
	z-index:10;
}
.insta img{
	width:18%;
	height:auto;

}
.insta a{
	padding:10px;
}

@media screen and (max-width: 767px){
.insta img {
	width:15%;
}}






.topicons{
	position:absolute;
	width:100%;
	max-width:100%;
	top:450px;
	left:8px;
	z-index:10;
}
.topicons img{
	width:auto;height:auto;
}


@media screen and (max-width: 767px){
.topicons {
	top:450px;
	right:10px;
}
.topicons img { width:15%;}
}






.topiconss{
	position:absolute;
	width:100%;
	max-width:100%;
	top:650px;
	left:8px;
	z-index:10;
}
.topiconss img{
	width:auto;height:auto;
}


@media screen and (max-width: 767px){
.topiconss {
	top:550px;
	right:10px;
}
.topiconss img { width:15%;}
}












.tenjikais{
	position:relative;
	text-align:left;
	left:5%;
	z-index:3;
	margin-top:-100px;
}

@media screen and (max-width: 767px){
.tenjikais{
	width:90%;
	margin: 0 auto;
	text-align:center;
	margin-top:5px;
	left:auto;
	margin-bottom:20px;
}}


.tenjikais img {
    padding: 5px;
    border: 6px solid #fff;
}








.kaisai{
	position:absolute;
	top:360px;
	left:150px;
	z-index:10;
}

@media screen and (max-width: 767px){
.kaisai {
	top:280px;
	left:8px;
}}







@media screen and (max-width: 767px){
.pres {
	width:100px;
	height:auto;
}}

.mitomilogo{
	position:relative;
	margin:0 auto;
	text-align:right;
	top:90px;
	color: #eee;
	font-size:11px;
	padding:10px;
}

.content{
	margin:0 auto;
	width:94%;
	text-align:center;
}


a img.alfa{
	background:none!important;
	border: none;
} 
a:hover img.alfa{
	border: none;
	opacity:0.6;
	filter:alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background:none!important;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.thumbs {
	width:90%;
	height:auto;
	border: 1px double #b79f4a;
	padding:20px;
}
@media screen and (max-width: 767px){
.thumbs {
	width:90%;
	padding:6px;
}}



  nav {
    background-color:#e7b09f;
    text-align:center;
    padding:2px;
    font-size:12px;
    color:#fff;
  }

  main {
    padding: 30px 2px;
    background: none;
  }

  section {
    width:98%;
    height: auto;
    margin: 0 auto;
    background: #ece4e1;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    text-align:center;
    opacity: 0.99;
    -moz-opacity: 0.99;
    filter: alpha(opacity=92);
    -ms-filter: "alpha(opacity=92)";
  }

  section p {
	color:#a87570;
}
  section + section {
    margin-top: 10px;
  }



.shichaku{
	margin:0 auto;
	text-aling:center;
	font-size:2.8em;
	color:#b79f4a;
	font-weight:400;
	text-shadow: 1px 1px 1px #eee;
}

@media screen and (max-width: 1024px){
.shichaku {
	font-size:2.0em;
}}


.sections {
    width:98%;
    height: auto;
    margin: 0 auto;
    background: rgba(255,255,255, .8);
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    text-align:center;
    opacity: 0.99;
    -moz-opacity: 0.99;
    filter: alpha(opacity=92);
    -ms-filter: "alpha(opacity=92)";
  }

.sections h3{
	margin:0;
	padding:5px 0;
	color:#e7b09f;
}
.sections h4{
	margin:0;
	padding:5px 0;
	color:#a87570;
}
.sections p {
	color:#a87570;
	font-size:14px;
}
.section + .sections {
    margin-top: 10px;
  }


.uptxt{
	position:relative;
	margin: 0 auto;
	width:90%;
	margin-top:-300px;
}


@media screen and (max-width: 1024px){
.uptxt {
	margin-top:-30px;
}}






.moyou{
    background-image:url(../wall/moyou.png);
    background-repeat:no-repeat;
    background-position:top 0px right 10px;
}
.ibushi{
    background-image:url(../img/ibushi.png);
    background-repeat:no-repeat;
    background-position:top 0px right 0px;
}

.wmoyou{
    background-image:url(../wall/wedd.png);
    background-repeat:no-repeat;
    background-position:top 0px right 10px;
}
.tomono{
    background-image:url(../img/tomono.png);
    background-repeat:no-repeat;
    background-position:top 0px left 0px;
}


.seikaiha{
    background-image:url(../img/seikaiha.png);
    background-repeat:no-repeat;
    background-position:top 0px right 10px;
}


.base{
    width:98%;
    height: auto;
    margin: 0 auto;
    margin-bottom:100px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    text-align:center;
    opacity: 0.99;
    -moz-opacity: 0.99;
    filter: alpha(opacity=92);
    -ms-filter: "alpha(opacity=92)";
}

.base p {
	color:#111;
}

.base a:link{
	text-decoration:none;
	font-size:16px;
	color:#e7b09f;
}

.wedbase{
    position: relative;
    width:98%;
    height: auto;
    margin: 0 auto;
    margin-bottom:100px;
    background-color:#fff;
    background-image: url(../images/wedding.jpg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position: right;
    padding:10px 0 10px 0;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    text-align:center;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
}
.wedbase p {
	color:#111;
}

.wedbase a:link{
	text-decoration:none;
	font-size:16px;
	color:#7c6829;
}


.snsbase{
    position: relative;
    width:98%;
    height: auto;
    margin: 0 auto;
    margin-bottom:100px;
    background-color:#fff;
    padding:10px 0 10px 0;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    text-align:center;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
}
.snsbase p {
	color:#111;
}

.snsbase a:link{
	text-decoration:none;
	font-size:16px;
	color:#7c6829;
}




.caption{
	position:absolute;
	width:70%;
	margin-left:50px;
	padding:0;
	text-align:left;
	height:auto;
	z-index:3;
}

@media screen and (max-width: 767px){
.cap {
	width:30%;
	height:auto;
}}




.area{
	height:470px;
	text-align:center;
	color:#fff;
}
@media screen and (max-width: 767px){
.area {
	height:400px;
}}



.areass{
	height:670px;
	text-align:center;
	color:#fff;
}
@media screen and (max-width: 767px){
.areass {
	height:500px;
}}




.contentsarea{
	height:150px;
	text-align:center;
	color:#fff;
}
@media screen and (max-width: 767px){
.contentsarea {
	height:150px;
}}





.navigation{
	position:relative;
	margin: 0 auto;
	text-align:center;
	width:1280px;

}


.bridalfair{
	position:absolute;
	left:30px;
	top:250px;
}
@media screen and (max-width: 767px){
.bridalfair {
	top:160px;
	z-index:5;
}}

.maru{
	width:200px;
	height:200px;
}
@media screen and (max-width: 767px){
.maru {
	width:150px;
	height:150px;
}}






.title {
    font-size: 40px;
    color:#e7b09f;
    letter-spacing: 0.1em;
    padding-bottom: 0.2em;
}
@media screen and (max-width: 767px){
.title {
	font-size:20px;
	color:#b79f4a;
}}

.palatino {
    font-family: 'Palatino Linotype';
    font-weight: normal;
    font-style: normal;
    text-transform: none;;
}

.titlem{
	font-size:30px;
	padding-bottom: 10px;
}

.mincho{
	font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho ProN', serif;

}

.gold{
	color:#b79f4a;
}





.cprice {
    font-size: 17px;
    font-weight:bold;
    line-height:130%;
}
@media screen and (max-width: 320px){
.cprice {
	font-size:15px;
}}

.lefts{
	position:relative;
	padding:5px;
	font-size:13px;
	margin 0 auto;
	text-align:left;
}

.subtitle{
	font-size:15px;
}
@media screen and (max-width: 320px){
.subtitle {
	font-size:16px;
}}



.informations{
	position:relative;
	margin: 0 auto;
	width:95%;
	height: auto;
	padding:20px;
	border:2px solid #e7b09f;
	border-style: double;
	text-align:left;
	word-wrap: break-word;
	color:#a87570;
}

.informations h1{
	text-align:center;
	color: #e7b09f;
}
.informations p{
	color:#a87570;
	font-size:13px;
}


.informations img {
	width:auto;
	height:auto;
}


@media screen and (max-width: 767px){
.informations {
	margin:10px;
	padding:14px;
}

.informations img {
	width:98%;
	margin: 0 auto;


}}







.box {
	position:relative;
	margin: 0 auto;
	width:90%;
	height: auto;
	padding:14px;
	border:1px solid #e7b09f;
	border-style: double;
	text-align:left;
	word-wrap: break-word;

}

.box p{
	color: #a87570;
}

@media screen and (max-width: 767px){
.box {
	margin:10px;
}}


.boxs {
	position:relative;
	margin: 0 auto;
	width:90%;
	height: auto;
	padding:14px;
	border:1px solid #e7b09f;
	border-style: double;
	text-align:left;
	word-wrap: break-word;

}

.boxs p{
	color: #a87570;
}


@media screen and (max-width: 767px){
.boxs {
	margin:10px;
}}




.boxt {
	position:relative;
	margin: 0 auto;
	width:90%;
	height: auto;
	padding:14px;
	border:1px solid #e7b09f;
	border-style: double;
	text-align:left;
	word-wrap: break-word;

}

.boxt p{
	color: #a87570;
}



.boxt img{
	width:90%;height:auto;
}


@media screen and (max-width: 767px){
.boxt {
	margin:10px;
}


.boxt img {
	width:80%;
	height:auto;
}}





.bost img{

	margin:0 auto;
}


.boxf {
	position:relative;
	margin: 0 auto;
	width:90%;
	height: auto;
	background:#efefef;
	padding:14px;
	font-size:.9em;
	border:1px solid #e7b09f;
	border-style: double;
	text-align:left;
	word-wrap: break-word;

}

.boxf p{
	color: #a87570;
}

@media screen and (max-width: 767px){
.boxf {
	margin:10px;
}}





.boxtryon {
	position:relative;
	margin: 0 auto;
	width:90%;
	height: auto;
	background:#fff;
	padding:14px;
	font-size:1.0em;
	border:1px solid #e7b09f;
	border-style: double;
	text-align:left;
	word-wrap: break-word;

}

.boxtryon p{
	color: #a87570;
}

@media screen and (max-width: 767px){
.boxtryon {
	margin:10px;
}}


















.contens{
	margin:0 auto;
	width:88%;
	text-align:center;
}
.contens p {
	color:#a87570;
	line-height:180%;
}




h1 {
    position: relative;
    left: 0;
    width: 100%;
    font-family: 'Times New Roman',serif;
    color:#a87570;
    font-weight:400;
    font-size: 1.5em;
    text-align: center;
    transform: translateY(-50%);
  }


h2, h3, h4,{
    font-weight: normal;
    font-size: 100%;
}
h2{
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;  font-size:1.9em;
  color:#e7b09f;
}


h3{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho ProN', serif;
  font-size:2.0em;
  font-weight:400;
  padding-top:100px;
  padding-bottom:0.5em;
  color:#e7b09f;
}
@media screen and (max-width: 767px){
h3 {
	font-size:1.2em;
	padding-top:20px;
}}



h4{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho ProN', serif;
  color:#a87570;
  font-size:1.3em;
  font-weight:800;
  padding-bottom:0.5em;
}


h5{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho ProN', serif;
  color:#e7b09f;
  font-size:1.6em;
  font-weight:800;
  padding-bottom:0.5em;
}

.price{
  font-size:1.8em;
  color:#a87570;
  font-weight:400;
  padding-bottom:0.5em;
}
@media screen and (max-width: 767px){
.price {
	font-size:15px;
}}
	
.pricem{
 font-size:11px;
 color:#a87570;
}

.h5l{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho ProN', serif;
  color:#e7b09f;
  font-size:1.2em;
  font-weight:800;
  padding-bottom:0.5em;
}




.h5t{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho ProN', serif;
  background:#e7b09f;
  width:30%;
  padding:6px 15px;
  color:#fff;
  font-size:1.2em;
  font-weight:400;
}
@media screen and (max-width: 767px){
.h5t {
	width:60%;
}}


h6 {
  overflow: hidden;
  text-align: center;
}



h6 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  color:#e7b09f;
}
h6 span::before,
h6 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #c5b47f;
}
h6 span::before {
  right: 100%;
}
h6 span::after {
  left: 100%;
}

p{
	font-size:13px;
	color:#a87570;
	line-height:170%;
}

.sns{
	position:relative;
	margin:0;
	text-align:right;
	padding: 10px 10px;
}


ul.global {
	position: relative;
	max-width:100%;
	top: 10px;
	list-style-type: none;
	margin-left: 0;
	margin:10px auto;
	text-align: center;
	vertical-align: middle;
}
ul.global li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	white-space:nowrap;
	padding-top:18px;
	padding-right: 30px;
	vertical-align: middle;
}

ul.global li a{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #a87570;
	font-size:16px;
	font-weight:800;
	text-decoration:none;
}
ul.global li a:hover{
	color: #b79f4a;
}
a.link {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.link::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #b79f4a;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.link:hover::after {
  width: 100%;
}
a.links {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.links::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #eee;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.links:hover::after {
  width: 100%;
}



a.hover_img5{
    background-color:#000000;
    display:block;

}
a.hover_img5 img{
    transition:all 0.5s ease;
    padding-bottom:-10px;
}
a:hover.hover_img5 img{
    opacity: 0.7;
    filter: alpha(opacity=70);
}


@media screen and (max-width: 768px){
.spNone { display: none;}
}
@media only screen and (min-width:640px){
.pnone {display:none}
}

@media screen and (max-width: 1024px){
.nvNone { display: none;}
}

/* pc */
.pc { display: block !important; }
.sp { display: none !important; }
/* smartphone */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.areas10{
	height:10px;
}
@media screen and (max-width: 767px){
.areas10 {
	height:5px;
}}

.areas30{
	height:30px;
}
@media screen and (max-width: 767px){
.areas30 {
	height:10px;
}}



.areas50{
	height:50px;
}
@media screen and (max-width: 767px){
.areas50 {
	height:30px;
}}


.areas60{
	height:60px;
}
@media screen and (max-width: 767px){
.areas60 {
	height:15px;
}}

.phones{
	height:1px;
}
@media screen and (max-width: 767px){
.phones {
	height:40px;
}}



.areas100{
	height:100px;
}
@media screen and (max-width: 767px){
.areas100 {
	height:50px;
}}


.areas200{
	height:200px;
}
@media screen and (max-width: 767px){
.areas100 {
	height:50px;
}}


.areas350{
	height:350px;
}
@media screen and (max-width: 767px){
.areas300 {
	height:200px;
}}


.areas500{
	height:500px;
}
@media screen and (max-width: 767px){
.areas500 {
	height:500px;
}}









.switch{
	position:relative;
	padding:5px;
	font-size:11px;
	color:#ccc;
}

.switch a:link {
	color:#ccc;
	text-decoration:none;
}
.switch a:visited {
	color:#999;
}


.img {
	width:100%;
	height:auto;
}

.simg {
	width:20%;
	height:auto;
	padding:0 0 0 2px;
}


.pimg {
	width:80%;
	height:auto;
	padding:0;
}
@media screen and (max-width: 767px){
.pimg {
	width: 70%;
}}



.cuisine{
	width:40%;
	padding:4px;
	height:atuo;
}
@media screen and (max-width: 767px){
.cuisine {
	width: 30%;
}}




.layout3s {
	position:relative;
	margin: 0 auto;
	width:100%;
	max-width:100%;
}
.layout3s li{
	list-style:none;
	display: inline-block;
	width: 20%;
	height:auto;
	box-sizing:border-box;
	vertical-align:middle;
     /*box-shadow*/
	box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-webkit-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-moz-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
    /*design*/
	margin:8px;
	padding:8px;
	border:1px solid #706452;
	text-align:center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;	font-size:14px;
	font-weight:normal;
}

.layout3s li img{
	width:100%;
}

@media screen and (max-width: 767px){
.layout3s {
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.layout3s li{
	width:40%;
}}



.mlayout {
	position:relative;
	margin: 0 auto;
	width:90%;
}

.mlayout li{
	list-style:none;
	display: inline-block;
	width: 26%;
	height:auto;
	box-sizing:border-box;
	vertical-align:middle;

     /*box-shadow*/
	box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-webkit-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-moz-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
    /*design*/
	margin:8px;
	padding:26px 8px;
	border:1px solid #706452;
	text-align:center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;	font-size:14px;
	font-weight:normal;

}
@media screen and (max-width: 640px){
.mlayout {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width:100%;
}}

@media screen and (max-width: 640px){
.mlayout li {
	width: 40%;
	padding: 8px;
}}
@media screen and (max-width: 320px){
.mlayout li {
	width: 40%;
	padding; 4px;
}}











.m2layout {
	position:relative;
	margin: 0 auto;
	width:96%;
}

.m2layout li{
	list-style:none;
	display: inline-block;
	width: 22%;
	height:auto;
	box-sizing:border-box;
	vertical-align:middle;

     /*box-shadow*/
	box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-webkit-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-moz-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
    /*design*/
	margin:8px;
	padding:26px 8px;
	border:1px solid #706452;
	text-align:center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;	font-size:14px;
	font-weight:normal;

}


@media screen and (max-width: 640px){
.m2layout {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width:100%;
}}

@media screen and (max-width: 640px){
.m2layout li {
	width: 40%;
	padding: 8px;
}}
@media screen and (max-width: 320px){
.m2layout li {
	width: 40%;
	padding; 4px;
}}






















.myayout {
	position:relative;
	margin: 0 auto;
	width:94%;
}

.myayout li{
	list-style:none;
	display: inline-block;
	width: 40%;
	height:auto;
	box-sizing:border-box;
	vertical-align:middle;

     /*box-shadow*/
	box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-webkit-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-moz-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
    /*design*/
	margin:6px;
	padding:8px 2px;
	border:1px solid #706452;
	text-align:center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;	font-size:14px;
	font-weight:normal;
}
@media screen and (max-width: 640px){
.myayout {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width:100%;
}}

@media screen and (max-width: 640px){
.myayout li {
	width: 40%;
	padding: 8px;
}}
@media screen and (max-width: 320px){
.myayout li {
	width: 40%;
	padding; 4px;
}}



.myayout1 {
	position:relative;
	margin: 0 auto;
	width:90%;
}

.myayout1 li{
	list-style:none;
	padding: 10px 4px;
	margin: 0;
	float: left;
	width: 60%;
	height:auto;
	box-sizing:border-box;
	display: block;
	text-align: center;
	border: 0px #fff solid;
	vertical-align:middle;
     /*box-shadow*/
	box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-webkit-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-moz-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
    /*design*/
	margin:6px;
	padding:8px 2px;
	border:1px solid #706452;
	text-align:center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size:14px;
	font-weight:normal;
}



@media screen and (max-width: 640px){
.myayout1 {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width:100%;
}}

@media screen and (max-width: 640px){
.myayout1 li {
	width: 100%;
	padding: 8px;
}}
@media screen and (max-width: 320px){
.myayout1 li {
	width: 100%;
	padding; 4px;
}}








.mblayout {
	position:relative;
	margin: 0 auto;
	width:90%;
	text-align:center;
}

.mblayout li{
	list-style:none;
	padding: 10px 4px;
	margin: 10px;
	display:inline-block;
	width: 25%;
	height:auto;
	line-height:1.4;
	box-sizing:border-box;
	font-size:11px;
	text-align: center;
  	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	border: 0px #fff solid;
	vertical-align:middle;

     /*box-shadow*/
	box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-webkit-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-moz-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
    /*design*/

	border:1px solid #706452;
	text-align:center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;	font-size:14px;
	font-weight:normal;
}

.mblayout span{
	margin-bottom:6px;
}

.mblayout li img{
	padding-top:10px;
	padding-bottom:5px;
}



@media screen and (max-width: 640px){
.mblayout {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width:100%;
}}

@media screen and (max-width: 640px){
.mblayout li {
	width: 40%;
	padding: 8px;
}}
@media screen and (max-width: 320px){
.mblayout li {
	width: 40%;
	padding; 4px;
}}

















.layoutkanko {
	position:relative;
	margin: 0 auto;
	width:100%;
	max-width:100%;
}
.layoutkanko li{
	list-style:none;
	display: inline-block;
	width: 30%;
	height:auto;
	box-sizing:border-box;
	vertical-align:middle;
     /*box-shadow*/
	box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-webkit-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
	-moz-box-shadow:0 0 5px #ece4e1, 0 0 5px #e7b09f, 0 0 1px #c19486;
    /*design*/
	margin:8px;
	padding:8px;
	border:1px solid #706452;
	text-align:center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;	font-size:14px;
	font-weight:normal;
}

.layoutkanko li img{
	width:100%;
}

@media screen and (max-width: 767px){
.layoutkanko {
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.layoutkanko li{
	width:80%;
}}



.layoutservice {
	position:relative;
	margin: 0 auto;
	width:100%;
	max-width:100%;
}
.layoutservice li{
	list-style:none;
	display: inline-block;
	width: 30%;
	height:auto;
	box-sizing:border-box;
	vertical-align:middle;
 }

.layoutservice li img{
	width:100%;
}

@media screen and (max-width: 767px){
.layoutservice {
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.layoutservice li{
	width:80%;
}}





.banner{
	position:relative;
	margin: 0 auto;
	width:100%;
	max-width:100%;
}
.banner li{
	list-style:none;
	float: left;
	width: 20%;
	height:auto;
 }
.banner li img {
	width:70%;
	height:auto;
}


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

.banner {
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.banner li{
	width:50%;
	padding:10px;
}

.banner li img {
	width:100%;

	height:auto;
}}











.wagokoro{
	position:relative;
	margin: 0 auto;
	width:90%;
	height:auto;
     /*box-shadow*/
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    /*design*/
	padding:2px;
	border:1px solid #ccc;
	text-align:center
}



dl{
	color: #555;
	line-height:150%;
}


dt{
	text-align:left;
	font-weight:normal;
}
dd{
	text-indent: 1em;
	text-align:left;
	font-size:13px;
}

.below {
    position:relative;
    height: 350px;
    padding:20px 10px;
    text-align:right;
    background: none;
  }
.below p {
	font-size:14px;
	color:#b79f4a;
}

@media screen and (max-width: 767px){
.below {
	height:170px;
    padding:10px 10px;
}}

.footerdark{
    background: #7c6829;
}




.footerline {
    position:relative;
    padding:2px 0;
    text-align:center;
    background: #e7b09f;
  }
.footerline p {
	font-size:14px;
	color:#a87570;
}
.footerline a:link{
	text-decoration:none;
	font-size:12px;
	color:#a87570;
}
.footerline a:hover{
	text-decoration:underline;
}



.footer {
    position:relative;
    height: auto;
    padding:50px 0;
    text-align:center;
    background: #ece4e1;
    background-image:url(../img/kamome.png);
    background-repeat:no-repeat;
    background-position:bottom 0px right 0px;

  }
.footer p {
	font-size:12px;
	color:#a87570;
}

.tomomachiwall{
	width:100%;
	max-width:100%;
	height:800px;
	background-image: url(../index/tomomachi.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
@media screen and (max-width: 767px) {
.tomomachiwall{
	height:300px;
}}



.mini{
	font-size:10px;
	color:#b79f4a;
}

.park{
	font-size:11px;
	color:#a87570;
}
.copy{
	font-size:11px;
	color:#a87570;
}

embed,
iframe,
object{
	max-width: 100%;
}


hr {
  margin: 0 auto;
  text-align:center;
  width:90%;
  border-top: 1px solid #aa8f39;
  border-bottom: 0px solid #342b2c;
}

.sns {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width:80%;
}
@media screen and (max-width: 767px){
.sns {
	width: 100%;
	padding: 3px;
}}

.sns li{
	list-style:none;
	padding: 10px 10px;
	margin: 0;
	float: left;
	width: 33.3333%;
	height:auto;
	box-sizing:border-box;
	display: block;
	text-align: center;
	border: 0px #fff solid;
	vertical-align:middle;
}

.sns li a:link{
	text-decoration:none;
	color:#eee;
}

@media screen and (max-width: 767px){
.sns li {
	width: 33.3333%;
	padding: 3px;
	font-size:12px;
}}


.searchs{
	position:absolute;
	top:30px;
	left:0px;
	width:auto;
	height:auto;
	padding:14px;
	background: none;
	background-position: right 2px top 10px;
	color:#fff;
	line-height:160%;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	border-radius: 8px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	text-align:left;
	font-size:13px;
	z-index:100;
}

.disnon{
	display:none;
}


.reserve{
	color:#fff;
	font-size:11px;
}

.prop{
	width:100%;
	max-width:100%;
	height:auto;
}

.image img {
	width:100%;
	height:auto;
	border: 2px #837156 solid;
}

.image{
	border: 2px #837156 solid;
}


@media screen and (max-width: 767px){
.image {
	width: 90%;
}}

.backlink{
	text-decoration:none;
	color:#a87570;
	border:1px solid #e7b09f; padding: 8px 24px;
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}

.num{
	color:#a87570;
	font-size:1.0em;
}

.ivory{
	color:#eee;
}

.album{
	width:300px;
	height:210px;
}
@media screen and (max-width: 767px){
.album {
	width:70%;
	height: 70%;
}}

.leaf{
	width:1000px;
	height:1538px;
}
@media screen and (max-width: 767px){
.leaf {
	width:94%;
	height:auto;
}}







  /* style */
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color:#e7b09f;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
  }
  .is-show {
    transform: translateY(0);
  }










.addcom{
	position:relative;
	margin:0 auto;
	margin-top:50px;
	width:70%;
	text-align:left;
	font-size:13px;
	color:#a87570;
}

@media screen and (max-width: 767px){
.addcom{
	width:98%;
}}









