/* @import url(font-awesome.min.css); */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300i,400i");

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


/*----------------------------------------
共通
------------------------------------------*/


body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 'Poppins', 'Roboto', Arial, sans-serif;
    color: #000;
}

html,body{
  height: 100%;
  width:100%;
  margin:0;
  padding:0;
}

.top-main{
  position: relative;
	max-height: 900px!important;
	
	background-color:#999;
	padding-bottom:50px;
}

.relative {
    position: relative;
}

a:hover {
    border-bottom-color: transparent;
    color: #7E69D3;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .1em;
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

a:hover {
    border-bottom-color: transparent;
    color: #7E69D3;
    text-decoration: none;
}

p {
  margin: 0 0 1.5rem 0;
}

ul:not(.browser-default) li {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*ボタン*/
.btn {
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 37px;
}


small,
.small {
    font-size: 85%;
}

.no-margin {
    margin: 0;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}



/*----------------------------------------
モバイル
------------------------------------------*/
.device-mobile {
    display: none;
}


/*----------------------------------------
トップ
------------------------------------------*/
/*タイトル*/
.panel.banner .content#index .title {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.panel.banner .content#index .caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/*トップメニュー*/
/*
.top-menu{
  margin-top:25%;
}
*/

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

#gnav {
    margin-top: 2em;
    width: 100%;
    text-align: center;
}

#gnav li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 3px;
    margin-bottom:15px;
    font-family: "YuMincho","Yu Mincho","Hiragino Mincho Pro","MS PMincho",serif;
    font-size: 16px;
    position: relative;
    letter-spacing: 2px;
}



/*メニュ－アイコン*/
#gnav li.li-about a {
    background: url('../image/about.png') no-repeat left center;
    padding: 8px 0 8px 30px;
}

#gnav li.li-info a {
    background: url('../image/info.png') no-repeat left center;
    padding: 8px 0 8px 30px;
}

#gnav li.li-menu a {
    background: url('../image/menu.png') no-repeat left center;
    padding: 8px 0 8px 30px;
}

#gnav li.li-company a {
    background: url('../image/company.png') no-repeat left center;
    padding: 8px 0 8px 30px;
}

#gnav li.li-course a {
    background: url('../image/course.png') no-repeat left center;
    padding: 8px 0 8px 30px;
}

#gnav li.li-access a {
    background: url('../image/access.png') no-repeat left center;
    padding: 8px 0 8px 30px;
}



#gnav li i {
    font-size: 22px;
    vertical-align: middle;
}

*, ::before, ::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#gnav li a {
    color: #fff;
}

#gnav li a:hover {
    color: #FFDD29;
    text-decoration: underline;
}

/*バナー*/
#indexcontact {
    position: absolute;
    z-index: 99999;
    right: 1%;
    top: 0;
}
#indexcontact a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 192px;
    height: 48px;
    cursor: pointer;
    background: linear-gradient(45deg, #726193 20%, #e37b7c 60%, #ffe4b4);
}

#bnr-taisyo {
    position: absolute;
    z-index: 99999;
    right: 220px;
    top: 0;
}
#bnr-taisyo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 192px;
    height: 49px;
    cursor: pointer;
}

#bnr-romantei {
    position: absolute;
    z-index: 99999;
    right: 425px;
    top: 0;
}
#bnr-romantei a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 192px;
    height: 49px;
    cursor: pointer;
}

/*モバイル用バナー*/
.bnr-wrap{
  overflow: hidden;
  padding: 50px 0;
}

.mobile-bnrs{
  width:32%;
  height: auto;
  float:left;
  margin:0 3px;
  cursor: pointer;
}

#indexcontact-mobile a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: linear-gradient(45deg, #726193 20%, #e37b7c 60%, #ffe4b4);
}

#bnr-romantei-mobile a {

}

#bnr-taisyo-mobile a {

}


/*お知らせ*/
#indexnews {
  width:100%;
  padding: 0;
  max-width: 400px;
  float:left;
}

.info-all{
  width:95%;
  max-width: 935px;
  margin:0 auto;
  overflow: hidden;
}

.topNewsList {
    margin-bottom: 20px;
}

.topNewsList li{
    margin:8px 0;
}

.topNewsList__category {
    display: inline-block;
}

.topNewsList__ico {
    display: inline-block;
    text-align: center;
    min-width: 75px;
    margin: 0 7px;
    border: 1px solid #fff;
    line-height: 1.5;
}

.topNewsList__ico a {
    padding: 2px 5px;
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 0.9em;
}

.topNewsList .day {
    font-size: 0.9em;
    color: #fff;
    margin: 0;
}

.topNewsList__link a {
    margin: 0 10px;
    color: #fff;
}

#indexnews a.btn {
    padding: 10px 0;
}

.btn.btn-border-w {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
}

#indexnews a.btn {
    width: 100%;
    font-size: 1em;
    padding: 10px 0;
  display: block;
  text-align: center;
}

.btn.btn-border-w:hover, .btn.btn-border-w:focus {
    background: #fff;
    border-color: transparent;
    color: #111;
}

.btn {
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 37px;
}


.fb_iframe_widget {
    display: block!important;
    position: static;
    width:400px;
    float:right;
}


/*
スライドショー*/
.panel{
  position: relative;
  z-index: 9999;
}

.flex-control-nav{
  display: none;
}

.hero-slider {
  width:100%;
  /*height: 1100px;*/
	height: 150vh!important;
  position: absolute;
  top:0;
  z-index: 999;
}

ul.slides{
  width:100!important;
  height: 100%;
}

ul.slides li{
  width:100!important;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top!important;
  
}

.hero-slider::before {
    position: absolute;
    background: url('../image/index/slide-bg.png')repeat top left;
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

/*.top-main::before {
    position: absolute;
    background: url('../image/index/slide-bg.png')repeat top left;
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}*/

/*トップメインタイトル*/
#shop-title{
  position: relative;
  z-index: 9999;
  padding-top:250px;
  padding-left:20px;
  padding-right:20px;
}

/*----------------------------------------
パネル
------------------------------------------*/
.heading{
  text-align:center;
  padding:50px 20px;
}

.heading h2 {
    color: #c19870;
    font-size: 4.2rem;
    font-size: 45px;
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
}

table.table-panel{
  width:80%;
  margin:0 auto;
  border-collapse: collapse;
}

table.table-panel td{
  padding-bottom:45px;
}

table.table-panel td.td-panel-left{
  text-align: left;
}

table.table-panel td.td-panel-right{
  text-align: right;
}

table.table-panel img{
  width:90%;
  height: auto;
}

.intro{
  padding-left:20px;
  padding-:20px;
}

.intro-column{
  background:url('../image/bg_lists_wall.jpg') repeat-x left top;
}

.page-wrap{
  width:100%;
  margin:0 auto;
}

.detail {
  margin-top: 35px;
  margin-bottom:100px;
  text-align:center;
  padding:0 20px;
}

.detail h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

.imgNav [class^="col-"] a {
    display: block;
    position: relative;
    overflow: hidden;
}

.imgNav [class^="col-"] a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 195, 160, .7) 0%, rgba(255, 175, 189, .7)100%);
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: 1;
    width:90%;
}

.imgNav [class^="col-"] a:hover::before {
    opacity: 1;
}


td.td-panel-left .imgNav [class^="col-"] a::before {
    left: 0;
}

td.td-panel-left .imgNav [class^="col-"] a::before {
    right: 0;
}



.imgNav .item {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.td-panel-right .item {
    left: 20px;
}

.td-panel-left .item {
    left: -15px;
}













/*----------------------------------------
コンセプト
------------------------------------------*/
.section-heading h2 {
    font-size: 35px;
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
}


.menu-title {
    margin: 0 auto;
    width: 100%;
}

.concept .menu-title h3 {
    font-size: 1.5rem;
    font-family: 'Volkhov',YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.concept .menu-title h2 {
    display: inline-block;
    font-size: 2.8rem;
    letter-spacing: 1rem;
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
}

/*
.conceptcolor {
    background-image: linear-gradient(-225deg, #f9f586 0%, #fff1eb 48%, #ace0f9 100%);
}
*/

table.table-concept{
  width:100%;
  margin:0 auto;
}

table.table-concept td{
  vertical-align: top;
}

table.table-concept td.td-concept-detail{
  width:40%;
  background-image: linear-gradient(-225deg, #f9f586 0%, #fff1eb 48%, #ace0f9 100%);
  text-align:center;
  
 padding: 0 50px;
 height: 1000px;
 vertical-align: middle;
}

table.table-concept td.td-concept-pht{
  background:url('../image/concept/chef.jpg') no-repeat left center;
  background-size:cover;
  width:60%;
}



/*----------------------------------------
お品書き
------------------------------------------*/
/*.menu-top{
  margin-top:116px;
}*/

.menu-wrap{
  margin-bottom:150px;
}

table.table-menu{
  border-collapse: collapse;
  width:90%;
  max-width: 1100px;
  margin:0 auto;
}

td.td-menu-left{
  width:60%;
  vertical-align: top;
}

td.td-menu-left img{
  width:100%;
}

td.td-menu-right{
  width:40%;
  text-align:center;
  position: relative;
  padding:100px 20px 150px;
  vertical-align: middle;
}

/*丼*/
.td-menu-left-don{
  background:url('../image/menu/main-menuimage.jpg') no-repeat right center;
  background-size:cover;
}
td.td-menu-don {
  background-image: linear-gradient(45deg, #fda085 0%, #f6d365 100%);
}
/*.full-band-don{
  background: linear-gradient(90deg,#fff 0%,#fff 50%, #fadbd2 50% ,#fae9b5 100%);
}*/
.full-band-don{
  background-color:#f4f4f4;
}


/*定食*/
.td-menu-left-teisyoku{
  background:url('../image/menu/main-menuimage02.jpg') no-repeat right center;
  background-size:cover;
}
td.td-menu-teisyoku {
  background-image: linear-gradient(45deg, #ffc371 0%, #fe8893 100%);
}
/*.full-band-teisyoku{
  background: linear-gradient(to right, #fff 0%, #f8dee1 100%);
}*/
.full-band-teisyoku{
  background-color: #f4f4f4;
}

/*組食*/
.td-menu-left-kumi{
  background:url('../image/menu/main-menuimage03.jpg') no-repeat right center;
  background-size:cover;
}
td.td-menu-kumi {
  background-image: linear-gradient(45deg, #ffecd2 0%, #fcb69f 100%);
}
/*.full-band-kumi{
  background: linear-gradient(to right, #fff 0%, #fae6e0 100%);
}*/
.full-band-kumi{
  background-color: #f4f4f4;
}

#menu03 ul.ul-kumi-above{
  margin-bottom: 15px;
  border-bottom: 1px dotted #999;
  padding-bottom: 15px;
}


/*麺*/
.td-menu-left-men{
  background:url('../image/menu/main-menuimage04.jpg') no-repeat right center;
  background-size:cover;
}
td.td-menu-men {
  background-image: linear-gradient(45deg, #abecd6 0%, #fbed96 100%);
}
/*.full-band-men{
  background: linear-gradient(to right, #fff 0%, #e6f8e3 100%);
}*/
.full-band-men{
  background-color: #f4f4f4;
}





.menu-title h2 {
    display: inline-block;
    font-size: 2.8rem;
    letter-spacing: 1rem;
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.menu-title h3 {
  font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 1.5em;
}

.vertical_writing {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
/*height: 100px;*/
white-space: nowrap;
}

.menu-title {
    margin: 0 auto;
    width: 100%;
}


#menu01 ul, #menu02 ul, #menu03 ul, #menu04 ul {
    margin: 0 auto;
    text-align:center;
}

#menu01 li figure, #menu02 li figure, #menu03 li figure, #menu04 li figure {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto;
}

#menu01 li, #menu02 li, #menu03 li, #menu04 li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}


.menu-content {
    position: relative;
    padding: 10px 50px;
    background: transparent;
    margin-top: 80px;
    box-sizing: border-box;
}

.mCustomScrollBox {
    position: relative;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.price-menu-left{
  float:left;
  width:50%;
  padding:0 15px;
}

.price-menu-right{
  float:right;
  width:50%;
  padding:0 15px;
}


/*価格表リスト*/
.menulist h3 {
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 30px;
}

.menulist dl {
    margin-bottom: 40px;
}

.menulist dl dt {
    clear: both;
    width: 60%;
}

.menulist dl dd {
    width: 30%;
    text-align: right;
    letter-spacing: 1px;
}

.menulist dl dt,
.menulist dl dd {
    font-size: 16px;
    float: left;
    padding: 20px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.menulist{
  overflow: hidden;
}

/*価格表テーブル*/
table.table-price{
  border-collapse: collapse;
  width:100%;
}

table.table-price td{
  padding:23px 5px;
  border-bottom:1px dotted #e5e5e5;
}

td.menu-price{
  width:30%;
  text-align: right;
}



.anchor-link{
  position: absolute;
  bottom:20px;
  left:50%;
  margin-left: -50px;
}

.anchor-link:hover{
  bottom:10px;
}




/*----------------------------------------
コース
------------------------------------------*/
/*弁当*/
.td-menu-left-syoka{
  background:url('../image/course/coursemenu01.jpg') no-repeat right center;
  background-size:cover;
}

td.td-menu-syoka {
    background-image: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);
}

/*.full-band-syoka{
  background: linear-gradient(90deg,#f7f5f5 0%,#faf0f3 100%);
}*/

.full-band-syoka{
  background-color:#f4f4f4;
}



/*コース*/
.td-menu-left-course{
  background:url('../image/course/coursemenu02.jpg') no-repeat right center;
  background-size:cover;
}
td.td-menu-course {
    background-image: linear-gradient(-225deg, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
}
/*
.full-band-course{
  background: linear-gradient(90deg,#f7f5f5 0%,#f2f1f5 100%);
}
*/
.full-band-course{
  background-color:#f4f4f4;
}








.sec-title h2 {
  color: #c19870;
  font-size: 25px;
  font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
  text-align:center;
}

.course{
  width:70%;
  margin:0 auto;
  overflow: hidden;
}

.course-pht{
  width:45%;
}

.course-pht-left{
  float:left;
}

.course-pht-right{
  float:right;
}

.course h3 {
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .1em;
    text-align: center;
    margin:40px 0;
}

table.table-course {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 100px;
}

table.table-course td.course-pht {
    width: 60%;
    padding: 0 15px;
}

table.table-course td.course-price {
    width: 40%;
    padding: 0 15px;
    vertical-align: middle;
}

.course-copy h3#h3-course {
    font-size: 1.6em;
    color: #c19870;
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
    margin: 10px 0 30px;
}

ul.ul-course {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}

ul.ul-course li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999;
}

.course-drink h3 {
    margin-bottom: 10px;
}

ul.ul-freedrink {
    font-size: 1.3em;
    margin: 20px 0;
    padding: 0;
}

ul:not(.browser-default) li {
    list-style-type: none;
}

.cuisine ul {
    margin-top: 3%;
    margin-left: 0;
    float: left;
    overflow: hidden;
    text-align:center;
}

.cuisine ul li {
    width: 24%;
    /*float: left;*/
    display: inline-block;
    margin: 0 1px 1px 0;
    background: #000000;
    overflow: hidden;
    /*height: 45vh;*/
}

.cuisine img {
    transition: opacity 0.25s ease;
    max-width: 300% !important;
}

.cuisine {
  width:800px;
  margin:0 auto 150px;
  overflow: hidden;
}


.drink-wrap{
  clear:both;
}

.menu-title h2 {
    display: inline-block;
    font-size: 2.8rem;
    letter-spacing: 1rem;
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
  margin-top:20px;
}

#menu05{
  position: relative;
}


.drink-detail{
  position: relative;
  z-index: 99999;
  background:url('../image/course/coursemenu-drink.jpg') no-repeat center top;
  background-size:cover;
}

.drink-wall{
  height: 100vh
}

ul.drink-menu li {
  display: inline-block;
  padding: 0 3px;
}

/*飲み放題*/
h3#h3-drink {
    font-size: 1.6em;
    color: #c19870;
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
    margin: 10px 0 30px;
}

table.table-drink{
  border-collapse: collapse;
  width:100%;
}

td.drink-price{
  width:60%;
  padding:10px 20px;
}

td.drink-pht{
  width:40%;
  vertical-align: bottom;
}

#menu05{
  padding-top:200px;
  margin-top:-200px;
}


/*----------------------------------------
アクセス
------------------------------------------*/
table.table-address{
  border-collapse: collapse;
  width:100%;
  border-top:1px solid #999;
  font-size:0.9em;
}

table.table-address th,
table.table-address td{
  border-bottom:1px solid #999;
  padding:8px 0;
}

table.table-address th{
  width:110px;
  text-align: left;
  font-weight: bold;
}

.td-access-left{
  width:40%;
  padding:100px 50px 50px;
  background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
}

table.table-access{
  width:100%;
}

.td-access-right{
  width:60%;
  vertical-align: top;
  background-color:#eeeeee;
}

#access .sec-title h2 {
  letter-spacing: .1em;
  color: #6600AD;
}

.data-list {
  border-bottom: 1px solid #aaa;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.data-list dt, .data-list dd {
  padding: 12px 10px 10px;
  border-top: 1px solid #aaa;
}

.data-list dt {
  width: 25%;
  font-weight: bold;
  float: left;
  clear: left;
}

.data-list dd {
  width: 75%;
  margin-left: 25%;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-location::before {
    content: "\e9d3";
}

#access p, #access li {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 .5rem 0;
}

#map_include{
   width: 100%;
   height: 130vh;
}


.map-all{
  width:100%;
}

/*----------------------------------------
お問い合わせ
------------------------------------------*/
.content-all-contact {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-above{
  width:100%;
  padding:125px 0 50px 0;
  background-image: linear-gradient(-225deg, #a8edea 0%, #fed6e3 100%);
}

.contact-above p{
  padding:0 50px;
}

.contact h2 {
  width: 100%;
  display: block;
  font-size: 2.5rem;
  letter-spacing: .5rem;
  font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
  text-align:center;
}

.contact-middle{
  width:100%;
  padding:50px 0 50px 0;
}

.contact h3.doc-title {
    text-align: center;
    font-size: 23px;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #728A8D;
}

.contact-middle p{
  padding:0 50px 30px;
}

.form-wrap{
  padding:0 20px 50px;
}

label {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0 0.4875rem 0;
  
  font: inherit;
}

.select-form-control {
    box-shadow: none;
    background: #f6f6f6;
    border: 1px solid #828282;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    width: 100%;
}

form > .field.half, .field.half {
    width: calc(50% - 0.75rem);
  float:left;
}

.form-control {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    background: #f6f6f6;
    border: 1px solid #828282;
  border-radius: 2px;
    height: 50px;
    border-radius: 2px;
    transition: all 0.4s ease-in-out 0s;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
}

/*placeholder*/
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  font-size:12px;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input::-moz-placeholder {
  font-size:12px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  font-size:12px;
}
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
input::-ms-input-placeholder {
  font-size:12px;
}



.wpcf7-form-control-wrap {
    position: relative;
}

form > .field.third {
    width: calc(100%/3 - 0.5rem);
  float:left;
}

form > .field, .field {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding: 1rem 0 0 1.5rem;
    width: calc(100% - 1.5rem);
}

.content-btn {
    text-align: center;
}

.content-btn button, .content-btn .button {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.15em;
    background-image: url("../../images/overlay.png"), linear-gradient(45deg, #726193 20%, #e37b7c 60%, #ffe4b4);
    padding: .8em 3em !important;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid #4B0080;
}

textarea.form-control {
    height: auto;
}


/*お電話での連絡*/
.contactcolor02 {
    background-image: linear-gradient(-225deg, #5271C4 0%, #B19FFF 48%, #ECA1FE 100%);
  padding:50px 0;
}

.contact h3 {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
  text-align:center;
}

.contact h3.phone-number {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
  margin:10px 0 20px;
  color:#000;
}

.contact h3.phone-number a{
  color:#000;
}

.contact-below{
  text-align:center;
  margin-bottom:50px;
}

.contact-below p{
  padding:0 50px;
}


/*----------------------------------------
facebook埋め込み：レスポンシブ対応
------------------------------------------*/
.fb-page {
    display:block !important;
    width:100%;
    max-width:440px;
    margin-left:auto;
    margin-right:auto;
    height:450px;
}
