@charset "UTF-8";
a{color:#2496d4;text-decoration:none;}
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* ------------------------------------- */
/* アンカーリンクずれ
/* ------------------------------------- */
@media (max-width:768px){
a.anchor{
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}}
/* ---------------------------------------------------------------------------------------------

　 title

--------------------------------------------------------------------------------------------- */
#title{
padding: 10px 0 0 0;
background:url(../img/page/title.jpg) repeat;
-moz-background-size:cover;
background-size:cover;
text-align:center;
}
.title_box {
margin: 0 0 0 10px;
}
#title h2 {
margin: 0 auto;
font-size: 130%;
font-weight: normal;
color: #d4639a;
padding: 3% 0;
}
@media screen and (min-width: 768px) {
#title{
padding: 50px 0;
height: 150px;
}
.title_box {
width: 768px;
background:none;
margin: auto;
}
#title h2 {
padding: 15px 0 0 30px;
margin: 0 0 0 -30px;
font-size: 230%;
font-weight: normal;
height: 78px;
}}
@media screen and (min-width: 980px) {
#title{
padding: 0;
}
.title_box {
width: 980px;
}
#title h2 {
padding: 5% 0;
}
}

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

　 見出し

--------------------------------------------------------------------------------------------- */
h4.midasi{
clear:both;width:100%;
font-weight: normal;
padding: .7em 0 .7em 0;
font-size:1.3em;
color: #d4639a;
overflow: auto;
margin: 20px 0;
background: url(../img/page/midasi.png) repeat-x;
background-position:bottom;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
h4.midasi:after,
h4.midasi_red:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
h4.midasi span{
font-size: 70%;
margin: 0 0 0 10px;
}
h5.midasi{
width: 100%;
font-weight: normal;
padding: .7em 0;
margin: 10px 0 20px 0;
font-size: 1.2em;
clear:both;
color:#d4639a;
border-bottom: solid 2px #d4639a;
}
h5.midasi::after{
content: "."; 
display: block; 
height: 0; 
font-size:0;
clear: both; 
visibility:hidden;
}
@media (max-width:600px){
h4.midasi{
font-size:1.2em;
margin:10px 0;
background: url(../img/page/midasi_s.png) repeat-x;
background-position:bottom;
}
h5.midasi{
font-size:1.2em;
padding: 0 0 .5em 0;
}
}
/* ---------------------------------------------------------------------------------------------

　 パンくず

--------------------------------------------------------------------------------------------- */
.pan {
color: #666;
text-align: left;
margin: 20px 0 0 0;
font-size: 60%;
line-height: 180%;
width:100%;
display: block;
}
.pan a {	
color:			#2496d4;
text-decoration:underline;
}
.pan a:hover {
color:			#2496d4;
text-decoration:none;
}
/* ---------------------------------------------------------------------------------------------

　 tex

--------------------------------------------------------------------------------------------- */
.tex {
clear: both;
max-width: 100%;
text-align: justify;
margin:20px 0;
font-family:"Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.tex:after {
content: " "; 
display: block;
clear: both;
}
.tex a:hover {
	border-bottom:1px dotted #2496d4;
	color:#2496d4;
}
.tex img,.p_box img {
border: 0;
max-width: 100%;
height: auto;
}
.tex img a {
border: 0;
}
hr {
border-width: 1px 0 0 0; /* 太さ */
border-style: dotted; /* 線種 */
border-color: #ccc; /* 線色 */
height: 1px; /* 高さ */
max-width: 100%;
clear:both;
margin: 15px 0;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
width: 100%;
margin-bottom: 20px !important;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
float: left;
margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
text-align: center;
}

.gallery-icon img {
width: 100%;
height: auto;
margin-bottom: 10px !important;
}

.gallery-caption { /** キャプション **/
color: #222;
font-size: 14px;
margin: 0 0 10px;
text-align: left;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
width: 100%;
margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
width: 48%;
margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
width: 31.33333%;
margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
width: 23%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
width: 18%;
margin: 0 1%;
}

@media (max-width:767px){
/* 640px以下用の記述 */
.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
width: 48%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item {
width: 31.33333%;
margin: 0 1%;
}
}
@media screen and (min-width: 768px) {
/* pan */
.pan {
font-size: 80%;
line-height: 180%;
}
h4.midasi {font-size: 1.6em;line-height:1.4em;}
h5.midasi {font-size: 1.4em;}
.boxA:after{content: "";display: block;clear: both}
.box2{float: left;width: 48%;}
.box3{float: right;width: 48%;}
}
/* ---------------------------------------------------------------------------------------------

　 ものがたりの街とは

--------------------------------------------------------------------------------------------- */
.message01 {
width: 100%;
}
.message01 h4{
color: #2496d4;
font-size: 160%;
line-height: 1.6em;
font-weight: normal;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
text-align:left
}
.message01 p {
padding: 10px 0;
text-align:left
}
@media screen and (max-width: 979px) {
.message01 br {
display: none;
}
}
@media screen and (min-width: 980px) {
.message01 h4 {
font-size: 170%;
line-height: 2em;
text-align:center
}
.message01 p {
text-align:center
}
.img_w80 {
width: 80%;
display:block;
margin-left:auto;
margin-right:auto;
clear:both;
}
}
/* ---------------------------------------------------------------------------------------------

　 ENTRY

--------------------------------------------------------------------------------------------- */
table {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
border-style: solid;
border-width: 0;
border-bottom: 1px dotted #888;
text-align: left;
}
table#otoiawase {
border-top: 1px dotted #888;
}
table th,table#otoiawase th {
background-color:#fef7f6;
}
table th,
table td {
font-weight:normal;
padding: 15px 15px;
border-top: 1px dotted #888;
border-bottom: 1px dotted #888;
}
table#otoiawase th,
table#otoiawase td {
font-weight:normal;
padding: 8px;
border-bottom: 1px dotted #888;
}
table.mobile-block {
border-left: none;
}
table.mobile-block th {
color:#333;
}
table td img {
margin: 0 0 10px 0;
margin-bottom: 0;
}
.contactform-width {
max-width: 100%;
}
.red {
color: red;
}
.form_moji {
font-size: 130%;
}
/* 画像用 */
table.topwaku td,
table.topwaku {
font-weight:normal;
padding: 0px 10px;
border: none;
border-top: none;
}
textarea{
width:100%;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}
input[type="text"] ,input[type="email"] {
width:100%;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}

/* お問い合わせボタン */
.buttonContainer {
text-align: center;
padding: 20px 0 0 0;
}
#button {
width: 90%;
display: inline-block;
font: normal normal 300 1.3em '';
text-decoration: none;
color: #d4639a;
background-color: transparent;
border: 1px solid #d4639a;
border-radius: 100px;
padding: .2em 1em;
margin: 5px;
background-size: 200% 100%;
background-color: #fff;
transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
#button:hover {
color: rgba(255, 255, 255, 1);
background-color: #d4639a;
background-position: -100% 100%;
}
.contactform-width {
max-width: 90%;
}
/* ------------------------------------- */
/*contactform7-必須
/* ------------------------------------- */
/* 必須マーク */
.must {
background: #d4639a;
}
/* 任意マーク */
.free {
background: #999;
}
.must,
.free {
color: #FFF;
border-radius: 3px;
font-size: 10px;
margin-right: 10px;
padding: 5px;
letter-spacing: 0.2em;
}
@media (max-width:767px){
table.mobile-block,
table.mobile-block th,
table.mobile-block td{border:none;}
table.mobile-block th,
table.mobile-block td{width:100%;display:block;}
table.mobile-block th,
table#otoiawase th,
table#otoiawase td{border-bottom:none;}
.release br {display: none;}
table#otoiawase {
border-top:none;
}
}
@media screen and (min-width: 768px) {
table#otoiawase th,
table#otoiawase td {
padding: 8px 20px;
}
.contactform-width {
max-width: 90%;
}
#button {
width: 240px;}}
/* ------------------------------------- */
/*赤枠
/* ------------------------------------- */
.red_line {
padding: 1em;
margin: 2em 0;
font-weight: bold;
border: solid 1px red;
}
.red_line p {
margin: 0; 
padding: 0;
}
.red_line:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden
}
/* ---------------------------------------------------------------------------------------------

　 募集要項について

--------------------------------------------------------------------------------------------- */
.botn_box{
  padding:5% 0;
}
.botn_box:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden
}
.botn{
    line-height: 1.25;
  text-decoration:none;
    background:#2496d4;
    color:#fff !important;
    padding:1em 4em;
    text-align: center;
    position: relative;
  transition:.3s;
}
.botn:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:5%;
    margin:auto;
    width: .3em;
    height: .3em;
    border-top: .05em solid #fff;
    border-right: .05em solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}
.botn a:hover{
    opacity:.75;
}
.botn:hover:after{
    right:3%;
}