@charset "UTF-8";
body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    background-color: #000000;
}
.wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.header {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0%;
    padding: 0;
    width: 100%;
    height: 103px;
    background-color: hsla(0,85%,21%,1.00);
    color: hsla(0,0%,100%,1.00);
    font-size: 164%;
    text-align: center;
    line-height: 86px;
    margin-top: 60px;
}

.top_banner {
    width: 100%;
    height: 60px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    background-color: #755A6F;
    /* [disabled]border-bottom: 3px solid hsla(0,23%,97%,1.00); */
    opacity: 1;
    z-index: 4;
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 68.15%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 68.15%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 68.15%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: linear-gradient(180deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 68.15%,rgba(23,24,81,1.00) 100%); */
}
.top_banner.show {
    opacity: 1;
    z-index: 2;
    background-color: #755A6F;
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 66.69%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 66.69%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(63,0,30,1.00) 0%,rgba(101,14,56,1.00) 67.39%,rgba(101,14,56,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 66.69%,rgba(23,24,81,1.00) 100%); */
    -webkit-box-shadow: 5px 0px 5px;
    box-shadow: 5px 0px 5px;
    /* [disabled]background-image: linear-gradient(180deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 66.69%,rgba(23,24,81,1.00) 100%); */
}
.top_banner:after {
    display: block;
    clear: both;
    content: "";
}
.top_logo {
    width: 220px;
    height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    margin-left: 6%;
    margin-right: auto;
    opacity: 1;
    z-index: 9;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
.top_logo img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0px;
    opacity: 1;
    z-index: 9;
}
.top_menu {
    display: none;
}


/*ここからハンバーガーのコード
*/



.ham {
    position: fixed;
    width: 40px;
    height: 36px;
    cursor: pointer;
    float: none;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 5;
    right: 5%;
    top: 12px;
    opacity: 1;
    /* [disabled]background-color: hsla(193,69%,38%,1.00); */
}
.ham.show {
    opacity: 1;
    z-index: 5;
}
.ham.clicked {
    opacity: 1;
    z-index: 5;
}
.ham_line {
    position: absolute;
    left: 2px;
    width: 36px;
    height: 3px;
    background-color: hsla(0,0%,100%,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 11px;
    padding-left: 0px;
    transition: 0.7s;
}
.ham_line1 {
    top: 6px;
}
.ham_line2 {
    top: 16px;
}
.ham_line3 {
    top: 26px;
}

.clicked .ham_line1 {
    transform: rotate(225deg);
    top: 20px;
    background-color: #FBF7F7;
}
.clicked .ham_line2 {
    width: 0px;
    background-color: #FBF7F7;
}
.clicked .ham_line3 {
    transform: rotate(-225deg);
    top: 20px;
    background-color: #FBF7F7;
}
#menu_wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.menu {
    width: 100%;
    background-color: #755A6F;
    transition: all 1s;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    opacity: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    top: 0px;
    height: 100%;
    z-index: 0;
    /* [disabled]position: fixed; */
}
.clicked .menu  {
    opacity: 1;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: #755A6F;
    transition: 1s;
    /* [disabled]overflow-y: scroll; */
}
.menu ul {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /* [disabled]padding-top: 10%; */
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 100%;
    height: auto;
    /* [disabled]overflow-y: scroll; */
    /* [disabled]background-color: rgba(9,10,44,1.00); */
    transform: translateX(-50%);
}
.menu ul li {
    margin-bottom: 6%;
    text-align: center;
    text-indent: 0px;
    list-style-type: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 60px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 21px;
    color: #F7F5F5;
    text-decoration: none;
    line-height: 60px;
    opacity: 1;
}
ul li a {
    color: #F6EDED;
    text-decoration: none;
}




/*ここまでハンバーガーのコード
*/







.main {
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,1.00);
    overflow-x: hidden;
}

@media (min-width:0px){
.map1 {
    width: 100%;
    height: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    display: block;
    overflow-x: hidden;
    padding-bottom: 56.25%;
    position: relative;
    z-index: 0;
}
.map1 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.map2 {
    display: none;
    overflow-x: hidden;
}
.map3 {
    display: none;
    overflow-x: hidden;
}
.map4 {
    width: 90%;
    height: auto;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    display: none;
    overflow-x: hidden;
}
.place {
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 6%;
    height: auto;
}
.place h3 {
    width: 77%;
    height: 76px;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 5%;
    margin-left: 0%;
    padding-top: 19%;
    padding-right: 0px;
    padding-bottom: 4%;
    padding-left: 9%;
    color: rgba(255,255,255,1.00);
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 174%;
    line-height: 76px;
}
.place h4 {
    width: 77%;
    height: auto;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 4%;
    margin-left: 10%;
    padding: ショートハンドを設定;
    color: rgba(249,242,188,1.00);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 141%;
}
.place p {
    width: 77%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 2%;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10%;
    color: rgba(255,255,255,1.00);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 100%;
    line-height: 100%;
}
.contact_us {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 9%;
    padding: 0;
    height: auto;
}
.contact {
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,1.00);
    margin-top: 0px;
    padding-top: 0%;
}
.title {
    margin: 0;
    width: 100%;
    height: 84px;
    color: rgba(228,225,225,1.00);
    text-align: center;
    font-size: 187%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding-top: 15%;
}
.tel {
    width: 100%;
    margin: 0;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5%;
    height: auto;
}
.tel img {
    width: 60%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: auto;
    height: auto;
    display: block;
    transition: 0.5s;
}
.tel img:hover {
    background-color: rgba(180,178,178,0.47);
}
.bg {
    width: auto;
    height: 100%;
    display: block;
    position: fixed;
    top: 50%;
    z-index: -18;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mail {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5%;
    width: 100%;
    height: auto;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    /* [disabled]background-color: rgba(232,71,74,1.00); */
}
.mail img {
    width: 60%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding: 0;
    height: auto;
    display: block;
    transition: 0.5s;
    /* [disabled]animation: blink 2s linear infinite alternate; */
}
.mail img:hover {
    background-color: rgba(180,178,178,0.47);
}
.sns {
    width: 350px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    /* [disabled]background-color: rgba(231,18,21,1.00); */
    z-index: 1;
}
.sns1 {
    width: 350px;
    height: 400px;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: block;
    z-index: 1;
    /* [disabled]background-color: rgba(230,18,22,1.00); */
}
.sns2 {
    display: none;
    width: 500px;
    height: 400px;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.sns3 {
    display: none;
}
.footer {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 40px;
    background-color: #755A6F;
    text-align: center;
    color: rgba(255,255,255,1.00);
    line-height: 40px;
    font-size: 82%;
    /* [disabled]position: absolute; */
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    z-index: 1;
    bottom: 0px;
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(63,0,30,1.00) 0%,rgba(101,14,56,1.00) 0%,rgba(63,0,30,1.00) 100%,rgba(101,14,56,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: linear-gradient(180deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
}
.place p a {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}
}

@media (min-width:590px){
	a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
.map1 {
    display: none;
}
	
.map2 {
    display: block;
    width: 100%;
    height: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 56.25%;
    padding-left: 0px;
    overflow-x: hidden;
    position: relative;
}
.map2 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.map3 {
    display: none;
}
.map4 {
    display: none;
}
.place {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    height: auto;
}
.place h3 {
    width: 77%;
    height: 76px;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 5%;
    margin-left: 0%;
    padding-top: 15%;
    padding-right: 0px;
    padding-bottom: 0%;
    padding-left: 9%;
    color: rgba(255,255,255,1.00);
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 174%;
    line-height: 76px;
}
.place h4 {
    width: 77%;
    height: auto;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 4%;
    margin-left: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 9%;
    color: rgba(249,242,188,1.00);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 156%;
}
.place p {
    width: 77%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0%;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10%;
    color: rgba(255,255,255,1.00);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 129%;
    line-height: 152%;
}
.sns {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    /* [disabled]background-color: rgba(211,60,63,1.00); */
}
.sns1 {
    display: none;
    width: 350px;
    height: auto;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.sns2 {
    display: block;
    width: 400px;
    height: 400px;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.sns3 {
    display: none;
}
.contact_us {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    margin-bottom: 5%;
    height: auto;
}
}

@media (min-width:900px){
.map1 {
    display: none;
}
.map2 {
    display: none;
}
.map3 {
    display: block;
    width: 100%;
    height: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 56.25%;
    padding-left: 0px;
    overflow-x: hidden;
    position: relative;
}
.map3 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.map4 {
    display: none;
}
.place {
    margin-top: 60px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 4%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5%;
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,1.00);
}
.place h3 {
    width: 77%;
    height: 76px;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    padding-top: 3%;
    padding-right: 0px;
    padding-bottom: 4%;
    padding-left: 9%;
    color: rgba(255,255,255,1.00);
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 174%;
    line-height: 76px;
}
.place h4 {
    width: 77%;
    height: auto;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 4%;
    margin-left: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 9%;
    color: rgba(249,242,188,1.00);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 183%;
}
.contact_us {
    display: block;
    width: 100%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6%;
    padding: 0;
    height: auto;
}
.contact_us:after {
    display: block;
    clear: both;
    content: "";
}
.title {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 219px;
    line-height: 219px;
}
.contact {
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 50%;
    height: auto;
    padding: 0;
    margin-left: 0px;
    /* [disabled]background-color: rgba(235,10,14,1.00); */
}
.tel {
    width: 100%;
    height: 124px;
    margin-top: 15%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}
.tel img {
    width: 90%;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 10%;
    padding-bottom: 0;
    height: auto;
}
.mail {
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
    /* [disabled]background-color: rgba(108,221,209,1.00); */
}
.mail img {
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 10%;
    margin-bottom: 0%;
    width: 90%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0%;
    padding-bottom: 0;
    height: auto;
    /* [disabled]background-color: rgba(243,219,219,1.00); */
}
.sns {
    float: left;
    width: 47%;
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 1%;
    padding-bottom: 0;
    height: auto;
    /* [disabled]background-color: rgba(12,17,221,1.00); */
}
.sns1 {
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    display: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 350px;
    height: auto;
}
.sns2 {
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    display: block;
    width: 400px;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.sns3 {
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    display: none;
    width: 500px;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.footer {
    background-color: #755A6F;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 40px;
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 82%;
    line-height: 40px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    z-index: 1;
    bottom: 0px;
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(63,0,30,1.00) 0%,rgba(101,14,56,1.00) 0%,rgba(63,0,30,1.00) 100%,rgba(101,14,56,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]position: absolute; */
    /* [disabled]background-image: linear-gradient(180deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
}
}

@media (min-width:1100px){
.top_banner {
    opacity: 1;
    width: 100%;
    height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    transition: 0.7s;
    background-color: #755A6F;
    z-index: 6;
}
.top_banner.show {
    opacity: 1;
    width: 100%;
    height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    transition: 0.7s;
    z-index: 2;
    background-color: #755A6F;
    -webkit-box-shadow: 5px 0px 5px;
    box-shadow: 5px 0px 5px;
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 67.91%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 67.91%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 67.91%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: linear-gradient(180deg,rgba(9,10,44,1.00) 0%,rgba(0,1,74,1.00) 67.91%,rgba(23,24,81,1.00) 100%); */
}
.top_logo {
    /* [disabled]display: block; */
    width: 30%;
    height: 80px;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    z-index: 32;
    position: absolute;
    /* [disabled]background-color: rgba(9,231,69,1.00); */
    line-height: 80px;
}
.top_logo img {
    width: 266px;
    height: auto;
    margin-top: 0;
    margin-left: 10%;
    margin-bottom: 0;
    padding: 0;
    display: block;
    /* [disabled]line-height: 80px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* [disabled]background-color: rgba(229,175,176,1.00); */
}
.top_menu {
    display: block;
    width: 70%;
    height: 80px;
    position: fixed;
    top: 0px;
    opacity: 1;
    z-index: 81;
    /* [disabled]background-color: hsla(0,94%,21%,1.00); */
    left: 30%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.top_menu ul  {
    width: 100%;
    margin-top: 0%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    height: 80px;
    list-style-type: none;
    /* [disabled]background-color: rgba(216,17,21,1.00); */
    margin-left: 18%;
}
.top_menu ul li {
    color: hsla(0,36%,95%,1.00);
    width: 20%;
    height: auto;
    margin-right: 0%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /* [disabled]background-color: hsla(359,80%,73%,1.00); */
    font-size: 15px;
    text-align: left;
    margin-left: -5%;
    float: left;
    line-height: 80px;
    margin-top: 0px;
    vertical-align: 55%;
    display: inline;
}
.ham {
    opacity: 0;
    display: none;
}
.map1 {
    display: none;
}
.map2 {
    display: none;
}
.map3 {
    display: none;
    width: 100%;
    height: auto;
}
.map4 {
    width: 100%;
    height: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 56.25%;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
    position: relative;
}
.map4 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.place {
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,1.00);
    margin-top: 80px;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 0px;
}
.place h3 {
    width: 77%;
    height: auto;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    padding-top: 2%;
    padding-right: 0px;
    padding-bottom: 4%;
    padding-left: 9%;
    color: rgba(255,255,255,1.00);
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 200%;
}
.contact_us {
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,1.00);
    margin-top: -2%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}
.title {
    width: 100%;
    margin: 0;
    padding-top: 6%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 4%;
    height: 232px;
    line-height: 232px;
}
.contact_us:after {
    display: block;
    clear: both;
    content: "";
}
.contact {
    padding: ショートハンドを設定;
    margin: 0;
    width: 50%;
    height: auto;
    float: left;
    /* [disabled]background-color: rgba(77,125,210,1.00); */
}
.contact:after {
    display: block;
    clear: both;
    content: "";
}
.mail {
    width: 100%;
    height: auto;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 0%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0%;
    /* [disabled]background-color: rgba(236,12,16,1.00); */
}
.mail img {
    width: 90%;
    margin-top: 121px;
    margin-right: 0;
    margin-left: 10%;
    padding-top: 0%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    height: auto;
}
.tel {
    width: 100%;
    height: 124px;
    margin-top: 15%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}
.tel img {
    width: 90%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 10%;
    margin-bottom: 0;
    padding: 0;
    height: auto;
}
.sns {
    width: 47%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0%;
    margin-bottom: 0;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 1%;
    padding-bottom: 0%;
    height: auto;
    float: left;
}
.footer {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 40px;
    background-color: #755A6F;
    color: rgba(218,218,215,1.00);
    text-align: center;
    font-size: 82%;
    line-height: 40px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    z-index: 1;
    bottom: 0px;
    /* [disabled]background-image: -moz-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(63,0,30,1.00) 0%,rgba(101,14,56,1.00) 0%,rgba(63,0,30,1.00) 100%,rgba(101,14,56,1.00) 100%); */
    /* [disabled]background-image: -o-linear-gradient(270deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
    /* [disabled]position: absolute; */
    /* [disabled]background-image: linear-gradient(180deg,rgba(9,10,44,1.00) 0%,rgba(9,10,44,1.00) 0%,rgba(23,24,81,1.00) 100%,rgba(23,24,81,1.00) 100%); */
}
.sns1 {
    display: none;
}
.sns2 {
    display: none;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    width: 400px;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.sns3 {
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3%;
    display: block;
    width: 500px;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

	
	
	
}

@media (min-width:1250px){
}
