@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #000000;
	line-height: 1.7;
	font-size: 62.5%;
	box-sizing: border-box;
}
*{box-sizing: border-box;}
a {
	text-decoration: none;
	transition: 0.3s;
}
body {background: #FFF;}
body *{font-size:1.8rem}
main {
	display: block;
	width: 800px;
	margin: 0 auto 10px auto;
}
.mgn-auto{
	margin: auto;
}


/*=================
　文字装飾
==================*/
/*文字寄せ*/
.txtLeft{text-align: left}
.txtRight{text-align: right}
.txtCenter{text-align: center}
/*丸ゴシック*/
.mg, .mg *{font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"!important;
}

/*=================
　大見出し(header)
==================*/
header{
	width: 100%;
	padding: 60px 0;
}
.beigeBg{background: #f0ead7}
.headerBox{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
h1{
	font-size:4.6rem;
	font-weight: bold;
	padding: 10px 0;
}
h1 *{
	font-size:4.6rem;
	font-weight: bold;
}
.h1SubTxt{
	font-size:3.4rem;
	font-weight: bold;
	padding: 10px 0;
}
.h1SubTxt *{
	font-size:2.4rem;
	font-weight: bold;
}
.hotphotoHeader{
	background: #f0ead7 url("../../img/hotphoto/hotphotoBg.png") no-repeat;
	background-size: contain;
	background-position: left 20% top;
}

/*=================
　中見出し
==================*/
.barH2{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	background: #f0ead7;
}
h2,h2 *{
	font-weight: bold;
	font-size: 3.8rem;
}
.h2SubTxt,.h2SubTxt *{
	font-weight: bold;
	font-size: 2.4rem;
}
/*
.hotphotoH2::first-letter{font-size: 5.2rem;}
*/

/*=================
　小見出し
==================*/
.barH3{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}
h3{
	font-weight: bold;
	font-size: 2.8rem;
	display: inline;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(246,244,236,1) 50%);
	padding: 0 10px;
}
h3 *{
	font-weight: bold;
	font-size: 2.4rem;
}

h4{
	font-weight: bold;
	font-size: 120%;
}
.bold{font-weight: bold;}

/*=================
　画像
==================*/
.imgBox{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	font-size: 0px;
}
.imgBox img{
	max-width: 100%;
	height: auto;
}
.caption{
	padding-top: 20px;
	text-align: center;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	position: relative;
}
.caption:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #000;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*=================
　テキスト
==================*/
.txtBox{
	width: 100%;
	padding: 20px 0;
}
.border{
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 40px!important;
	margin-bottom: 40px;
}

/*=================
　QRコード
==================*/
.qr{
	display: flex;
	justify-content: center;
	padding: 40px 0;
	align-items: center;
}
.qrImg{
	max-width:180px;
}
.qrImg img{width: 100%;}
.qrTxt,.qrImg{padding: 0 5px;}

/*=================
　リスト
==================*/
.list{
	width: 100%;
	list-style-type: none;
	padding: 40px 0;
	margin: 0;
}
.list li{
	position: relative;
	padding: 5px 0;
	padding-left: 3rem;
}
.list li:before{
	position: absolute;
	content: "■";
	color: #d0c69e;
	left: 0;
	top: -10px;
	font-size: 3rem;
}

/*=================
　文章+画像回り込み(float)
==================*/
.leftImgBox,.rightImgBox{
	width: 100%;
	padding: 40px 0;
}
.leftImgBox:after,.rightImgBox:after{
	content: "";
	display: block;
	clear: both;
}
.leftImg{
	float: left;
	width: 50%;
	padding: 0 20px 20px 0;
	font-size: 0px;
}
.rightImg{
	float: right;
	width: 50%;
	padding: 0 0 20px 20px;
	font-size: 0px;
}
.leftImg img,.rightImg img{
	width: 100%;
	height: auto;
}

/*=================
　文章+画像横並び(flex)
==================*/
.flexBox{
	width: 100%;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexLeftImg{
	width: 50%;
	padding-right: 20px;
	font-size: 0px;
}
.flexRightImg{
	width: 50%;
	padding-left: 20px;
	font-size: 0px;
}
.flexLeftImg img,.flexRightImg img{
	width: 100%;
	height: auto;
}
.flexText{flex:1;}

/*=================
　幅サイズ変更
==================*/
.w10{width: 10%!important;}
.w25{width: 25%!important;}
.w50{width: 50%!important;}
.w75{width: 75%!important;}

/*=================
　改行
==================*/
.spOnly{display: none;}
.pcOnly{display: block}

/*=================
　撮影者
==================*/
.photoRecord{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 40px;
}
.photoIcon{
	width: 30px;
	padding: 0 5px;
}
.photoIcon img{
	width: 100%;
	height: auto;
	vertical-align:text-bottom;
}





.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.pc{}
.sp{display: none;}

