@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*=======================================
リセット
=======================================*/
html
{
  font-size:62.5%;/*1rem=10px*/
  border: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
/*  htmlのwidthは100%*/
}
body,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td 
{
  border: 0;
  font-size: 2.0rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

body 
{
  line-height: 1;
/*  background-image:linear-gradient(135deg, #e6794e, #80450e), linear-gradient(-135deg, #e6794e, #80450e);*/
  background-color: #F8F4E7;
  font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ol,
ul 
{
  list-style: none;
  list-style-type: none;
}

/* サイト全体共通 */

nav.gNavi,
main
{
  margin: 0 auto;
  max-width: 1920px;
}
.clearfix
{
  margin: 0 auto;
  max-width: 1920px;
  padding:0 3%;
}
.pc
{
	display: block;
}

.sp
{
	display: none;
}
/* ヘッダー */
header 
{
  background: url(../images/header_back改.png) repeat-x;
  max-width: 1920px;
  height: 170px;
  margin: 0 auto 100px;
}
.logo
{
  width: 100%;
  margin: auto 0%;
  text-align: center;
}

header .address 
{
  float: right;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 50px 2.14% 0 0;
}
header ul
{
	display: flex;
	align-items: center;
	margin: 0 1%;
}
header ul li
{
	margin: 0 5px 0;
}
/* グローバルメニュー */
nav.gNavi ul
{
  text-align: center;
}
nav.gNavi ul li
{
 width: 225px;
/*  width:19.2%;*/
/*225/(1400*0.835)*/
 padding: 30px 0 20px;
}
nav.gNavi ul li a 
{
  border-bottom: 3px solid #d6cca2;
  color: #333;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 25px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
 /*200/1400*100=14.3%*/
}

nav.gNavi ul li a:hover {
  border-bottom-color: #897101;
}

nav.gNavi ul .current a {
  border-bottom-color: #897101;
}
.white
{
    font-size: 5rem;
	margin: 20%;
	color: #ffffff;
}
/*=======================================
トップページ
=======================================*/

/* メインビジュアル */
#topMainVisual 
{
  margin-bottom:30px;
}
.topMainVisualsize
{
	width:100%;
	height:auto;
	max-width:100%;
}
.topiconsize
{
	max-width: 340px;
    min-width: 180px;
    width: 100%;
    height: auto;
}
.iconsize
{
	width:150px;
	height: auto;
	margin:0 auto;
}
/* スライダーのボタン */
.slick-dots {
  bottom: 15px;
}

.slick-dots li {
  padding: 0 5px;
}

.slick-dots li button:before {
  font-size: 14px;
  color: #fff;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #ed4343;
  opacity: 1;
}

.topFacebookBox 
{
  float: right;
  width: 500px;
/*  width: 40%;*/
}

/* 2段組みのボックスの中身 */
.topInfoBox .accessLink {
  text-align: right;
}

/*3段組みのレイアウト */
.topLinkBox 
{
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
/*  margin-top: 50px;*/
  margin:30px auto 0px; 
  background-image: url("../images/blackboard.png");
  background-size: 100% 100%;
  padding: 4% 1.8%;
}

.topLink 
{
  line-height: 0;
  width:25%;
}
.topLink a
{
  display: block;
  text-align: center;
}

.topLink a:link 
{
  color: #fff;
  text-decoration: none;
}

.topLink a:visited 
{
  color:#ead59d;
}

.topLink a:hover 
{
  opacity: 0.8;
}

.topLink a img 
{
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.topLink a span {
  background-color: #79420d;
  border-radius: 0 0 10px 10px;
  display: block;
  padding: 20px 0;
}

/*Webフォント用の調整 */
.topLink a span i 
{
  padding: 0 10px;
}

/*about以降の設定*/
.SubMainTitle
{
	font-size: 40px;
	font-weight: bold;
    margin: 0 0 10px;
    padding: 3% 3%;
    color: #FFFFFF;
    background-color: #80450e;
    width: 40%;
    border-radius: 20px;
}

.SubMainTitle2
{
	text-align: right;
	font-size: 40px;
	font-weight: bold;
    margin: 0 0 10px auto;
	background-color: #80450e;
	color:#FFFFFF;
	width: 40%;
    padding: 3% 3%;
	border-radius: 20px;
}
.SubMainList
{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
	padding: 0 3%;
}

.SubMainVisualSize
{
	width: 40vw;
	height:calc(40vw*1.00);
	max-width: 500px;
    max-height: 500px;
	position: relative;
	margin: auto 0;
}

.SubMainVisual
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
	object-fit:fill;
}

/* 2段組みのレイアウト */
.ContentsBox 
{
  margin:auto 5% auto 0%;
  width: 50%;
}

.InfoBox 
{
 
}
.SubCopy 
{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
.SubSentense
{
  margin-bottom: 20px;
  line-height: 1.5;
}
.SubNews 
{
  width:50%;
  margin: auto 0;
}

.SubNews li 
{
  border-bottom: 1px dotted #897101;
  padding: 15px 0;
  line-height: 1.5;
}

/*Webフォント用の調整 */
.SubNews li .fa 
{
  color: #79420d;
  padding: 15px 10px 0 0;
}

/*=======================================
pan.html用
=======================================*/
.PanMainList
{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 3%;
}

.PanMainList:nth-of-type(2)
{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 3%;
}

.PanMainVisualSize
{
	width: 28vw;
	height:calc(28vw*1.00);
	max-width: 500px;
    max-height: 500px;
	position: relative;
	margin: auto 0;
}

.PanMainVisual
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
	object-fit:cover;
}

.PanMainSentense
{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 50px;
	padding: 0 3%;
}

.PanMainVisualSize2
{
	width: 28vw;
	height: 380px;
    max-width: 500px;
    position: relative;
    /* margin: 0 0 auto; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.PanSubTitle
{
	font-size:30px;
	font-weight:bold;
	margin: 10px 0 20px;
}
.PanSubSentense
{
	line-height: 1.5;
	margin-bottom:30px;
}
.PanPrice
{
	font-size:25px;
	font-weight:bold;
}
.PanSentense
{
	font-size:20px;
	font-weight:bold;
}

/*=======================================
access.html用
=======================================*/
.addressBox 
{
  margin:0 auto 30px 0 ;
  width: 100%;
}

.mapBox 
{
  width: 35vw;
  height: 35vw;
}

/*=======================================
お問い合わせページ
=======================================*/

/* お問い合わせ先 */
.contactList
{
	padding: 0 3%;
	margin-bottom:100px;
}

.ContactMainTitle
{
	font-size: 40px;
	font-weight: bold;
    margin: 0 0 10px;
    padding: 3% 3%;
    color: #FFFFFF;
    background-color: #80450e;
    width: 50%;
    border-radius: 20px;
}

.contactSentense
{
	margin-bottom:50px;
	line-height: 1.5;
}
.contactBox 
{
  margin:0px 0 20px 0 ;
  width: 370px;
  line-height: 1.5;
}

.contactBoxTitle 
{
  font-size:25px;
  font-weight: bold;
  line-height: 1.5;
}
.contactBoxSentense 
{
  font-size:30px;
  color: #900;
  font-weight: bold;
}

/* フォーム全体 */
fieldset 
{
  border:1px solid #79420d;
  border-radius: 10px;
  padding:20px 20px 10px;
  margin-bottom:30px;
}

legend {
  font-weight: bold;
  font-size:18px;
  color:#79420d;
}

form p 
{
  line-height: 1.5;
  margin-bottom:15px;
  white-space: nowrap;
}

sup {
  color: #900;
  font-size: 10px;
}

.itemName 
{
  font-weight: bold;
  margin-bottom: 15px;
}
/* フォームの入力欄 */
textarea
{
  font-family: inherit;
  font-size:20px;
  margin: 20px 5px;
  padding: 5px 10px;
  width: 800px;
}

.inputinformation
{
  font-family: inherit;
  font-size: 20px;
  width: 800px;
  height: 40px;
  margin: 20px 10px;
  padding: 5px 10px;
}

.inputdate
{
  font-family: inherit;
  font-size: 15px;
  width: 130px;
  height: 30px;
  margin: 20px 10px;
  padding: 10px 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus 
{
  box-shadow: 0 0 7px #900;
  border: 1px solid #600;
  outline: none;
}

input[type="submit"] 
{
  background-color:#79420d;
  color:#fff;
  padding:15px 40px;
  font-weight: bold;
  font-size:18px;
  border:none;
  border-radius: 5px;
}

input[type="submit"]:hover 
{
  background-color:#c29b28;
}
/* フッター */
footer 
{
  max-width: 1920px;
  color: #fff;
  text-align: center;
  background: url("../images/footer_back.png") repeat-x;
  height: 170px;
  margin: 100px auto 0;
}

footer nav ul {
  padding: 30px 30px 40px 0;
}

footer nav ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-left: 30px;
  text-decoration: none;
}

footer ul
{
	padding: 60px 0 0;
}

footer .snsBtn li 
{
  display: inline-block;
  margin: 0 12px 20px;
}

footer .copyright 
{
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Std W8","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

footer .copyright2 
{
  font-family: 'Didot bold',sans-serif;
}

/* ページトップへ戻る */
#pagetop
{
  position:fixed;
  bottom:0px;
  right:20px;
  cursor:pointer;
}
@media screen and (max-width:940px) 
{
	.pc
	{
		display: none;
	}

	.sp
	{
		display: block;
	}
	header 
	{
	  background: url(../images/header_back改.png) repeat-x;
	  max-width: 1920px;
	  height: 170px;
	  margin: 0 auto 30px;
	}
	.topLinkBox 
	{
	  display:flex;
	　flex-direction: column;
	  align-items:center;
	  flex-wrap:wrap;
	/*  margin-top: 50px;*/
	  margin:100px 0.5% 50px; 
/*
	  background-image: url("../images/blackboard.png");
	  background-size: 100% 100%;
*/
	}
	.topLink 
	{
	  line-height: 0;
	  width:100%;
	  margin: 4% 0.5% 4%;
	}
	.topLink:first-child
	{
	  line-height: 0;
	  width:100%;
	  margin: 1% 0.5% 4%;
	}
	.topLink:last-child
	{
	  line-height: 0;
	  width:100%;
	  margin: 4% 0.5% 1%;
	}
    footer 
	{
	  margin: 30px auto 0;
	}
	/*about以降の設定*/
	.SubMainTitle
	{
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		margin: 0 auto 10px;
		padding: 3% 3%;
		color: #FFFFFF;
		background-color: #80450e;
		width: 90%;
		border-radius: 20px;
	}

	.SubMainTitle2
	{
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		margin: 0 auto 10px;
		background-color: #80450e;
		color:#FFFFFF;
		width: 90%;
		padding: 3% 3%;
		border-radius: 20px;
	}
	.SubMainList:first-of-type
	{
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 100px;
		padding: 0 3%;
	}

	.SubMainVisualSize
	{
		width: 40vw;
		height:calc(40vw*1.00);
		max-width: 500px;
		max-height: 500px;
		position: relative;
		margin: 0 auto;
	}

	.SubMainVisual
	{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		border-radius: 50%;
		object-fit:fill;
	}

	/* 2段組みのレイアウト */
	.ContentsBox 
	{
	  margin: 30px auto 30px;
      width: 100%;
	}

	.InfoBox 
	{

	}
	.SubCopy 
	{
	  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	  font-size: 30px;
	  font-weight: bold;
	  margin-bottom: 50px;
	}
	.SubSentense
	{
	  margin-bottom: 20px;
	  line-height: 1.5;
	}
	.SubNews 
	{
	  width: 100%;
      margin: auto auto;
	}

	.SubNews li 
	{
	  border-bottom: 1px dotted #897101;
	  padding: 15px 0;
	  line-height: 1.5;
	}

	/*Webフォント用の調整 */
	.SubNews li .fa 
	{
	  color: #79420d;
	  padding: 15px 10px 0 0;
	}
/*
	.PanMainListsp
	{
		display:flex;
		justify-content: space-around
	}
*/
	.PanMainList
	{
		display:flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
		text-align: center;
		padding: 0 3%;
	}
	
	.PanMainVisual:nth-of-type(1)
	{
		position: relative;
		width: 28vw;
		height:calc(28vw*1.00);
		max-width: 500px;
		max-height: 500px;
		min-height: 200px;
    	min-width: 200px;
		margin: 100px 0 0;
		border-radius: 50%;
		left: 50%;
    	transform: translate(-50%, -0%);
		object-fit:cover;
	}

	.PanMainVisual
	{
		position: relative;
		width: 28vw;
		height:calc(28vw*1.00);
		max-width: 500px;
		max-height: 500px;
		min-height: 200px;
    	min-width: 200px;
		margin: 0;
		border-radius: 50%;
		left: 50%;
    	transform: translate(-50%, -0%);
		object-fit:cover;
	}
	
	.PanMainSentense
	{
		display:flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
		text-align: center;
		margin-bottom: 0px;
		padding: 0 3%;
	}

	.PanMainVisualSize2
	{
		width:100%;
		height: 100%;
		max-width: 80%;
		position: relative;
		margin: 10px auto 60px; 
		display: flex;
		justify-content: flex-start;
		text-align: center;
	}
	
	.PanMainVisualSize2:nth-of-type(6)
	{
		width:100%;
		height: 100%;
		max-width: 80%;
		position: relative;
		margin: 10px auto 100px; 
		display: flex;
		justify-content: flex-start;
		text-align: center;
	}
	.PanSubTitle
	{
		font-size:2.0rem;
		font-weight:bold;
		margin: 10px 0;
	}
	.PanSubSentense
	{
		font-size:1.8rem;
		line-height: 1.5;
		margin-bottom:40px;
	}
	.PanPrice
	{
		font-size:2.0rem;
		font-weight:bold;
	}
	.PanSentense
	{
		font-size:20px;
		font-weight:bold;
	}

}