@charset "utf-8";

/* base&reset settings ----------------------------------------------------*/
@media screen and (max-width: 768px){
img{
/*max-width: 100%;
height: auto;*/
width /***/:auto;
}

#container{
width:100%;
}

html{
	margin:0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #000000;
}

body,p,div,ul,li,h1,h2,h3,h4,dl,dt,dd{
	padding:0;
	margin:0;
}

li{
	list-style:none;
}

a{
	color:#dcc864;
}

a:hover{
	color:#6e6432;
}

header{
width:100%;
height:auto;
position:fixed;
top:0;
left:0;
right:0;
z-index:9999;
transition: 0.5s;
background:#ffffff;
color:#333333;
}

header div{
width:100%;
margin:0 auto;
position:relative;
}

header img{
height:15px;
}

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

header a:hover{
transition: 0.3s;
color:#ffffff;
}

.m_right{
flex-basis:100%;
}

.m_left{
flex-basis:100%;
height:50px;
}

.catch{
flex-basis:290px;
padding-left:30px;
}

.flex2 {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.flex-sbs {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: start;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.tel{
flex-basis: 50%;
background: #FF8B00;
color: #ffffff;
text-align: center;
font-size: 1.2rem;
line-height: 1.2rem;
}

.contact{
flex-basis: 50%;
background: #8CD250;
color: #ffffff;
font-size: 1.2rem;
line-height: 1.2rem;
text-align: center;
}

.tel a,.contact a{
padding:24px 0;
display: block;
}


footer{
background:#ffffff;
color:#333333;
text-align:center;
padding:0 0 20px;
}

#eleventh img{
width:30%;
}

.credit{
	font-size:12px;
	padding:0 0 20px 0;
}

h1{
color:#1B2B5C;
}

#content{
text-align: center;
margin:0!important;
padding: 0!important;
line-height: 0;
overflow: hidden;
}

#first{
margin-top:115px;
}

#first img,
#second img,
#third img,
#sixth img,
#seventh img,
#eighth img,
#nineth img {
width:100%;
max-width:1440px;
}

#first,
#second,
#third,
#fourth,
#fifth,
#sixth,
#seventh,
#eighth,
#nineth {
background: #eeeeee;
}

#eleventh{
text-align: center;
padding:20px 0 40px;
}

#eleventh img{
width:300px;
}

#tenth{
background: #e1e1e1;
background-image:url("../image/section_11.png");
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
min-height: 295px;
}

#flex3 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	min-height: 295px;
	width:85%;
	margin:0 auto;
}

#flex3 div{
flex-basis: 33%;
margin-top:160px;
}

.conbt01 img{
height:35px;
}

#fifth{
background-image:url("../image/section_07.png");
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
min-height: 426px;
position: relative;
}

.conbt img{
height:40px;
margin:320px 0 0 160px;
}

.conbt{
width:100%;
margin:0 auto;
}

#fourth{
background-image:url("../image/section_13.png");
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
min-height: 270px;
position: relative;
background-color: #ffffff;
}

.conbt4 img{
height:40px;
margin:210px 0 0 190px;
}

.conbt4{
width:100%;
margin:0 auto;
}

/* ContactForm ----------------------------------------------------*/

fieldset{
	border:none;
	padding:0;
	margin:0;
}

textarea {
	resize: none;
}

.form-control {
	display: block;
	width: 380px;
	height: 38px;
	font-weight: 300;
	padding: 6px 12px;
	margin-bottom: 16px;
	line-height: 1.428571429;
	color: #5a5a5a;
	vertical-align: middle;
	background-color: #f4f4f4;
	background-image: none;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background ease-in-out .15s;
	transition: background ease-in-out .15s;
}

.form-control:focus {
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #e9e9e9;
}

textarea.form-control {
	padding: 10px 12px;
}

/** form control: dark version */
.form-control.form-dark {
	color: #000000;
	background-color: #333333;
}

.form-control.form-dark:focus {
	background:#CCC;
}

.form-success {
	display: none;
	padding: 15px;
	margin-top: 40px;
	color: #fff;
	background: #f00423;
}

input.error,
textarea.error {
	border: 1px solid #f00423;
}

.contact-form .loading {
	display: none;
	background: #000;
	background: url(assets/img/ajax_loader.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin-top: 15px;
}

.btn {
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #666;
	padding: 10px 18px;
	letter-spacing: 2px;
	border-radius: 2px;
	background:#eeeeee;
}

.contact-inner{
width:407px;
margin: 20px auto 0;
padding-bottom: 50px;
text-align:center;
}


/* instaget記述
----------------------------------------------------*/
#wrapper {
    width: 90%;
    max-width: 768px;
    min-width: 641px;
    margin: 50px auto;
}
 
#instafeed {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 15px;
    column-fill: auto;
}
 
.pin {
    display: inline-block;
    background: #FEFEFE;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
    opacity: 1;
     
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
 
.pin img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
 
.pin p {
    font: 12px/18px Arial, sans-serif;
    color: #333;
    margin: 0;
}
 
@media (min-width: 320px) {
    #instafeed {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
 
@media (min-width: 960px) {
    #instafeed {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
 
@media (min-width: 1100px) {
    #instafeed {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
 
#instafeed .pin:not(:hover) {
    opacity: 0.4;
}


/* spview
----------------------------------------------------*/

.spview{
	display:none;
}

.pcview{
	display:block;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*画像透過*/
.alpha a:hover img {
opacity: .4;
-webkit-opacity: .4;
-moz-opacity: .4;
filter: alpha(opacity=40);	/* IE lt 8 */
-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}

.alpha  input:hover {
opacity: .4;
-webkit-opacity: .4;
-moz-opacity: .4;
filter: alpha(opacity=40);	/* IE lt 8 */
-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}
 
.alpha a img {
-webkit-transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
-ms-transition: opacity .5s ease-out;
transition: opacity .5s ease-out;
}

.clear{
	clear:both;
}


.mincho{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.slicknav_menu {
display: none;
}
