﻿@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* リセット */
* {
  list-style: none;
  box-sizing: border-box;
}
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%;
}
html{scroll-behavior: smooth;}/* 画面スクロール */
body{
    min-width: 1040px;
	font: 14px/1.9;
	font-family: "Arial","Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体","メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 0;
	-webkit-text-size-adjust:100%;
	line-height:180%;
	color: #2b2b2b;/* ▼文字色はここを変更 */
	background: #fff;/* ▼背景色はここを変更 */
	background-color: none;/* ★追加 */
	background-image: url('../img/bgimg_p0428_l.jpg');/* ★追加 */
}

@media screen and (max-width: 750px){
  body {
    min-width: initial;
  }
}
a{/* ▼文字色はを変更したらここも変更 */
	color: #333;
	text-decoration: underline;
    transition: color .1s;
}
a:hover, .active, .visited{/* ▼文字色はを変更したらここも変更 */
	color: #afa539;
}
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: #1f2a80;
        transition: .3s;
}
.btn-square:hover {  /*マウスオーバーしたとき*/
        background: #7a80af;
        color: #ffffff;
}
@media only screen and (max-width: 750px){}
    .btn-square{
        margin-bottom: 5px;
}

/* シンプルボタン（詳しく見るとかのボタン）
------------------------------------------------------------*/
.btn-square02 {
        border-radius: 10px;
        position: relative;
        display: inline-block;
        width: 280px;
        padding: 1em 0;
        font-size: 18px;
        text-decoration: none;
        color: #fff;
        background: #1f2a80;
}

.btn-square02:hover {   /*マウスオーバーしたとき*/
        background: #50baf2;
        color: #ffffff;
}
@media only screen and (max-width: 750px){}
    .btn-square02{
        margin-bottom: 5px;
}

/* 予約ボタン
------------------------------------------------------------*/
.btn-reserve {
        font-family:'M PLUS Rounded 1c';
        display: inline-block;
        padding: 0.5em 2em;
        text-decoration: none;
        color: #1f2a80;
        text-align: center;
        font-size:24px;
        line-height: 1.3em;
        background:#ffd700;/*ボタン色*/
        border-bottom: solid 4px #dcdcdc;
        border-radius: 10px;
        transition: .3s;
}
.btn-reserve:hover {   /*ボタンを押したとき*/
        background:#ffe54c;/*ボタン色*/
        color: #1f2a80;
}
.btn-reserve:active {  /*ボタンを押したとき*/
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
}
.btn-reserve-s {
    font-family:'M PLUS Rounded 1c';
    position: relative;
    display: inline-block;
    padding: .4em 1em;
    text-decoration: none;
    color: #1f2a80;
    background: #ffd700;/*背景色*/
    border-bottom: solid 2px #ffb100;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    transition: .2s;
}
.btn-reserve-s:active {
  border-bottom: solid 2px #ffdd1f;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-reserve-s:hover {   /*マウスオーバーしたとき*/
        background: #ffec7d;
}
.btn-text {
    line-height: 1.1em;
    color: #1f2a80;
    font-size:15px;
    font-weight: 700;
}

#secondimg{
	position: relative;
	overflow: hidden;
	width: 100%;

}

#msecondmg img{
	position: absolute;
	left: 50%;
	max-width: 1280px;
	width: 1280px;

	margin-left: -640px;
}
/*==============================================
   フッター
==============================================*/

#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: #3e4972;
	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{
	width: 100%;
	margin: 0 auto 40px;
    padding: 3px;
	font-size: 15px;
	text-align: center;
    letter-spacing: .1em;
    font-weight: 700;
	background-size: 1px 1px;
    border-bottom:1px solid #1f2a80;
}

/* ▼サブタイトルの設定 */
section h2 span {
	color: #1f2a80;
/*
	background:  #1f2a80; 
*/
	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: ;
	font-size: 1.5em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin: 0 auto 0px auto;
	padding: 10px 30px;
    border-radius: px;
    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: #1f2a80;
}


.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;
}


/*==============================================
   TOPページのおすすめポイント用ボックス
==============================================*/
.topbox{
    padding: 2em 2em;
    margin: 1em 1em;
    border-radius: 50% 50% 50% 50%/80% 80% 80% 80%;
    /* 背景単色にするときはこっち
    background-color: #1f2a80; */
    background: -moz-linear-gradient(top left,#2876af,#1f2a80);
    background: -webkit-linear-gradient(top left,#2876af,#1f2a80);
    background: linear-gradient(top left,#2876af,#1f2a80); 
}
.topbox p {
    margin: .5em; 
    padding: 0;
}

.stripe{ 
  position: relative;
  padding: 0.3em;
  margin: 1.5em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.3em;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #fff, #fff 2px, rgba(0,0,0,0) 2px,rgba(0,0,0,0) 4px);
}

.pointimg{
    padding: 0;
}

@media (max-width:641px) {
    .pointimg{
        margin-bottom: 2em;
    }
}

/* ▼小タイトル*/
.stitle {
    font-family:"Sawarabi Mincho";
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    color: #1f2a80;

}

.stitle02 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    color: #1f2a80;
    padding: 1.5em;
}

.appbox {
    margin: 1.5em 0;
    background: #fff;
    border-radius: 5px;
    border: 1px 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 #1f2a80;
    margin-top: 10px;
    padding: 8px;
    text-align: center;
    color: #1f2a80;
    letter-spacing: 0.05em;
}
.appbox p {
    line-height: 1.8em;
    font-size: 17px;
    padding: 20px 20px;
    margin: 0;
}

.topmidasi {
    font-size: 1.2em;
    text-align: center;
    background: #1f2a80;/*背景色*/
    color: #fff;
    padding: 0.1em;/*文字まわり（上下左右）の余白*/
}

.topmidasi2 {
    letter-spacing: .1em;
    font-size: 13px;
    text-align: center;
    background: #6972b4;/*背景色*/
    color: #fff;
    padding: 0.1em;/*文字まわり（上下左右）の余白*/
}

.cracker {
    color: #1f2a80;
    margin: .5em;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

.cracker::before {
  margin: 0 1em 0 0;
  content: '\\';
  font-family: Consolas, Monaco, "Courier New", monospace;/* 円マークへの文字化け防止*/
    
}

.cracker::after {
  margin: 0 0 0 1em;
  content: '/';
  font-family: Consolas, Monaco, "Courier New", monospace;

}


/* ▼ボックス用テキスト　*/
.boxtxt{
    width: 90%;
    font-size: 15px;
    color: #fff;
    line-height: 1.5em;
    text-align: justify;
    padding: .5em;
    margin: .5em;
}



/*==============================================
   品種紹介ページ用のタブ
==============================================*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 98%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #1f2a80;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#highbush:checked ~ #highbush_content,
#rabiteye:checked ~ #rabiteye_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #1f2a80;
  color: #fff;
}



/*==============================================
   文字の装飾とか
==============================================*/

.boxinfo{
    padding: .5em;
    font-size:18px;
    text-align: center;
    line-height: 1.3em;
    border: solid 3px #988b0e;/*線*/
    border-radius: 10px;/*角の丸み*/
    background-color: #fff;
}

.boxinfo p{
    padding: .2em;
    text-align: left;
    font-size: 15px;
}


.my-navcolor {color: #1f2a80}/*WEBアイコンの色変更用*/

.my-navcolor2 {/*WEBアイコンの色変更用*/
    color: #1f2a80;
    transition: .2s; 
}

.my-navcolor2:hover{
    opacity: 0.7 ;
    
}

/*　本文用の設定　*/
.pmain{
    font-size: 16px;
    line-height: 1.7;
    color: #171717;
    text-align: justify;
}

@media only screen and (max-width: 480px){
    .pmain{
    line-height: 1.5;
}   
}

.pmain2{
    font-size: 16px;
    line-height: 1.7;
    color: #171717;
    text-align: justify;
    margin: 0 50px;
}

@media only screen and (max-width: 480px){
    .pmain2{
    line-height: 1.4;
    margin: 0;
}   
}


/* ▼最上部のメニュー用、ホバーで太字+下線　*/
.flink { 
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5em;
  color: #1f2a80;
}

.flink:hover{/*　太字になるよ　*/
    font-weight: bold;
}

.flink::after {/*　出てくる下線の設定　*/
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1f2a80;/*下線の色*/
  transform: scale(0, 1);
  transform-origin: center top;
}
.flink:hover::after {
  transform: scale(1, 1);
}

.h2decoration {
    font-family:"Sawarabi Mincho";
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    padding: 10px;
    color: #1f2a80
}

.h2decoration2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    padding: 10px;
    color: #1f2a80
}


@media only screen and (max-width: 480px){
    .h2decoration{
        font-size: 20px;
        line-height: 1.5em;
    }

}

/*　品種名(variety name)　*/
.varietyname {
    padding-top: 3px;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #1f2a80;
}

/*　収穫時期　*/
.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.4em;
    font-size:14px;
    color: #4b4b4b;
    text-align: justify;
}

@media only screen and (max-width: 480px){
    .varietyname {
        font-size:18px;}
    
    .varietyback{ 
        font-size:16px;}
    
    .varietytxet{
        font-size:16px;
    }
}

/* ▼中タイトル*/
.mtitle {
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    line-height:1.8em;
    margin: 0 0 1em 0;
    color: #1f2a80;
}

/* ▼蛍光ペン*/
.under {
  background: linear-gradient(transparent 0%, #e8e8e8 00%);
}

.under2 {
  background: linear-gradient(transparent 75%, #e2dc9e 75%);
}

.bgcolor{ /*　背景グレー*/
    background-color: rgba(244, 244, 244,0.7);
}

/*　吹き出し　*/
.txtpu {
    position: relative;
    padding: .3em .8em;
    display: inline-block;
    margin-bottom: 1em;/*　下の余白　*/
    border-radius: 10px;
    background: #868a9b;/*　吹き出しの背景　*/
    box-shadow: 2px 2px #ccc;
    color: #fff;
    font-weight: normal;
    font-size: 1em;
}

/*　吹き出しのチョボ　↑　*/
.txtpu:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;/*　チョボの位置　*/
    border: 10px solid transparent;
    border-top: 10px solid #868a9b;/*　吹き出しの背景の色と合わせる*/
    width: 0;
    height: 0;
}


.ribbon1 {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #1f2a80;
  font-size: 20px;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}

.ribbon1:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}




/*  ------------------------
　周辺観光スポットあたり
----------------------------*/

/*　文字エリアの余白設定　*/
.touristarea{
    padding: 1em　0 2em　0;
}

/*　各施設名上のサブテキスト　*/
.tourist-sub{
    position: relative;
    display: inline-block;
    margin: 1em 0 .6em 0;
    padding: .2em 2em;
    border-radius: 3px;
    background: #169124;
    color: #fff;
    letter-spacing: .1em;
    font-size: 15px;
}

/*　↑の色違い　*/
.tourist-sub-b{
    position: relative;
    display: inline-block;
    margin-bottom: .5em;
    padding: .2em 2em;
    border-radius: 3px;
    background: #fc4e1a;
    color: #fff;
    letter-spacing: .1em;
    font-size: 15px;
}

/*　観光施設名　*/
.tourist-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;    
    padding: .3em;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}

/*　罫線　*/
.tourist-hr {
    height: 1px;
    border: none;
    border-top: 2px #333 solid;
}

/*　観光施設の住所　*/
.tourist-adress{
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 20px 0;
}

/*　説明テキスト　*/
.tourist-txt {
    padding: 0 .3em;
    margin: .5em 0 1.7em 0;
    text-align: justify;
    line-height: 2em;
    font-size: 15px;
    
}
/*　↑のスマホ用設定　*/
@media (max-width:641px) {
    .touristarea{
        margin: .5em -1.8em;
    }
}

/*　公式WEBページへのボタン　*/
.tourist-btn {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #9ec34b;
  font-size: 14px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 16px;
  border-radius: 4px;
  transition: .3s;
}

/*　↑にマウスオンしたときの設定　*/
.tourist-btn:hover {
  background-color: #9ec34b;
  border-color: #cbe585;
  color: #FFF;
}


/*----------------------------------------
　PCでは左右交互、スマホでは上下になるCSS
---------------------------------------- */
.t-box {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 5px 30px 5px;
    padding: 40px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow:  2px 2px 4px -2px #ccc;
}

.t-text {
    max-width: 460px;
    margin: 0 20px;
}

.t-pict {
  margin-bottom: 1em;
}

.t-pict img {
  width: 98%;
  height:auto;
}

.t-box:nth-child(even) {
  flex-direction: row-reverse;
}
.t-box:nth-child(even) .text {
  text-align: right;
}
.t-box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:750px) {
  .t-box {
    flex-direction: column;
  }
  .t-box:nth-child(even) {
    flex-direction: column;
  }
  .t-text {
    text-align: center;
  }
  .t-box:nth-child(even) .text {
    text-align: center;
  }
  .t-pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .t-box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .t-pict img {
    width:100%;
    height:auto;
  }
}

/*----------------------------------------
　PCでは左右交互、スマホでは上下になるCSSここまで
---------------------------------------- */


/*　最下部バナーの補助テキスト　*/
.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: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}


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;
    }
}


/* テーブルレイアウト（一般的）
------------------------------------------------------------*/

.second_infotable{
	width:90%;
	border-collapse:collapse;
	margin-bottom:50px;

}

.second_infotable table{
	width:100%;
}

.second_infotable th{
	padding:10px;
	background-color:#1f2a80;
	width:30%;
        color:#ffffff;
        font-size:18px;
	text-align:center;
	font-weight:bold;
	letter-spacing: 0.1em;
	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: #1f2a80; /*アイコン色*/
}

/* テーブルレイアウト（横長）
------------------------------------------------------------*/

.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;
}


/* 3カラムレイアウト③
------------------------------------------------------------*/
.col303 img{
	display: block;
	margin: 0 auto 5px;
}

.col303 li{
	line-height: 2.0;
}

.col303 .img{
	padding: 2em 3em;/* ★元は80px 50px */
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}




/* 2カラムレイアウト
------------------------------------------------------------*/

.col2 img{
	display: 100%;
	margin: 0 auto -8px;
}

.col2 li{
	line-height: 1.7;
    padding: 0 .2em;
    margin-bottom: 1.5em;
}

.col2 .img{
	padding: 80px 50px;
	margin: 40px;
	line-height: 0 !important;
	background: #fff;
}


/* トップに戻るボタン
------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 120%;
}


#page-top a {
/* ▼背景色を変えたい場合はここを変更 */
    background: #1f2a80;
    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: #1f2a80;
    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;
}


.list01 ul {
  padding: 0em 1em 0em 1.3em;
  position: relative;
  background: none;
}

.list01 ul li {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    padding: .5em 0;
    list-style-type: none!important;
}

.list01 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-size: .4em;
  font-weight: 900;
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #969696; /*アイコン色*/
}

.list02 ul {
  padding: 0em 1em 0em 1.3em;
  position: relative;
  background: none;
  margin-top: .8em;
}

.list02
ul li {
    line-height: 1.2em;
    padding: .2em 0;
    list-style-type: none!important;
}

.list02
ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: .4em;
  font-weight: 900;
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #969696; /*アイコン色*/
}

.boxgarden {
    padding: 3em;
    margin: 2em;
    color: #ffffff;
    background: #ffffff;/*背景色*/
    border: 1px solid #ccc;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);/*影*/
}
.boxgarden p {
    margin: 0; 
    padding: 0;
}



/* レスポンシブ 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){ /* ←元は1200px以上 */
	.inner{
		width: 1024px;
	}
}
@media only screen and (min-width: 851px){ /* ＰＣ設定　←元は800px以上 */

	.mainnav1 li{ /* フォトコンページ メニュー */
        margin: 0;
		display: inline-block;
        background-color: #fff;
        padding-top: 10px;
        width: 120px;
        height: 50px;
        transition: .3s;
	}
    
    .mainnav1 li:hover{ /* フォトコンページ メニュー */
        background-color: #f4f4f4;
    }
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

@media only screen and (min-width: 641px){ /* ＰＣ設定　←元は800px以上 */
	body{
		font-size:14px;
	}
	
	a#menu{
		display:none;
	}	
	
	/* 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-bottom: 20px;
	}
	
	.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{
		margin:0 0 30px 0;
	}
	
	.second_infotable th{
		width:100%;/* 90%から変更 */
		display:block;
		border:1px solid #cccccc;/* noneから変更 */
	}

	.second_infotable td{
		width:100%;/* 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以下 */
	.mainnav1 li{ /* フォトコンページ メニュー */
        margin: 0;
		display: inline-block;
        background-color: #fff;
        padding-top: 10px;
        width: 60px;
        height: 50px;
        transition: .3s;
	}
    
    .mainnav1 li:hover{ /* フォトコンページ メニュー */
        background-color: #f4f4f4;
    }
    
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}

	.col2 li{
		margin: 1.3em auto 0 auto;
		display: block;
	}

	section{
		padding-top: 25px;
	}

	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}

}

.pc-only { display: block !important; }
.sp-only { display: none !important; }

@media (max-width: 640px) {
    .pc-only { display: none !important; }
    .sp-only { display: block !important; }
}

/* 追記用*/
         h2{
             border-bottom:2px solid #bcbcbe;
            }
        
         h3{
             background-color:#;
            }
        
        .noticebox{
            border:1px red solid;
            padding:0.5em 1em;margin:1em 0;
            }
        
        .ggmap {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
            }
        
        .ggmap iframe,.ggmap object,.ggmap embed {
            position: absolute;
            top: 0;left: 0;
            width: 100%;
            height: 100%;
            }
        
        .slider img{}
         a.link-text{
             text-decoration:underline;
             }
        
         img{oncontextmenu=return false;}
        
        .liststyle01{
            list-style:disc;
            padding:1em;
            margin:0.5em 0  0 1.5em;
            }
        
        .liststyle01 li{
            margin-bottom:0.5em;
            }
h3{
    color: #1f2a80;background-color: none;
 background:linear-gradient(transparent 90%, #ffffe6 80%);
    border-bottom: 1px #1f2a80 solid;
    font-weight: bold;
    box-shadow: 0px 2px 0px #c79f62;
    padding-bottom: 0.3em;
}

/* ハイライト内のcol2の調整*/
        #sec04 ul.col2 > li  {margin-bottom: 5em}
h1{
    line-height: 1.3 !important;
    font-size: 275%!important;
    }
h1 small {
  display: inline-block; /* ひと塊として扱う */
  white-space: nowrap;   /* smallタグ内での改行を禁止 */
  font-size: 0.6em;      /* メインより小さく */
  /* 必要に応じて display: block; にすれば強制的に1行目になります */
}


figcaption{text-align: center}