@charset "utf-8";

/*-------------- 共通 --------------*/
<!--[if IE]>
html, body {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}
<![endif]-->

*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,body{
    font-family: "Arial","MS ゴシック",sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0;
}

body {
    width: 100%;
    font-size: 100%;
    color: #000000;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    display: block;
    color: #ffffff;
}

a:hover{
    opacity: 0.7;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

ul {
    list-style: none;
    color: #ffffff;
}

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

h2 {
    font-size: 30px;
    letter-spacing: 0.5em;
    color: #ffffff;
    line-height: 0.8em;
    margin-bottom: 20px;
}

.dot {
    font-size: 16px;
    letter-spacing: 0.5em;
}

.brown {
    color: #85613a;
}
.orange {
    color: #d06c20;
}

.mgr24 {
    margin-right: 24px;
}
.mgr {
    margin-right: 1em;
}

.tel_icon {
  position: relative;
  display: inline-block;
  /*margin: 1.5em 15px 1.5em 0;*/
  padding: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  background: #ca5520;
  border-radius: 50%;
  box-sizing: border-box;
}

.tel_icon:before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -15px;
  margin-top: -10px;
  border: 7px solid transparent;
  border-left: 18px solid #ca5520;
  z-index: 0;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

/*.tel_iconL {
  position: relative;
  display: inline-block;
  /*margin: 1.5em 15px 1.5em 0;/
  padding: 0 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  background: #ca5520;
  border-radius: 50%;
  box-sizing: border-box;
}

.tel_iconL:before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -15px;
  margin-top: -10px;
  border: 7px solid transparent;
  border-left: 18px solid #ca5520;
  z-index: 0;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}*/

.wrapper {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #a38046; /* Old browsers */
    background: -moz-linear-gradient(left, #a38046 0%, #bb9c66 15%, #bb9c66 85%, #a38046 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a38046 0%,#bb9c66 15%,#bb9c66 85%,#a38046 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a38046 0%,#bb9c66 15%,#bb9c66 85%,#a38046 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38046', endColorstr='#a38046',GradientType=1 ); /* IE6-9 */
}

.container {
    padding-top: 87px;
}

/* overwidth */
#body-inside {
    overflow-x: hidden;
}

.overwidth_gnav {
    margin: 0 -500%;
    padding: 0 500%;
    text-align: center;
    background: #251e1c; /* Old browsers */
    background: -moz-linear-gradient(top, #251e1c 0%, #85613a 5%, #3c2617 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #251e1c 0%,#85613a 5%,#3c2617 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #251e1c 0%,#85613a 5%,#3c2617 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251e1c', endColorstr='#3c2617',GradientType=0 ); /* IE6-9 */
}

.overwidth_intro {
    margin: 0 -500%;
    padding: 0 500%;
    text-align: center;
    background-image: url(../images/introductionbg_L.png);
    background-color: #f9f3ea;
    background-position: center;
    background-size: contain;
}


/*.overwidth {
    margin: 0 -500%;
    padding: 0 500%;
    text-align: center;
}*/

.overwidth p {
    padding: 1em;
}

/*----------*/

#footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    background: #251e1c; /* Old browsers */
    background: -moz-linear-gradient(top, #251e1c 0%, #85613a 5%, #3c2617 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #251e1c 0%,#85613a 5%,#3c2617 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #251e1c 0%,#85613a 5%,#3c2617 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251e1c', endColorstr='#3c2617',GradientType=0 ); /* IE6-9 */
}

.top_btn{
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 10000;
    background: #d06c20;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top_btn.open{
    display: none;
}

.fa-angle-up{
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
   position: absolute;
    top:45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/*---------- header ----------*/
.header {
    width: 960px;
    max-width: 100%;
    height: 87px;
    padding-top: 20px;
}

.header_inbox {
    position: relative;
    width: 960px;
    max-width: 100%;
    height: 67px;
    background-color: #ffffff;
  	/*display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
    padding: 0px 10px;
}

/* mobilemenu hiden */
@media (min-width: 768px) {
    .mobile-menu {
        display: none;
    }
}
/*--*/

#Menu{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(247,240,236,0.9);
    padding-top: 100px;
    padding-left: auto;
    z-index: 50;
}

#Menu a{
    font-size: 3vw;
    color: #572b15;
    padding: 20px 0;
}
    
#Menu a:hover{
    background-color: rgba(87,43,21,0.7);
    color: #ffffff;
}

#Menu ul{
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
}

#Menu li{
    display: block;
    text-align: center;
    }

.head_logo {
    width: 410px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.head_info {
    position: absolute;
    top: 0;
    right: 10px;
    width: 300px;
    max-width: 100%;
    height: auto;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: left;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.head_info_text {
    margin-left: 15px
}

.h_info_textsize {
    font-size: 15px;
    line-height: 1em;
}

.h_info_tellno {
    font-size: 28px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    line-height: 1em;
    color: #745028;
}

/* for Scroll Fix Header */
.fix-header {
	background-color:#fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    line-height: 55px;
	top: -55px;/* 上に隠す高さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #3c2617;
	padding-top:5px;
    padding-bottom: 5px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}

	.fix-header-contents{
		max-width: 880px;
		margin: 0 auto;
	}

.fix-header ul{
list-style-type: none;
}

.fix-header li{
	float:left;
	margin-right:32px;
}

.fix-header li a,.fix-header li a:visited{
	color: #3c2617;
	text-decoration: none;
}
.fix-header li:last-child{
	margin-right:0;
}
#fix-header-logo{
	float:left;
}

#fix-header-logo img{
max-width: 200px;
}

#fix-header-menus{
	float:right;
	text-align: right;
}

/*---------- gnav ----------*/
.gnav {
    max-width: 960px;
    height: 54px;
    margin: 0 auto;
}

.gnav ul {
    width: 100%;
    height: 54px;
    overflow: hidden;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.gnav ul li {
    width: 16.7%;
    border-right: 1px #ffffff solid;
    letter-spacing: 0.5em;
}

/*.gnav ul li:first-child {
    text-align: right;
}*/

.gnav ul li:last-child {
    letter-spacing: 0.2em;
    border-right: none;
}

.gnav ul li a {
    display: block;   
    font-size: 16px;
    padding: 16px;
}

.gnav ul li a:hover {
    background-color: #3c2617;
    opacity: 100%;
}

@media (max-width: 959px) {
    .gnav ul li {
        letter-spacing: 0.2em;
    }
    .gnav ul li:last-child {
        letter-spacing: normal;
    }
    .gnav ul li a {
        font-size: 1.6vw;
    }
    .gnav ul li img {
        width: 20%;
        height: auto;
    }
}

@media (max-width: 703px) {
    .gnav ul li {
        letter-spacing: normal;
    }
}

/*---------- cover ----------*/
.cover {
    width: 960px;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 43px;
    position: relative;
}

.headline {
    width: 100%;
    height: auto;
    position: absolute;
    text-align: right;
    top: 61px;
    right: 53px;
    z-index: 10;
}

.swiper-wrapper,.swiper-slide img{
    width: 100%;
    height: 495px;
}
.swiper-slide img{
    -o-object-fit: cover;
       object-fit: cover;
       font-family: 'object-fit: cover;';
}

.swiper-slide a:hover{
    opacity: 1;
}

/*---------- introduction ----------*/
.introduction {
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 55px 0;
    overflow: hidden;
}

.intro_innerbox {
    max-width: 700px;
    margin: 0 auto;
    line-height: 2;
}

.subtext {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.introduction h2 {
    letter-spacing: normal;
    color: #ca5520;
}

.intro_textbox {
    text-align: justify;
}

/*---------- news ----------*/
.news {
    width: 960px;
    max-width: 100%;
    height: auto;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding: 0 25px;
}

.news_textarea {
    width: 50%;
    height: auto;
    overflow: auto;
    text-align: left;
    background-color: #f9f3ea;
    padding: 20px;
}

.news_list  {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.news_list dt {
	    float: left; /*左に寄せる*/
	    clear: left; /*後続の左寄せを解除*/
	    width: 100px;
        height: auto;
        text-align: left;
        display: block;
    padding: 10px 0 10px 10px;
}

.news_list dd {
        height: auto;
	    padding-left: 100px;
        text-align: left;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
}

.news_list dd a {
    color: #000000;
}

.news_list div {
        border-bottom: 1px #000000 dotted;
}

.news_video_wrapper{
	width: 45%;
}
.news_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.news_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------- facility_intro ----------*/
.facility_intro {
    width: 960px;
    max-width: 100%;
    height: auto;
    text-align: left;
    overflow: hidden;
}

.contents_box {
    margin: 0 auto 20px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.contents_box:last-child {
    margin-bottom: 0;
}

.cont_textarea,
.cont_photobox {
    flex: 1;
}

.cont_textarea {
    width: 480px;
    max-width: 100%;
    background-color: #f9f3ea;
    padding: 23px 40px 23px 60px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-direction: column;
}

.cont_titlebox {
    display: flex;
    margin-bottom: 28px;
}

.cont_icon {
    width: 84px;
    height: 84px;
    display: block;
    position: relative;
    background: #85613a; /* Old browsers */
    background: -moz-linear-gradient(top,  #85613a 0%, #3c2617 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #85613a 0%,#3c2617 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #85613a 0%,#3c2617 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85613a', endColorstr='#3c2617',GradientType=0 ); /* IE6-9 */
    border-radius: 50%;
}

.title_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
}

.title_icon02 {
    position: absolute;
    top: 40%;
    right: -15%;
    transform: translateY(-25%) translateX(-40%);
    -webkit- transform: translateY(-25%) translateX(-40%);
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
}

.cont_title {
    width: 296px;
    height: auto;
    padding-top: 12px;
    display: block;
}

.cont_title h3 {
    width: 296px;
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #ca5520;
    text-align: left;
}

.cont_textbox {
    width: 100%;
    text-align: justify;
}

.cont_textbox p {
    font-size: 12px;
    line-height: 1.8em;
}

.cont_photobox {
    width: 480px;
    max-width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.photo-position {
    background-position: left top;
    background-size: cover;
    overflow: hidden;
}

/*---------- facilities ----------*/
.f_about {
    padding-top: 10px;
}

.f_about h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}

.about_text {
    max-width: 712px;
    height: auto;
    overflow: hidden;
    background-color: #f9f3ea;
    text-align: left;
    font-size: 12px;
    margin: 0 auto 20px;
    padding: 10px 30px;
}

.roomphoto {
    width: 712px;
    max-width: 100%;
    margin: 0 auto;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

figure img {
    margin-bottom: 5px;
}

figcaption {
    font-size: 12px;
    text-align: right;
    line-height: normal;
}

.caption_s {
    font-size: 9px;
}

/*---------- company ----------*/
/* facilities・company 概要共通 */
.about_list,
.about_list2 {
    width: 712px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.about_list dl,
.about_list2 dl {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    background-color: #f9f3ea;
}

.about_list dl dt{
    width: 120px;
    float: left;
    padding: 10px;
    margin-bottom: 0;
    border-top: 2px solid #bb9c66;
    box-sizing: border-box;
  }
  .about_list dl dd {
    margin-left: 120px;
    padding: 10px;
    margin-bottom: 0;
    border-top: 2px solid #bb9c66;
    text-align: left;
  }
  
.about_list dl dd a {
    display: inline;
    color: #000000;
}

.f_about {
    padding-top: 10px;
}

.f_about h4 {
    color: #572b15;
    font-size: 16px;
    margin-bottom: 10px;
}
.about_list2 dl dt {
    float: left; /*左に寄せる*/
    width: 232px;
    text-align: center;
    border-top: 2px solid #bb9c66;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0;
}
.about_list2 dl dd {
margin-left: 232px;
padding: 10px;
margin-bottom: 0;
border-top: 2px solid #bb9c66;
text-align: left;
}
.about_list2 dl dt a {
display: inline;
color: #000000;
}
.about_list2 dl dd {
    height: auto;
    padding-left: 232px;
    text-align: left;
    background-color: #f9f3ea;
    padding: 10px;
    margin-bottom: 2px;
}

.about_list2 dl dd a {
    display: inline;
    color: #000000;
}

.ml3 {
    display: inline;
    margin-left: 3em;
  }
  
/*.about_list dl dt p {
    letter-spacing: 0.5em;
}*/


/*参考
dl {
	width: 500px;
	overflow: hidden;
	font-size: 18px;
	background: #ccc;
	border: 1px solid #000;
	border-top: 0;
	box-sizing: border-box;
}

dt {
	float: left;
	width: 150px;
	border-top: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
}

dd {
	background: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 150px;
}

@media (max-width: 480px) {

dl {
	width: 95%;
	margin: 0 auto;
	margin-top: 2.5%;
}

dt {
	width: 100%;
	float: none;
}

dd {
	width: 100%;
	border-left: 0;
}

}
https://ku-su.com/1699/ */

/*----------*/

/*---------- access ----------*/
.mapbox {
    max-width: 100%;
    max-height: 405px;
    position: relative;
}

.mapbox iframe {
    max-width: 100%;
    max-height: 390px;
    overflow: hidden;
}

.map_btn {
    width: 156px;
    height: 28px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    right: 22px;
    bottom: -10px;
    background: #db940f; /* Old browsers */
    background: -moz-linear-gradient(top,  #db940f 0%, #cb562f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #db940f 0%,#cb562f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #db940f 0%,#cb562f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db940f', endColorstr='#cb562f',GradientType=0 ); /* IE6-9 */
    border: 1px #c63a2d solid;
    border-radius: 14px;
}

.map_btn a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 4px;
}

.maptext {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 77px;
    font-size: 90%;
}

/*---------- footer ----------*/
/* footarea */
.footarea {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 43px 45px 18px 33px;
}

.footer_infoarea {
    width: 882px;
  	max-width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-bottom: 10px;
}

.footlogo {
    width: 192px;
    max-width: 100%;
    height: auto;
    margin-right: 30px;
}

.foot_infobox {
    width: 668px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.foot_contactbox {
    max-width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin-bottom: 20px;
}
.telbox {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
    margin-right: 20px;
    margin-left: 20px;
}
.foot_tel {
    width: 310px;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.foot_telno {
    font-size: 36px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    line-height: 1em;
}

.form_btn {
    position: relative;
    width: 240px;
    height: 46px;
    font-size: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: #64a4dc; /* Old browsers */
    background: -moz-linear-gradient(top,  #64a4dc 0%, #3e6eb2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #64a4dc 0%,#3e6eb2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #64a4dc 0%,#3e6eb2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a4dc', endColorstr='#3e6eb2',GradientType=0 ); /* IE6-9 */
    border: 0;
    border-radius: 14px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.form_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    line-height: normal;
}

.btn_iconsizeL {
    font-size: 22px;
}

.foot_addbox {
    width: 882px;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.foot_addbox p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.textL {
    font-size: 23px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.footnav {
    width: 882px;
    max-width: 100%;
    text-align: center;
}

.footnav ul {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footnav ul li {
    border-right: 1px #ffffff solid;
}
.footnav ul li a {
    display: inline-block;
    font-size: 13px;
    padding: 0 20px;
}

.footnav ul li:last-child {
    border-right: 0;
}

.corp {
    max-width: 100%;
    text-align: left;
}

/*.h_info_textsize {
    font-size: 15px;
    line-height: 1em;
}

.h_info_tellno {
    font-size: 28px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1em;
    color: #745028;
}*/

/*---------- disclosure ----------*/
.disclosure_list {
    margin-left: 1em;
}
.disclosure_list li {
    padding-left: 3rem;
    text-indent: -3rem;
}
.d_list_child li {
    padding-left: 1rem;
    text-indent: -1rem;
}

/*---------- privacy ----------*/
.nocover .container {
    max-width: 840px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f9f3ea;
}

.nocover h2 {
    letter-spacing: normal;
    color: #ca5520;
    margin-bottom: 40px;
}

.nocover h3 {
    font-size: 18px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 10px;
}

.nocover .privacy_main {
    max-width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 87px;
    text-align: justify;
    line-height: 2em;
}

.nocover .lead_text {
    margin-bottom: 40px;
}

.nocover .maintext {
    margin-bottom: 30px;
}

.nocover .maintext ul {
    color: #000000;
}

.nocover .privacy_info {
    max-width: 90%;
    margin: 0 auto;
}

/*---------- contact ----------*/
.contact_wrap {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
.contact_inner {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 87px;
}

.container_800{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.mailform p{
    width: 100%;
    text-align: center;
    font-size: 12px;
}

input[type="text"],
textarea{
    border: solid 0.5px #dfdfdf;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    width: 480px !important;
    height: 35px;
    padding: 5px 10px;
    -webkit-box-shadow: 1px 1px 1px 1px #f8f9fa inset;
       -moz-box-shadow: 1px 1px 1px 1px #f8f9fa inset;
            box-shadow: 1px 1px 1px 1px #f8f9fa inset;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

textarea{
    height: 200px;
}

.mailform{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 665px;
    margin: 0 auto;
    font-size: 14px;
}

.mailform dt{
    width: 170px;
    height: 35px;
    background: #efefef;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 7px 12px;
    margin-right: 12px;
    margin-top: 20px;
}

.mailform dd{
    margin-top: 20px;
}

.mailform span{
    color: #E4007F;
}

input[type="radio"]{
    margin-left: 25px;
}

input[type="radio"]:first-child{
    margin: 0;
}

.submit{
    text-align: center;
    margin: 65px auto;
    font-size: 16px;
    width: 260px;
    height: 45px;
    background: #005aaa;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    line-height: 45px;
    color: #fff;
}

input[type="submit"]{
    border-style: none;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 60px;
}

.submit:hover{
    opacity: 0.7;
}

.thanks{
    text-align: center;
    font-size: 18px;
    margin: 19vh 0;
}


/*---------- responsive ----------*/
/*--- br --*/
/*---スマホ時--*/
@media screen and (max-width: 480px) {
.pc-br{display:none;}
.tb-br{display:none;}
.sp-br{display:block;}
}
/*---タブレット時--*/
@media screen and (min-width:481px) and (max-width: 1020px) {
.pc-br{display:none;}
.tb-br{display:block;}
.sp-br{display:none;}
}
/*---PC時--*/
@media screen and (min-width:1021px){
.pc-br{display:block;}
.tb-br{display:none;}
.sp-br{display:none;}
}

@media screen and (max-width:767px) {
    .fix-header {
    display: none;
    }
    .head_info {
    display: none;
    }
    .head_logo {
    width: 53vw;
    max-width: 100%;
    padding-top: 1vh;
    padding-bottom: 1vh;
    }
    .header {
    height: 90%;
    }

    .header_inbox {
    height: auto;
    }
    .con-small {
    padding: 5px 0;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    }
    /*#mobile{
    display: block;
    text-align: right;
    }*/
    .mobile-menu {
    margin-right: 10px;
    font-size: 28px;
    color: #dd5519;
    position: fixed;
    right: 0;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1000;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }    
    .mobile-menu:hover {
    opacity: 0.5;
    }
    #acmenu{
    background-color: rgba(255,255,255,0.7);
    padding: 10px;
    }
    .mobile-menu a{
    display: none;
    }
    #Menu li{
    display: block;
    }
    #Menu a{
    font-size: 16px;
    color: #572b15;
    padding: 20px 0;
    }
    #Menu .show{
    display: block;
    }

    .overwidth_gnav {
    display: none;
    }
    
    .wrapper {
    width: 100%;
    }
    
    .cover {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 43px;
    }
    .headline {
    width: 90%;
    height: auto;
    }
    .swiper-wrapper,.swiper-slide img{
    height: 64.5vh;
    min-height: 100px;
    }    
    .introduction {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 55px 0;
    overflow: hidden;
    }
    .intro_innerbox {
    width: 90%;
    margin: 0 auto;
    line-height: 2;
    }
    .subtext {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    }
    .introduction h2 {
    letter-spacing: normal;
    color: #ca5520;
    }
    
    .news {
    width: 100%;
    height: auto;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px;
    }
    .news_textarea {
    width: 90%;
    margin: 0 auto 20px;
    }
    .news_video_wrapper{
	width: 90%;
    margin: 0 auto;
    background-color: gray;
    }

    .cont_textarea {
    padding: 23px 20px 23px 30px;
    }
    
/* facilities・company 概要共通 */
    .about_list,
    .about_list2 {
    width: 90%;
    }
    .f_about {
    padding-top: 10px;
    /*width: 90%;*/
    margin: 0 auto;
    }

    .mailform {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    }
    .mailform p{
    width: 90%;
    margin: 0 auto;
    }
    .mailform dt{
    width: 90%;
    margin: 20px auto 10px;
        text-align: left;
    }
    .mailform dd{
    width: 90%;
    margin: 0px auto 20px;
    }
    input[type="text"],
    textarea {
    width: 100% !important;
    }
.foot_contactbox {
    width: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
    }
.telbox {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 10%;
}
    .foot_tel {
    margin-left: 0;
}

.form_btn {
    width: 90%;
    margin: 0 auto;
}
    
    .footnav ul li a {
    padding: 0 1em;
    }
}

@media screen and (max-width:710px) {
    .footarea {
    width: 100%;
    margin: 0 auto;
    padding: 43px 0px 18px 0px;
    }
    .footer_infoarea {
    width: 100%;
    }
   .footnav {
    width: 100%;
    text-align: center;
    }
    .foot_infobox {
    width: 100%;
    }
    .footnav ul {
    margin: 0;
    padding: 0;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	justify-content: center;
    }
    .footnav ul li {
        border-right: 0;
    }
    .footnav ul li a {
    display: block;
    padding: 10px;
    }
    .footnav ul li a:hover {
    background-color: #251e1c;
    }
    .footlogo {
    display: none;
    }
}

@media screen and (max-width:480px) {
    .mgr {
    margin-right: 0;
    }

    .container {
    padding-top: 67px;
    }
    
    h2 {
    font-size: 6.25vw;
    }
    .dot {
    font-size: 3.3vw;
    }

    .head_logo {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    }
    
    .cover {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 43px;
    }

    .headline {
    right: 4vw;
    }
    .headline img {
    width: 70%;
    }
    .swiper-wrapper,.swiper-slide img{
    height: 90%;
    }    

    .news_list div {
    margin-bottom: 20px;
    }
    .news_list div:last-child {
    margin-bottom: 0px;
    }
    .news_list dt {
    float: none;
    padding: 0px 0px 5px;
    }
    .news_list dd {
    width: 100%;
	padding: 0px 0px 5px;
    }

    .contents_box {
    margin: 0 auto 20px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .cont_textarea {
    padding: 23px 20px 23px 20px;
    }
    .cont_titlebox {
  	display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 28px;
    }
    .cont_title h3 {
    width: 100%;
    margin-left: 0px;
    }
    .cont_photobox {
    width: 100%;
    height: auto;
    min-height: 200px;
    }
    
/* facilities・company 概要共通 */
    .about_list dl dt,
    .about_list2 dl dt {
	float: none;
	width: 100%;
    }
    .about_list dl dd,
    .about_list2 dl dd {
    text-align: center;
    padding: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    }

    .f_about {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    }
    .about_text {
    width: 90%;
    text-align: center;
    margin: 0 auto 20px;
    padding: 10px 10px;
    }
    .roomphoto {
    width: 100%;
    margin: 0 auto;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	justify-content: space-between;
    }
    figure img {
    width: 90%;
    height: auto;
    margin-bottom: 5px;
    }
    figcaption {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 12px;
    text-align: right;
    line-height: normal;
    }

    .mapbox {
    width: 100%;
    height: auto;
    }
    .mapbox iframe {
    width: 100%;
    max-height: 300px;
    }
    .map_btn {
    display: none;
    }
    .maptext {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 77px;
    font-size: 90%;
    }
    .mgr24 {
    margin-right: 0;
    }
    /*.foot_contactbox {
    width: 75%;
    margin: 0 auto 30px;
    }
*/
    .foot_tel {
/*    width: 100%;
    text-align: center;
*/    font-size: 3vw;
    }
    .foot_telno {
    font-size: 7.5vw;
/*    padding: 5px 0 0 0;*/
    }
/*.tel_iconL {
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}*/

    .foot_addbox {
    width: 90%;
    margin: 0 auto;
    }
    .footlogo02 {
    width: 50%;
    }
    .form_btn {
    display: none;
    }
    
    .corp {
    text-align: center;
    }

}