﻿@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* リセット */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}

ul{
	list-style:none;
}

li {
    list-style: none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

caption,th{
	text-align:left;
}

q:before,q:after{
	content:'';
}

object,embed{
	vertical-align:top;
}

legend{
	display:none;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

img,abbr,acronym,fieldset{
	border:0;
}



/* サイトベース設定 */

html{
    font-size: 62.5%;
}

body{
    min-width: 1040px;
	font: 14px/1.9;
	font-family:"メイリオ",
        Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", 
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	
	line-height:180%;
	
/* ▼文字色はここを変更 */
	color: #2b2b2b;
	
/* ▼背景色はここを変更 */
	background: #fff;
	background-color: none;/* ★追加 */
	background-image: url('../img/');/* ★追加 */
}

@media screen and (max-width: 750px){
  body {
    min-width: initial;
  }
}

a{
/* ▼文字色はを変更したらここも変更 */
	color: #333;
	text-decoration: underline;
    transition: color .3s;
}

a:hover, .active, .visited{
/* ▼文字色はを変更したらここも変更 */
	color: #ea703a;
}


a:active, a:focus,input:active, input:focus{
	outline:0;
}

#container {
    clear: both;
 	overflow:hidden;
}



/*==============================================
   ボタン
==============================================*/

.bnt{
    width:12em;
    color:#FFFFFF;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    text-align: center;
	font-size:90%;
    background: #CCCCCC;
    border-radius: 20px;
        -webkit-border-radius: 20px;/* for Safari and Chrome 対応*/
        -moz-border-radius: 20px;/* for Firefox 対応*/
	margin:35px auto;
}



/* シンプルボタン（詳しく見るとかのボタン）
------------------------------------------------------------*/
.btn-square {
        position: relative;
        display: inline-block;
        padding: 0.4em 0.8em;
        font-size: 13px;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        background: #6c68c4;
        transition: .3s;
}


.btn-square:hover {
   /*マウスオーバーしたとき*/
        background: #688bd9;
        color: #ffffff;
}

@media only screen and (max-width: 750px){}
    .btn-square{
        margin-bottom: 5px;
}





/*==============================================
   ヘッダー
==============================================*/

#header{
    padding: 0 150px;
	text-align: center;
	background-color: #fff;/* ★追加　←ここではＰＣ800px以上が対応 */
}

@media screen and (max-width:1200px){
    #header {
        padding: 0 90px;
    }
}

.header{
    padding: 0 150px;
	text-align: center;
	background-color: #fff;/* ★追加　←ここではＰＣ800px以上が対応 */
}

@media screen and (max-width:1200px){
    .header {
        padding: 0 90px;
    }
}


#header h1{
	padding-top: 10px;
}

.mainnav {

}
.mainnav li{
}

.mainnav a{
/* ▼文字色はを変更したらここも変更 */
	color: #333;
}

#secondimg{
	position: relative;
	overflow: hidden;
	width: 100%;

}

#msecondmg img{
	position: absolute;
	left: 50%;
	max-width: 1280px;
	width: 1280px;

	margin-left: -640px;
}

.header-logo{
    width: 300px;
    float:left;
    transition: .2s;
}

.header-logo:hover {
    opacity: 0.7 ;
}

@media screen and (max-width: 1200px){
  .header-logo {
    padding-top: 10px; 
    width: 250px;
  }
}

.example {
  position: relative;
  }

.example .logo img {/*pタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  filter: drop-shadow(0 0 3px #000);
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  color: white;/*文字色*/
  font-size: 25px;/*文字サイズ*/
  text-align:center;/*pタグ内で更に中央寄せ*/
  font-family: 'Quicksand',sans-serif;
  width: 70%;
  }


.example img {
  width: 100%;
  }




/*==============================================
   フッター
==============================================*/

#footer{
	width:100%;
	background: linear-gradient(#f8f8f8,#f2f2f2);
	padding:20px 0;
}


#footer_in{
	max-width:860px;
	margin:10px auto;
}

.row_footer {
    display: flex;
}

.col_footer {
    width: 100%;
    margin-left: 20px;
}

.col_footer li{
    font-size: 93%;
    line-height: 1.7em;
	list-style-type: none
}

.col_footer li span{
	color: #ea703a;
	font-weight:bold;
	font-size:1.1em;
}

#footer p.copy{
	margin-top:2em;
	text-align:center;
	font-size:0.7em;
}


/*==============================================
   共通
==============================================*/

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

section{
	clear:both;
	padding-top: 30px;
}

section h2{
	font-family:'Century Gothic',"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 95%;
	margin: 0 auto 40px;
    padding: 3px;
	font-size: 15px;
	text-align: center;
    letter-spacing: .3em;
    font-weight: 700;
	background-size: 1px 1px;
    border-bottom:1px solid #ea703a;
}

/* ▼サブタイトルの設定 */
section h2 span {
	color: #f8a782;
/*
	background:  #ea703a; 
*/
	background: none;/* ★追加 */
	padding: 0 80px;
}

/* ▼コンテンツ幅大 */
.inner{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* ▼コンテンツ幅小 */
.innerS{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 50px;
}
/* 2181204追記*/
.innerS img{
	display: block;
	margin: 0 auto;
}

/* ▼サブタイトル */
h3 {
	width: auto;
	background: #ea703a;
	font-size: 1.3em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin: 0 auto 20px auto;
	padding: 6px 30px;
    border-radius: 5px;
    clear: both;
	font-weight: normal;
	display: table;
	text-align: center;
}


h4 {
	width: auto;
	font-size: 1.3em;
	text-align: center;
	letter-spacing: 0.1em;
    color: #4b4b4b;
	border-bottom: 3px solid #CCCCCC;
	display: table;
	margin: 0 auto 13px auto;
	text-align: center;
	clear: both;
	font-weight: bold;
}

/* ▼印象的サブタイトル*/
h5 {
	clear: both;
	max-width:1000px;
	font-size: 1.1em;
	padding: 10px 20px;	
	background: url(../img/h5_bg.png) no-repeat right center, linear-gradient(#003366, #1F6AB4);
	color: #FFFFFF;
	border-radius: 10px 0 10px 0;
	margin: 20px auto;
}

/* ===============================================
　　グローバルナビ　いつか使えれば
=================================================*/
.gardennav{
    position: relative;
    overflow: hidden;
    background-color: #ea703a;
}


.gardennav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position:relative;
	float:left;
	left:50%;
}
.gardennav li {
    border-right: solid 1px #56749b;
	position:relative;
	float:left;
	left:-50%;
}
.gardennav li:last-child {
	border-right: none;
}

.gardennav li a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 16px;
	text-decoration: none;
    transition: .2s;
}
.gardennav li a:hover:not(.active) {
	background-color: #2b67b4;
    color: #fff;
    font-weight: bold;
}

.gardennav .active {
	background-color: #da3c41;
}



/* ▼小タイトル*/
.stitle {
   font-family: 'M PLUS Rounded 1c', sans-serif; 
   font-size: 23px;
   font-weight: 500;
   text-align: center;
   line-height: 1.5em;
   color: #333;

}

@media only screen and (max-width: 480px){
    .stitle{
        font-size:20px;
    }
}

/* ▼ボックス用テキスト　*/
.boxtxt{
    width: 90%;
    font-size: 15px;
    color: #fff;
    line-height: 1.5em;
    text-align: justify;
    padding: .5em;
    margin: .5em;
}





/*==============================================
   文字の装飾とか
==============================================*/

.my-navcolor {color: #ea703a}/*WEBアイコンの色変更用*/

.my-navcolor2 {/*WEBアイコンの色変更用*/
    color: #ea703a;
    transition: .2s; 
}

.my-navcolor2:hover{
    opacity: 0.7 ;
    
}

/*　本文用の設定　*/
.pmain{
    font-size: 16px;
    line-height: 1.7;
    color: #4b4b4b;
    text-align: justify;
}

.appbox {
    margin: 1.5em 0;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #ccc;
    text-align: center;
    max-width: 600px;
    box-shadow:  2px 2px 4px -2px #ccc;
}
.appbox .box-title {
    display: inline-block;
    font-family:'Caveat', cursive;
    font-size: 26px;
    font-weight: 100;
    border-bottom: solid 2px #ea703a;
    margin-top: 10px;
    padding: 8px;
    text-align: center;
    color: #ea703a;
    letter-spacing: 0.05em;
}
.appbox p {
    line-height: 1.8em;
    font-size: 17px;
    padding: 20px 20px;
    margin: 0;
}




/* ▼最上部のメニュー用、ホバーで太字+下線　*/
.flink { 
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5em;
  color: #ea703a;
}

.flink:hover{/*　太字になるよ　*/
    font-weight: bold;
}

.flink::after {/*　出てくる下線の設定　*/
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ea703a;/*下線の色*/
  transform: scale(0, 1);
  transform-origin: center top;
}
.flink:hover::after {
  transform: scale(1, 1);
}

/*　見出しの上に置く大きい英語文字　*/
.h2decoration {
    font-family:'Caveat', cursive;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    padding: 10px;
    color: #ea703a
}

@media only screen and (max-width: 480px){
    .h2decoration{
        font-size: 40px;
        line-height: .8em;
    }

}

/*　品種名(variety name)　*/
.varietyname {
    padding-top: 3px;
    line-height: 2em;
    letter-spacing: .1em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ea703a;
}

/*　収穫時期　*/
.varietyback{ 
  padding: 3px;
  letter-spacing: .1em;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #8b8b8b;/*文字色*/
  border-top: solid 1.5px #CCCCCC;/*上線*/
  border-bottom: solid 1.5px #CCCCCC;/*下線*/
}

/*　品種説明(variety txet)　*/
.varietytxet {
    padding: 0 .5em;
    letter-spacing: .05em;
    line-height: 1.6;
    font-size:14px;
    color: #4b4b4b;
    text-align: justify;
}

/* ▼中タイトル*/
.mtitle {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .03em;
    line-height:1em;
    margin: 0 0 .5em 0;
    color: #333;
}

@media only screen and (max-width: 480px){
    .mtitle{
        font-size :25px;
    }
}










/* ▼蛍光ペン*/
.under {
  background: linear-gradient(transparent 75%, #fff 75%);
}

.under2 {
  background: linear-gradient(transparent 75%, #ffe868 75%);
}

.bgcolor{ /*　背景薄みどり　*/
    background-color: #fff6ed;
}



div.box{
	position: relative;
}

div.box img.new{
	position: absolute;
    width: 120px;
	right:250px;
	top:85px;
	}

div.box img.new2{
	position: absolute;
    width: 120px;
	left:250px;
	top:85px;
	}

@media only screen and (max-width: 750px){
    div.box img.new{
        display: none;
    }
    
    div.box img.new2{
        display: none;
    }
}

.bgctxt {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
        padding: 0.4em 0.8em;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        color: #fff;
        background: #ea703a;
        transition: .3s;
}



/*  ------------------------
　周辺観光スポットあたりのやつ
----------------------------*/






/*　最下部バナーの補助テキスト　*/
.bnrlink {
    text-align: center;
    font-size: 13px;
}


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


.purupuru {/*　ぷるぷる動くアニメーション　*/
	animation: purupuru 2s infinite;
}
@keyframes purupuru {
	0% {
		transform: translate(0px, 2px);
	}
	5% {
		transform: translate(0px, -2px);
	}
	10% {
		transform: translate(0px, 2px);
	}
	15% {
		transform: translate(0px, -2px);
	}
	20% {
		transform: translate(0px, 2px);
	}
	25% {
		transform: translate(0px, -2px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}


.imground{ /*　写真角丸　*/
        border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: .3s;
}

.imground .caption{
    font-size:15px;
    text-align: center;
    padding-top:80px;
    color: #fff;
}


.imground:hover{
    opacity: 0.8; filter: brightness(110%);
}



/* テーブルレイアウト（一般的）
------------------------------------------------------------*/

.second_infotable{
	width:90%;
	border-collapse:collapse;
	margin-bottom:50px;

}

.second_infotable table{
	width:100%;
}

.second_infotable th{
	padding:10px;
	background-color:#ea703a;
	width:30%;
        color:#ffffff;
        font-size:18px;
	text-align:center;
	font-weight:bold;
	letter-spacing: 0.3em;
	vertical-align:middle;
	border:1px solid #ffffff;
}

.second_infotable td{
	padding: 15px;
	border:solid #c0c0c0;
	border-width: 1px 1px 1px 0;
    text-align:justify;
    font-size: 15px;
    line-height: 1.5;
	background-color: #fff;/* ★追加 */

}

.second_infotable td ul {
  padding: 0em 1em 0em 1.3em;
  position: relative;
  background: none;
}

.second_infotable td ul li {
  padding: 0.2em 0;
  list-style-type: none!important;
}

.second_infotable td ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  left : .1em; /*左端からのアイコンまで*/
  color: #ea703a; /*アイコン色*/
}

/* テーブルレイアウト（横長）
------------------------------------------------------------*/

.second_infotable02{
	width:100%;
	margin-bottom:20px;
}

.second_infotable02 th{
	width: 13%;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color:#f2f2b0;
	text-align:center;
}

.second_infotable02 td{
	text-align: center;
    font-size: 16px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #fff;/* ★追加 */
}
/* 
.second_infotable02 td:first-child {
	text-align: left;
}
*/

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
@media only screen and (max-width: 800px) { /* テーブルのタブレット以下設定　★元は800px以下 */
  .second_infotable02 { 
    display: block; 
    width: 100%; 
    margin: 0; /* 0 -10pxから変更 */
  }
  
  .second_infotable02  thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .second_infotable02  tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .second_infotable02  th{ 
    display: block;
    width:auto;
  }
  .second_infotable02  tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .second_infotable02  td{ 
    display: block;
  }
  .second_infotable02  caption{ /* 追記 */
   white-space: nowrap;

  }
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* 写真のリスト3カラム
------------------------------------------------------------*/
##sec02{
	padding: 0 !important;
}

#gallery-col3{
	padding:0 20px;
}

#gallery-col3 li{
	float: left;
/* ▼カラムの増減はここを変更 */
	width: calc(100%/3);
	line-height: 0;
}

#gallery-col3 img{
	width: 100%;
	height: auto;
}


/* 写真のリスト2カラム
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#gallery-col2{
	padding:0 20px;
}


#gallery-col2 li{
	float: left;
	
/* ▼カラムの増減はここを変更 */
	width: calc(100%/2);
	line-height: 0;
}

#gallery-col2 img{
	width: 100%;
	height: auto;
}


/* 写真のリスト4カラム
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}


#gallery-col4{
	padding:0 20px;
}


#gallery-col4 li{
	float: left;
	
/* ▼カラムの増減はここを変更 */
	width: calc(100%/4);
	line-height: 0;
}

#gallery-col4 img{
	width: 100%;
	height: auto;
}


/* １カラムレイアウト（画像）
------------------------------------------------------------*/
<!-- 
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}
 -->


/* 画面全体写真１枚掲載レイアウト
------------------------------------------------------------*/
#secphoto{
	padding:0 20px;
}

#secphoto img{
	width: 100%;
}

/* 3カラムレイアウト
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 3em 3em;/* ★元は80px 50px */
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

/* 3カラムレイアウト②
------------------------------------------------------------*/
.col302 img{
	display: block;
    width: 100%;
	margin: 0 auto 2px;
    transition: .2s ;
}

.col302 img:hover{
    opacity: 0.7 ;
}

.col302 li{
	line-height: 2.0;
}

.col302 .img{
	padding: 80px 50px;/* ★元は80px 50px */
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}


/* 2カラムレイアウト
------------------------------------------------------------*/

.col2 img{
	display: 100%;
	margin: 0 auto -8px;
}

.col2 li{
	line-height: 2.0;
}

.col2 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #fff;
}


/* トップに戻るボタン
------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 120%;
}


#page-top a {
/* ▼背景色を変えたい場合はここを変更 */
    background: #ea703a;
    text-decoration: none;
/* ▼文字色を変えたい場合はここを変更 */
    color: #fff;
/* ▼ボタンサイズを変えたい場合はここを変更 */
    padding: 13px 20px;
    text-align: center;
    display: block;
    border-radius: 150px;
}

#page-top a:hover {
    text-decoration: none;
/* ▼マウスオーバーした時の背景色を変えたい場合はここを変更 */
    background: #71C6F0;
}



/*ボタン
------------------------------------------------------------*/

#Reservation-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 120%;
}


#Reservation-btn a {
/* ▼背景色を変えたい場合はここを変更 */
    background: #ea703a;
    text-decoration: none;
/* ▼文字色を変えたい場合はここを変更 */
    color: #fff;
/* ▼ボタンサイズを変えたい場合はここを変更 */
    padding: 13px 20px;
    text-align: center;
    display: block;
    border-radius: 150px;
}

#Reservation-btn a:hover {
    text-decoration: none;
/* ▼マウスオーバーした時の背景色を変えたい場合はここを変更 */
    background: #71C6F0;
}
/*　注意事項
------------------------------------------------------------*/

.normal ul {
  padding: 0em 1em 0em 1.3em;
  position: relative;
  background: none;
}

.normal li {
  padding: 0.2em 0;
  list-style-type: none!important;
}

.normal ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  left : .1em; /*左端からのアイコンまで*/
  color: #ea703a; /*アイコン色*/
}






/* レスポンシブ 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){ /* ←元は1200px以上 */
	.inner{
		width: 1024px;
	}
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

@media only screen and (min-width: 641px){ /* ＰＣ設定　←元は800px以上 */
	body{
		font-size:14px;
	}
	
	a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	.mainnav li{
        margin: 0;
		display: inline-block;
        background-color: #fff;
        padding-top: 10px;
        width: 120px;
        height: 50px;
        transition: .3s;
	}
    
    .mainnav li:hover{
        background-color: #f4f4f4;
    }

	
	/* 3カラム
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* 3カラム②
	-----------------*/
	.col302{
		text-align: center;
	}

	.col302 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0px;
		vertical-align: top;
		text-align: left;
	}
    
    
	/* 2カラム
	-----------------*/
	.col2{
		text-align: center;
	}

	.col2 li{
		display: inline-block;
		width: 48%;
		vertical-align: top;
		text-align: left;
	}
		
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

.pc-only{/* ★追加 */
}
.sp-only{/* ★追加 */
display: none ;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
@media only screen and (max-width: 480px){ /* スマホ設定　★元は640px以下  */


/* ▼コンテンツ幅小 */
	.innerS{
		width: 85%;
		margin: 0 auto;
		padding-bottom: 10px;
}

	.col3 li{
        width: 95%;
		line-height: 1.7;
	}
	
	.col3 img{
		margin: 0 auto;
	}
	
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}

	.col302 li{
        width: 85%;
		line-height: 1.7;
        margin: 2em;
	}
	
	.col302 img{
		margin: 0 auto;
	}
	
	.col302 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
    
	.col2 li{
		line-height: 1.7;
	}
	
	.col2 img{
		margin: 0 auto -25px;
	}
	
	.col2 .img{
		padding: 30px;
		margin-bottom: 10px;
	}
	
	#gallery-col3 li{
		float: none;
		width: 100%;
	}
	
	#gallery-col2 li{
		float: none;
		width: 100%;
	}
	
	#gallery-col4 li{
		float: none;
		width: 100%;
	}
    
    
    
    #mainnav li{
		font-size: 16px;
	}

	
/* テーブルレイアウト----------------------------*/

	.second_infotable{

	}
	
	.second_infotable th{
		width:90%;
		display:block;
		border:1px solid #cccccc;/* noneから変更 */
	}

	.second_infotable td{
		width:90%;
		display:block;
		border:none;
		background-color: #fff;/* ★追加 */
	}
	
h5 {
	clear: both;
	width:100%;
	font-size: 1.1em;
	margin: 20px;
}
	

/* フッター
------------------------------------------------------------*/
#footer{
	width:100%;
	padding:10px 0;
	margin:0 auto;
	text-align:left;
}


.row_footer {
    flex-wrap: wrap;
    margin-left:0;
}

.col_footer-sm-50 {
    width: 90%;
    margin-left: 50;
}


.col_footer-sm-50 li span{
	font-size:0.9em;

}


#footer p.copy{
	text-align:center;
}

}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
@media only screen and (max-width: 640px){ /* タブレット・スマホ共通　★元は799px以下 */
    #header{
        padding: 0;
    }
    
    .header{
        margin-bottom: -20px;
        padding: 0;
    }
    
    
	#headerWrap{
		width: 100%;
		height: 70px;
		background: #fff;
		background-image:url('../');/* ★追加　←ここでは799px以下対応 */;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 50px;/* ★元は45px */
		width: auto !important;
		max-width: 75%;/* 2019/4追加 */
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

/* ▼スマホ用ボタンの設定-色変更 */
	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #ea703a;
  	transition: .2s;
	}

/* ▼スマホ用ボタンの設定-色変更 */
	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #ea703a;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	.mainnav li{
        margin: 0;
		display: inline-block;
        background-color: #fff;
        padding-top: 10px;
        width: 60px;
        height: 50px;
        transition: .3s;
	}
    
    .mainnav li:hover{
        background-color: #f4f4f4;
    }
    
	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
        
	}

    #mainnav li{
        float:none;
    }
    
	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.col3 li{
		margin: 0 auto 50px auto;
		display: block;
	}

	.col2 li{
		margin: 50px auto 0 auto;
		display: block;
	}

	section{
		padding-top: 25px;
	}

	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	
.pc-only{/* ★追加 */
display: none;
}
.sp-only{/* ★追加 */
display: inline;
}

#sec04{
font-size: 14px;
line-height: 1.5;
}


}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */