﻿@charset "utf-8";

/* CSS初期化のスタイルを記載 */
* {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family:Helvetica, Arial, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
	display: block;
}
body {
	font-size: 88%;
	line-height: 1;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
}
font {
	font-size: 100% !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table { /* markup tables with 'cellspacing="0"' */
	border-collapse: collapse;
	border-spacing: 0;
}
/**/


/* link */
a:link {
	/*display: block;*/
	color:#82acab;
	text-decoration: underline;
}
a:visited {
	color:#82acab;
	text-decoration: none;
}
a:hover {
	color:#82acab;
	text-decoration: none;
}
a:active {
	color:#82acab;
	text-decoration: none;
}

/* Clearfix */
.clr {
	zoom : 1;
}
.clr:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

/* display:none */
.disnon {
	display: none;
}

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

	header

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

.top-header{
	overflow:hidden;
	border-bottom:solid 1px #f1f1f1;
	width:100%;
}
.top-header ul{
	float:right;
	overflow:hidden;
}
.top-header p{
	text-align: center;
}
.top-header ul li {
	float:right;
	padding:10px 20px 0 0  ;
}
.top-header ul li a{
	color:#333;
}
@media screen and (max-width: 480px) {

.top-header{
	overflow:hidden;
	border-bottom:solid 1px #f1f1f1;
	width:100%;
}
.top-header p img{
    max-width: 80px;
}
}


header{
	width:100%;
}
header .ttl {
	border-bottom: 3px solid #82acab;
	padding: 23px 0;
	margin: 0 auto;

}
header .ttl a img {
	display:block;
	width: 240px;
	margin:0 auto;
}


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

	コンテンツ共通

----------------------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
	position: relative;
}
body > noscript + img,
body > iframe + img,
body > #colorbox + img {
	display: none;/*解析タグによるコンテンツ下の余白対策*/
}
#main {
	background: #fff;
	min-width: 68%;
	overflow: hidden;
}
#wrapper {
	width: 68%;
	margin: 0 auto;
	padding-top: 30px;
}

#wrapper:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
.alphaOver a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}

.alpha:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}


/* 見出し
--------------------------------------------*/
h2 {
	font-size: 180%;
	font-weight: bold;
	color: #82acab;
	padding:5% 0;
	text-align:center;
	line-height:3;
}



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

	footer

----------------------------------------------------------------------------- */
footer {
	margin-top: 150px;
	position: relative;
}
footer > div.clr {
	background-color: #82acab;
	padding: 18px 0;
	margin: 0 auto;
}


/* Copyright
---------------------------------------------*/
footer small {
	font-size: 10px;
	text-align:center;
	color: #fff;
	margin: 0 auto;
	display: block;
}

/*ここから*/


/* プラン
--------------------------------------------*/
#wrapper .plan {
	margin-bottom: 5px;
}
#wrapper .plan li {
	display: inline-block;
}
#wrapper .plan li a {
	border: 1px solid #b5e6ef;
	border-radius: 50px;
	display:block;
	text-align: left;
	vertical-align: left;
	padding:20px;
	margin-bottom:15px;
	text-decoration: none;
	color: #333;
	margin: 0 5px 15px 0;

}

#wrapper .plan li.active a,
#wrapper .plan li a:hover {
	background-color: #82acab;
	border-color: #82acab;
	color: #fff;
}
#wrapper h3.leader {
	width:90%;
	line-height: 1.6;
	margin: 0 auto 25px;
	color:#82acab;
	border-left:solid #82acab 5px;
	padding-left:20px;
	font-size:150%;
	font-weight:bold;
	border-bottom:solid 1px #ddd;

}
#wrapper h3.leader span a{
	color: #666;
	font-size:60%;
}
#wrapper h3.leader + p {
	font-weight: bold;
	margin-bottom: 15px;
}

.nashi{
	text-align:center;
	line-height:5;
	background-color:#f1f1f1;
	color:#666;
}

@media screen and (max-width: 800px) {
#wrapper {
	width: 100%;
}
#wrapper h3.leader {
	width:90%;
	margin:0 auto;
}

}


/*login*/


#contents .enter{
	overflow:hidden;
	width:100%;
}
#contents .enter .guest{
	float:left;
	width:48%;
	background:#f7f5ed;
	padding:5%;

}
#contents .enter .login{
	float:right;
	width:48%;
	background:#f7f5ed;
	padding:5%;

}
#contents .enter .guest dl dt,#contents .enter .login dl dt{
	text-align:center;
	font-weight:bold;
	font-size:140%;
	margin-bottom:10%;
	line-height:1.5;
}
.btn a{
	border: 1px solid #82acab;
	border-radius: 50px;
	display:block;
	text-align: center;
	font-weight:bold;
	font-size:120%;
	padding:20px 40px;
	text-decoration: none;
	background-color: #82acab;
	color: #fff;
	margin:5% auto 10%;
}

.btn a:hover {
	opacity:0.8
}
#contents .enter .guest dl dd p{
	text-align:center;
	font-weight:bold;
	font-size:100%;
	color:#82acab;

}


#wrapper .enter .login {
	float:right;
}
#wrapper .enter .login dt {
	margin-bottom:20px;
}
#wrapper .enter .login dd {
	text-align:center;
}
#wrapper .enter .login dd .forget a {
	display:inline-block;
	color: #333;
	text-decoration: none;
	text-align:center;
    font-size: 85%;
}
#wrapper #contents .enter .login dd .forget a:hover {
	text-decoration: underline;
}
#wrapper #contents .enter .login > p {
	color:#777777;
	line-height:1.6;
	margin-top:10px;
}
#wrapper #contents .enter > .login p.memory {
	margin-top: 11px;
	font-weight: bold;
}
#wrapper #contents .enter > .login input {
	width: 90%;
	height:50px;
	border:solid #ddd 1px;
	margin: 0 0 10px;
	background:#fff;
}
#wrapper #contents .enter > .guest input {
	display:block;
	width: 90%;
	height:50px;
	border:solid #ddd 1px;
	margin: 0 auto 10px;
	background:#fff;
}
@media screen and (max-width: 600px) {
#contents .enter .guest{
	float:none;
	width:80%;
	background:#f7f5ed;
	padding:10%;
	margin:0 auto 10%;
}
#contents .enter .login{
	float:none;
	width:80%;
	background:#f7f5ed;
	padding:10%;
	margin:0 auto;

}
}


/* モーダル
--------------------------------------------*/
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../common/img/bg_overlay.png);
	z-index: 9999;
}
.modal p.close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.modal p.close:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.modal p.close img {
	width: 100%;
	height: auto;
}


/*パスワード再発行*/



#wrapper section p.lead {
	margin-bottom: 15px;
	line-height: 1.6;
	width:90%;
	margin:0 auto;
}
#wrapper section p.lead span {
	color: #82acab;
	font-weight: bold;
}
#wrapper section table {
	width: 90%;
	margin:0 auto 30px;
}
#wrapper section table th {
	background: #f7f5ed;
	border: 1px solid #ddd;
	padding: 15px;
	text-align: left;
	display: block;
}
#wrapper section table td {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 15px;
	display: block;
}
#wrapper section table tr:last-child td {
	border-bottom: 1px solid #ddd;
}
#wrapper section table th span {
	background: #82acab;
	color: #fff;
	font-size: 86%;
	display: inline-block;
	padding: 2px 3px;
	font-weight: normal;
	margin-left:2%;
}
#wrapper section table td.name span {
	display: inline-block;
	width: 12%;
	text-align: center;
}
#wrapper section table td.name input{
	width: 37%;
	height:30px;
}
#wrapper section table td input{
	width:100%;
	height:30px;
	border:solid 1px #ddd;

}
#wrapper section table td ul li:first-child {
	margin-top: 0;
}
#wrapper section table td ul li {
	margin-top: 15px;
}
#wrapper section table .question li:last-child span {
	float: left;
	padding-top: 12px;
}
#wrapper section table .question li:last-child input {
	width: 86%;
	float: right;
}
.w40{
	width:40%;
	margin:0 auto;
}
/*詳細入力*/
.contact {
    width: 100%;
    margin: 0 auto;
}

.contact-ttl {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.contact-table {
    width: 90%;
    margin:0 auto 20px;
    border: 1px solid #ccc;
    color:#333;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
    text-align:left;
    color:#333!important
}
.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}

.contact-body {
    width: 90%;
}
.contact-body span{
	color:#333;
}
.form-text {
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-sex + .contact-sex {
    margin-left: 10px;
}

.contact-sex-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-select {
    width: 90%;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom:10px;
}

.contact-skill {
    display: block;
}

.contact-skill + .contact-skill {
    margin-top: 10px;
}

.contact-skill-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-textarea {
    width: 90%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-submit {
    background-color: #82acab;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size:140%;
    padding: 20px 60px;
    border-radius: 100vh;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.info {
	width:90%;
	background: #f7f5ed;
	margin: 0 auto 20px;
	overflow:hidden;
}

.info .day {
	width:90%;
	margin: 10px auto;
	overflow:hidden;
	padding:10px 0 0 10px;
}
.info .pb{
	padding-bottom:10px;
}
.info .day dt {
	color: #82acab;
	font-weight: bold;
	width:10%;
	float:left;
}
.info .day dd{
	width:80%;
	font-weight: bold;
	float:left;
}
@media screen and (max-width: 800px) {
.info .day dt {
	width:26%;
}
.info .day dd{
	width:70%;
}
}
.info p a {
	display:block;
	font-size:90%;
	padding: 10px 20px;
	border-radius: 20px;
	background:#82acab;
	text-align: center;
	color: #fff;
	text-decoration:none;
	float:right;
	margin:0 40px 20px 0;
}
.info dd a:hover {
	opacity:0.8;
}

.flexbox-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:90%;
	margin:0 auto;
}
.flexbox-item-1{
	flex-basis:30%;
}
.flexbox-item-2{
	flex-basis:30%;
}
.flexbox-item-3{
	flex-basis:30%;
}
.time a{
	display:block;
	font-weight:bold;
	text-align:center;
	padding:4% 5%;
	color:#fff;
	background:#d65e72;
	text-decoration:none;
	font-size:120%;
	border-radius:50px;
}
.time a:hover{
	opacity:0.8;
}
.no-time a{
	display:block;
	font-weight:bold;
	text-align:center;
	padding:4%;
	color:#fff;
	background:#666;
	text-decoration:none;
	font-size:120%;
	border-radius:50px;

}
.time a span{
	font-size:150%;
}
/*撮影目的*/
#contents .flexbox-container2{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:90%;
	margin:0 auto;

}
#contents  .flexbox-item-11{
	flex-basis:30%;
}
#contents  .flexbox-item-22{
	flex-basis:30%;
}
#contents .flexbox-item-33{
	flex-basis:30%;
}
#contents .flexbox-container2 .time2 a{
	display:block;
	font-weight:bold;
	text-align:center;
	padding:6%;
	color:#333;
	border: 1px solid #b5e6ef;
	text-decoration:none;
	border-radius:50px;
	margin:10px 0;

}
#contents .flexbox-container2 .time2 a:hover{
	border:solid 1px #82acab;
	background:#82acab;
	color:#fff;
}
#contents .flexbox-container2 .time2 a span{
	font-size:150%;
}
@media screen and (max-width: 800px) {
#contents .flexbox-container2 {
	display:block;
	flex-wrap:nowrap;
	width:90%;
	margin:0 auto;

}
#contents .flexbox-container2 .time2 a{
	display:block;
	margin:10px 0;
}
}
/*プラン*/
.flexbox-container3{
	display:block;
	flex-wrap:nowrap;
	width:90%;
	margin:10px auto;
}
.time3 a{
	display:block;
	font-weight:bold;
	text-align:center;
	padding:16px;
	color:#333;
	border: 1px solid #b5e6ef;
	text-decoration:none;
	border-radius:50px;
	cursor: pointer;
	margin-bottom:20px;
}
.time3 a:hover{
	border:solid 1px #82acab;
	background:#82acab;
	color:#fff;
}
.time3 a span{
	font-size:150%;
}
.time3 input[type="radio"] {
	display: none;
}
.time3 input:checked~a{
	border:solid 1px #82acab;
	background:#82acab;
	color:#fff;
}
@media screen and (max-width: 800px) {
.time3 a {
	display:block;
	padding:5%;
	margin-bottom:10px;

}
}


/*ナビゲーション*/
.flexbox{
	display:flex;
	width:100%;
	margin:0 auto;

}
.flexbox-item{
	border: 1px solid #fff;
	padding:25px 0;
	background: #f7f5ed;
	font-weight: bold;
	width:33%;
	text-align:center;
	font-size:clamp(10px, 1vw, 20px);
}
@media (max-width: 767px) {
    .flexbox-item{
        padding:15px 0;
    }
} /* min-width: 767px */
.flexbox-item span{
	background: #fff;
	border-radius: 20px;
	margin: 0 10px;
}
.flexbox  p span{
	background: #fff;
	padding: 5px 8px;
	border-radius: 20px;
	display: inline-block;
	margin: 0 10px;
}

.flexbox .active {
	background: #82acab;
	color: #fff;
	font-weight: bold;

}

.flexbox .active span{
	background: #fff;
	color: #82acab;
	font-weight: normal;
}
@media screen and (max-width: 800px) {
.flexbox{
	display:flex;
	width:90%;
	margin:0 auto;

}
}

/* 戻る・進むボタン
--------------------------------------------*/
.pager {
	border-top: 2px solid #dad8d1;
	padding: 25px 0 0;
	margin: 40px 0 0;
}
.pager .pageBack {
	float: left;
	margin-top: 10px;
}
.pager .pageBack a {
	width: 100%;
	display:block;
	text-align: center;
	padding: 22px 36px;
	border-radius: 50px;
	font-size: 107%;
	background: #f2f0e9;
	text-decoration: none;
	color: #333;
}
.pager .pageBack a:hover {
	background: #e7e5df;
	color: #333;
}
.confirm{
	width:96%;
	border:solid 2px #d65e72;
	text-align:center;
	line-height:2.5;
	color:#d65e72;
	font-weight:bold;
	font-size:140%;
	margin:0 auto 60px;
}

/*カレンダー*/
.calender{
    margin: 0 auto;
    color: #666;
}
#header {
    text-align: center;
    font-size: 24px;
    width: 100%;
    margin: 1rem 0 0;
}

/*カレンダー*/
#calendar {
    text-align: center;
    width: 90%;
    margin:0 auto;
}
table {
    outline: 2px solid #f1f1f1;
    border-collapse: collapse;
    width: 100%;
}
th {
    color: #000;
}
th, td {
    outline: 1px solid #f1f1f1;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}
/*日曜日*/
td:first-child {
    color: red;
}
/*土曜日*/
td:last-child {
    color: blue;
}
/*前後月の日付*/
td.disabled {
    color: #ccc;
}
/*本日*/
td.today {
    background-color: #D65E72;
    color: #fff;
}

/*ボタン*/
#next-prev-button {
    position: relative;
    width: 90%;
    margin:0 auto;
}
#next-prev-button button{
    cursor: pointer;
    background: #B78D4A;
    color: #fff;
    border: 1px solid #B78D4A;
    border-radius: 4px;
    font-size: 1rem;
    padding: 0.5rem 2rem;
    margin: 1rem 0;
}
#next-prev-button button:hover{
    background-color: #D4BB92;
    border-color: #D4BB92;
}
#prev {
    float: left;
}
#next {
    float: right;
}

/* 空き状況
--------------------------------------------*/
#wrapper #contents .free {
	width: 90%;
	margin:0 auto;
}
#wrapper #contents .free h4 {
	font-size: 20px;
	font-weight: bold;
	text-align:left;
	line-height:3;

}


#wrapper #contents .center {
	line-height:3;
	width:90%;
	margin:0 auto;
	text-align:center;
	font-size:120%;
	font-weight:bold;
}
#wrapper #contents .message{
	width:90%;
	margin:40px auto;
	text-align:left;
}
#wrapper #contents .tmp_reserve_description {
    width:90%;
    font-size: 16px;
	margin:0 auto 50px;
	text-align:center;
    line-height: 1.4;
    font-weight: bold;
}
#wrapper #contents .alert {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    color: #f00;
    line-height: 1.5;
}
@media (max-width:767px) {
    #wrapper #contents .alert {
        font-size: 15px;
    }
}
#wrapper #contents .center {
	line-height:3;
	width:90%;
	margin:0 auto 20px;
	text-align:center;
	font-size:120%;
	font-weight:bold;
}
#wrapper p.lead {
	line-height: 2;
	width:90%;
	text-align:left;
	margin:40px auto;
}
#wrapper p.lead span {
	font-weight: bold;
}

/* >>>>>> Added by rango109 >>>>>> */
.form-error {
	text-align: left;
	color: red;
	font-size: small;
	margin-top: .5rem;
	padding-left: .1rem;
}

.short a {
	background: #82acab;
	color: #fff;
	padding: 25px 0;
	font-weight:bold;
	font-size:120%;
	display:block;
	text-align:center;
	text-decoration:none;
	width:40%;
	margin:40px auto 100px;
	border-radius:50px;
}
.short a:hover {
	opacity:0.8;
}
/* <<<<<< Added by rango109 <<<<<< */
