﻿/* ------------------------------------------------------------------------------
	Template Name: Auro
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/



@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
	/*margin:0px -20px 0 -20px;*/
	/*margin-right: -20px;
	margin-left: -20px;*/
	margin-top: 10px;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	/*font-size: 22px;*/
	color: #2d3033;
	/*font-weight: 400;*/
	font-size: 33px;
	line-height: 33px;
	letter-spacing: 2px;
	font-weight: 300;
	/*margin-top: 30px;*/
	margin-bottom: 20px;
}
h5 {
	/*font-size: 14px;*/
	color: #2d3033;
	/*text-transform: uppercase;
	font-weight: 700;*/
	font-size: 21px;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 10px;
	/*text-transform: none;*/
}
h6 {
	word-break:keep-all; /*単語の途中で改行させない*/
	/*font-size: 14px;*/
	color: #2d3033;
	/*text-transform: uppercase;
	font-weight: 700;*/
	font-size: 21px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:50px;
	/*text-transform: none;*/
}
	color: #2d3033;
	/*text-transform: uppercase;
	font-weight: 700;*/
	font-size: 21px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
	/*text-transform: none;*/
}
h7 {
	color: #6c7279;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn {
	background-color: #333;
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3% 7%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "メイリオ", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	/*list-style: none;*/
	list-style-type: circle; /*白丸の点*/
	margin:0px 0px 10px 20px;
}
.section {
	padding: 70px 0;/* メニュークリック時に各ページに移動した際に停止する位置調整（デフォルト100px 0） */
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 94%;
	z-index: 999;
	margin-left: 3%;
	margin-right: 3%;
	background-color: #fff;
}
#header .header-content {
	margin: 0 auto;
	padding: 40px 0 20px; /* タイトルの高さ調整 */
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
	/*background-color: #f0d1dd;*/
}
.logo {
	word-break:keep-all; /*単語の途中で改行させない*/
	margin-right:50px;
	font-size: 24px;
	color: #000;
	font-weight: 500;
	float: left;
	text-transform: uppercase;
}
.logo2 {
	color: #FFA500;
	font-size: 32px;
	font-weight: bold;
}
/*#header.fixed {
	background-color: #fff;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}*/
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	margin-left: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #bcbcbc;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/

.carousel {
	width: 94%;
	height: 500px;
	margin: auto;
	/*margin-top: 0px; /*トップページ表示時にタイトルの高さを調整しスライド写真に被らないようにここで高さ調整する*/
}
.item, .active, .carousel-inner {
	margin-top: 30px; /*トップページのタイトルとスライド写真の位置調整*/
	height: 100%;
}

.carousel-inner > .item > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-caption {
	bottom: 40%;
	color: #fff;
	left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 0px;
	text-align: center;
	z-index: 10;
}
.carousel-caption h3 {
	font-family: "メイリオ", sans-serif;
	color: #2d3033;
	text-shadow: none;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.carousel-caption p {
	font-family: "メイリオ", sans-serif;
	color: #6c7279;
	text-shadow: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-left:0px;
	margin-right:0px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}
/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.services {
	width: 94%;
	margin: auto;
	background-color: #f2f2f2;
}
/*.services h4 {
	font-size: 33px;
	line-height: 33px;
	letter-spacing: 2px;
	font-weight: 300;
}*/
/*.services h5 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10%;
	text-transform: none;
}*/
/*.services p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
}*/
/*.services-content {
	margin-top: 0px;
}*/
.services-content li a {
	color: #6c7279;
	line-height: 30px;
}
.services-content li a:hover {
	color: #000;
}
a.bbq:hover img {
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70);
    width: 100%;
}
a.bbq img {
	/*border: 2px #FFA500 solid;*/
	width: 100%;
}

/*********** <ここから> 新コロナウイルスに関するアコーディオンメニュー ************/
#corona_label {
    display: block;
    margin: 0 0 4px 0;
    padding : 12px;
    line-height: 1;
    color :#fff;
    background : green;
    cursor :pointer;
}

#corona_bar {
    display: none;
}

.corona ul {
    margin: 0;
    padding: 0 10px 0 25px;
    background-color :#f4f4f4;
    list-style: disc;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.corona li,
.corona p {
    color: green;
    margin-bottom: 5px;
}

.corona p{
	margin-bottom: 20px;
}

#corona_bar:checked + ul {
    max-height: 999px;
    padding: 10px 10px 10px 25px;
}
/*********** <ここまで> 新コロナウイルスに関するアコーディオンメニュー ************/

/*********** <ここから> GoToトラベルキャンペーン ************/
/*アンダーラインを引く*/
.style47{
	background: linear-gradient(transparent 60%, #ffe6ea 60%);
}

.goto-des{
    /*border: 3px dotted #666666;
    border-color: #0066CC;
 	padding: 5px;*/
 	color: #0066CC;
 	background: #FFF;
 	position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: dotted 3px #0066CC;
    border-radius: 8px;
}

.goto-des p{
	color: #0066CC;
}

.goto-des .goto-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    font-size: 19px;
    color: #0066CC;
    font-weight: bold;
}



#goto-banner-wrap{
    border: 2px solid #64B5F6;
    margin: 20px 10px;
}

#goto-banner{
    display: flex;
    padding: 10px;
}

#goto-banner-title{
    text-align: center;
    background-color: #64B5F6;
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    color: #FFFFFF;
}

#goto-staynavi{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #042784;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 20px;
    text-decoration: none;
    transition-duration: 200ms;
    transition-property: background-color;
    white-space: nowrap;
}

#goto-staynavi > span{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: 700;
}

#goto-step{
    width: 60%;
    white-space: nowrap;
}

#goto-staynavi-wrap{
    position: relative;
    width: 40%;
}

#goto-staynavi-link-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#goto-staynavi:hover{
    background-color: #7986CB;
}

#goto-step tr td:first-child{
    padding: 5px;
}

.goto-step-bg{
    position: relative;
    width: 70px;
    height: 30px;
    background-color: #90CAF9;
    border-radius: 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 5px;
}

#goto-step tr td:last-child{
    padding: 0 20px;
}

#goto-step tr td:last-child span{
    padding: 0 5px;
    font-size: 18px;
    background: linear-gradient(transparent 60%, #FFF9C4 60%);
}

.goto-step-bg > span:first-child{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.goto-step-num{
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 1415px){
	#goto-banner-wrap{
		margin: 20px 0;
	}
   
	#goto-step{
     	width: 100%;
	}

	#goto-staynavi-wrap{
     	width: 100%;
	}

	#goto-banner{
     	display: block;
	}

	#goto-staynavi-link-wrap{
     	position: relative;
     	top: auto;
     	left: auto;
     	transform: translate(0, 0);
	}

	#goto-staynavi{
    	border-radius: 40px;
     	height: 50px;
     	margin: 20px auto 0 auto;
	}
    
	#goto-step tr td:last-child{
    	white-space:normal;
     	padding:0;
	}
}
/*********** <ここまで> GoToトラベルキャンペーン ************/


/* ------------------------------------------------------------------------------
	 Space
-------------------------------------------------------------------------------*/
.space {
	width: 94%;
	margin: auto;
	padding: 50px;
	/*background-color: #f1c2b4;*/
}
/* ------------------------------------------------------------------------------
	 Price
-------------------------------------------------------------------------------*/
.price {
	width: 94%;
	margin: auto;
	background-color: #f3f5e5;
}
.style1:before {
	content: "※";
}
.style1 {
	color: #0066CC;
	/*color: #ff8095;*/
	font-size:small;
	list-style-type:none;
	text-indent: -1.5em;
	margin-left: 0em;
	margin-bottom: 20px;
}
/* ------------------------------------------------------------------------------
	 Calendar
-------------------------------------------------------------------------------*/
#calendar {
	line-height: 185%;/* カレンダー月移動時および予約フォーム表示時の高さ微調整（%を上げるほどカレンダー位置が下がる） */
}
/* ------------------------------------------------------------------------------
	 Reservation
-------------------------------------------------------------------------------*/
.reservation {
	width: 94%;
	margin: auto;
	background-color: #f2f2f2;
}
/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio {
	width: 92%;
	margin: auto;
	/*background-color: #f1c2b4;*/
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 2px;
	padding: 0 1px;
}
#portfolio * {
	z-index: 2;
}

/* CSSのみで実装するキャプションエフェクト */
.figure {
	width:		100%;
	height:		auto;
	overflow:	hidden;
	margin:		auto;
	position:	relative;
}
.figure img {
	width: 100%;
	height: 100%;
}
.figure .figcaption {
	font-size:	130%;
	text-align: center;
	color:		#fff;
}
.figure .mask {
	width:		100%;
	height:		100%;
	position:	absolute;
	top:		0;
	left:		0;
	opacity:	0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.figure:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}
/* CSSのみで実装するキャプションエフェクト */
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	width: 94%;
	margin: auto;
	background-color: #333;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 19px "Open Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	 Contact
-------------------------------------------------------------------------------*/
.contact {
	width: 94%;
	margin: auto;
}

.contact-area-right{
	border: 3px dotted aqua;
	padding:10px;
	border-radius: 10px;
}

.contact-area-right:nth-child(1){
	border-color: #ffa3b3;
}
.contact-area-right:nth-child(2){
	border-color: #CBBC4D;
}

.contact-area-right:not(:first-child){
	margin-top: 40px;
}

.contact-area-right h5{
	margin-top: 10px;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	width: 94%;
	margin: auto;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 7%;
}
/*.footer h4 {
	font-size: 13px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	font-size: 11px;
	color: #6c7279;
}*/
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 13px;
	color: #000;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
a.shimai {
	word-break:keep-all; /*単語の途中で改行させない*/
	margin-right:50px;
	font-size: 24px;
	color: #ffbcc8;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline; /*アンダーライン*/
}
.shadow {
	color: #ffa3b3;
	text-shadow: 4px 4px 4px #FFCCD5;
	white-space: nowrap; /*改行させない*/
}

/* ------------------------------------------------------------------------------
	 Work Detial 
-------------------------------------------------------------------------------*/

.work-detail {
	width: 94%;
	margin: auto;
}
.work-detail-margin {
	margin-top: 7%;
}
.detail-image img {
	width: 100%;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 3%;
}
.detail-content h4 {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 300;
}
.detail-content p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
}
