@charset "UTF-8";

/* layout */
/*=================================
	Initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  /*font-family: "Noto Sans Japanese", serif;*/
	font-family: 'Noto Sans Japanese', Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  width: 100%;
  min-width: 1100px;
}

a:link, a:visited {
  text-decoration: none;
  color: #444;
}

a:hover, a:active {
  text-decoration: underline;
  color: #444;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/: auto;	
}

a img {
  border: none;
  vertical-align: bottom;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.pn {
  display: none;
}

/* blockgroup */
h1 {
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #1b1b1b;
}

address a {
  text-decoration: none;
  color: #1b1b1b;
}

address a:link, address a:visited {
  text-decoration: none;
  color: #1b1b1b;
}

address a:hover, address a:active {
  text-decoration: underline;
  color: #1b1b1b;
}

/* table */
table {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*=============================
	Layout-Base
===============================*/
/* header
-------------------------*/
.clearfix:after {
  display: block;
  content: " ";
  clear: both;
}

#header {
  width: 100%;
  position: relative;
  z-index: 0;
}
#header.subHeader{height: 126px; position: static;}

#header.subHeader .under-navigation.sticky {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  border-bottom: 1px solid #aaa;
}

/*#header.subHeader.sticky .h1box {display: none;}*/

#header.subHeader .under-navigation.sticky {
	margin-top: 0;
	background: #fff;
	padding: 25px 0 0;
}

.head {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 0;
}

.h1box {
  width: 1100px;
  position: absolute;
  z-index: 200;
  right: 0;
  top: 0;
}

.h1box h1 {
  line-height: 30px;
  text-align: right;
}

/* main-visual
-------------------------*/
.topmainbox-wrap {
  clear: both;
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 0;
}

.topmainbox {
  width: 100%;
  position: relative;
  z-index: 0;
}

#slider {
  height: 700px;
  overflow: hidden;
}

.topmainbox-wrap #slider li.main01 {
  background: url(../images/top/bg_visual01.jpg) no-repeat center top;
  background-size: cover;
}

.topmainbox-wrap #slider li.main02 {
  background: url(../images/top/bg_visual04.png) no-repeat center top;
  background-size: cover;
}

.topmainbox-wrap #slider li.main03 {
  background: url(../images/top/bg_visual02.png) no-repeat center top;
  background-size: cover;
}

.topmainbox-wrap #slider li.main04 {
  background: url(../images/top/bg_visual03.png) no-repeat center top;
  background-size: cover;
}

.mgb10 {
 margin: 0 auto 10px!important;
}

.mgb20 {
 margin: 0 auto 20px!important;
}

/* global-navigation
-------------------------*/
.pc-nav {
  width: 1100px;
  margin: 0 auto;
}

.pc-nav ul{padding: 30px 0; overflow: hidden;}

.pc-nav li {
	float: left;
	padding: 0 38px;
	height: 42px;
	text-align: center;
}
.pc-nav li a {
	display: block;
	font-size: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pc-nav li a span {
  display: block;
  color: #c0a136;
  font-family: "Sawarabi Mincho", serif;
	font-size: 11px;
}

.pc-nav li a:hover {
  opacity: .7;
  text-decoration: none;
color: #c0a136;
}

/* pagetop
-------------------------*/
#totop {
  clear: both;
  position: fixed;
  right: 2%;
  bottom: 5%;
}

#totop a {
  display: block;
}

/* footer
-------------------------*/
#wrap-foot {
  background: url(../images/common/bg_foot.jpg) no-repeat center bottom, #f4f4f4;
  background-size: 100%, auto;
}

#footer {
  width: 1100px;
  margin: 0 auto;
  padding: 63px 0 20px;
  position: relative;
  z-index: 0;
}

.ft_logo {
  margin-bottom: 25px;
}

#footer p {
  line-height: 26px;
  margin-bottom: 22px;
}

.instaIcon{ display:none;}

.tel {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Noto Serif Japanese', serif;
}

.tel span {
  font-size: 18px;
}

.ft_nav {
  margin-top: 20px;
}

.ft_nav > ul > li {
  line-height: 30px;
  background: url(../images/common/ft_bar.gif) no-repeat left center;
  font-size: 13px;
  display: inline;
}

.ft_nav > ul > li.icon{
	line-height: 30px;
	background: url(../images/common/ft_bar.gif) no-repeat left center;
	font-size: 13px;
	display: inline-block;
	position:relative;
	width:48px;
}
.ft_nav > ul > li.icon img{
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
	width:22px;
	height:22px;
}

.ft_nav > ul > li:first-child, .ft_nav > ul > li:nth-child(8) {
  background: none;
}

.ft_nav a {
  margin: 0 14px;
}

.ft_nav a:link, .ft_nav a:visited, .ft_nav a:hover, .ft_nav a:active {
  color: #5e5e5e;
}

.copyright address {
  line-height: 55px;
  width: 1100px;
  margin: 0 auto;
}

/*=============================
	Common-class
===============================*/
/* float */
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

/* float-clear */
.clear {
  clear: both;
}

br.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
}

/* image-layout */
.imgleft {
  float: left;
}

.imgleft img {
  display: block;
}

.imgright {
  float: right;
}

.imgright img {
  display: block;
}

/* table-default-style */
/*=============================
	TopPage setting
===============================*/
section {
  width: 1100px;
  margin: 0 auto;
}

/* flex */
.flex {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexno {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-st {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flexno-st {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu li {
  float: left;
  margin-right: 20px;
}

.menu li:last-child {
  margin-right: 0;
}

#greeting {
  background: url(../images/top/bg_greeting.jpg) no-repeat center top;
  background-size: cover;
}

.greeting {
  padding: 55px 0 40px;
  position: relative;
  z-index: 0;
  text-align: left;
}

.greeting h3 {
  margin-bottom: 15px;
}

.greeting p {
  line-height: 30px;
  width: 885px;
  letter-spacing: 0.05em;
}

.greeting .btn_about {
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: #48b1ba;
  -moz-border-radius: 5em;
  -webkit-border-radius: 5em;
  -o-border-radius: 5em;
  -ms-border-radius: 5em;
  text-align: center;
  position: absolute;
  z-index: 10;
  right: 210px;
  bottom: 36px;
}

.greeting .btn_about a {
  display: block;
  text-decoration: none;
  background: url(../images/top/arw01.gif) no-repeat 8% center;
  color: #fff;
}

.greeting .gImg {
  position: absolute;
  z-index: 10;
  right: -45px;
  bottom: -93px;
}

#info , #info3 {
  background: #f0ede7;
}
#info2 {
  background: #ede4d2;
}

.info {
  padding: 68px 0 40px;
}

.info h3 {
  margin-bottom: 40px;
}

.info li a{
	width: 240px;
	height: 415px;
	background: #fff;
	display:block;
	text-decoration:none;
	padding: 0 20px;
	float: left;
	margin-right: 46px;
}

.info li:nth-child(4)  a{
  float: right;
  margin-right: 0;
}

.info li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.info li a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.info li.post_none{
  width: auto;
  height:auto;
  background:none;
  margin-right:0;
  padding:0;
  float: none;
  text-align:center;
}

.info p.date {
  line-height: 50px;
  text-align: left;
  font-size: 14px;
  color: #777676;
}

.info .iImg {
  margin-bottom: 15px;
}

.info dl {
  text-align: left;
  width: 194px;
  margin: 0 auto;
}

.info dt {
  font-size: 15px;
  line-height: 22px;
  color: #e4738c;
  margin-bottom: 10px;
}

.info dd {
  font-size: 13px;
  color: #444;
  line-heigt: 22px;
  height: 100px;
  overflow: hidden;
}

.info p {
  text-align: right;
  margin-top: 14px;
  font-size: 13px;
  color: #444;
}

.btn_info {
  text-align: right;
  font-size: 12px;
  margin-top: 38px;
  line-height: 15px;
}

.btn_info a {
  background: url(../images/top/arw02.jpg) no-repeat right center;
  padding-right: 58px;
  color: #0a185c;
  display: block;
}

.instagram {
  padding: 82px 0 110px;
}

.instagram h3 {
  margin-bottom: 65px;
}

#bnr , .bgbnr {
  background: url(../images/top/bg_bnr.gif) repeat;
}

.bnr {
  padding: 50px 0;
}

.bnr li {
  float: left;
  margin-right: 20px;
}

.bnr li:last-child {
  margin-right: 0;
}

.map iframe {
  width: 100%;
  height: 465px;
  border: 0;
}

/*=============================
	Sub(Lower)Page setting
===============================*/
/* ttl */
.h3_ttl {
  margin-top: 80px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/common/h3_line.png) repeat-x bottom;
  color: #0a185c;
  font-size: 26px;
  text-align: left;
  line-height: 1.3;
}

.h3_ttl:first-letter {
  font-size: 1.3em;
  color: #0a185c;
}

.h3_ttl.ta-c {
  text-align: center;
}

.h3_ttl02 {
  text-align: center;
  margin: 40px 0px 60px;
  padding-bottom: 38px;
  color: #0a185c;
  font-size: 32px;
  font-weight: bold;
  position: relative;
	letter-spacing: 2px;
	line-height:140%;
}

.h3_ttl02:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.875em;
  height: .12em;
  margin-left: -1.3em;
  content: " ";
  border-radius: .15em;
  background: #0a185c;
}

.h3_ttl02.br span {
  background-color: #f0ede7;
}

.h4_ttl {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffb428));
  background: linear-gradient(transparent 80%, #ffb428 80%);
}
.h4_ttl2:first-letter{font-size: 30px;}
.h4_ttl2 {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.5;
	color: #333;
	letter-spacing: 2px;
}
.h4_ttl2 strong{font-weight: 500; font-size: 85%; margin-left: 15px;}

h4.h4_ttl3 {
	text-align: left;
	margin: 60px 0 30px;
	padding:10px 20px;
	font-weight: bold;
	font-size: 23px;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 6px;
	background: #2b345f;
}
h4.h4_ttl3 span{font-weight: 500; font-size: 85%; margin-left: 15px; color: #d3d6e4;}
h4.h4_ttl3 strong{font-weight: 500; font-size: 130%;}

@media screen and (max-width: 760px) {
	.h3_ttl {
		margin-top: 40px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 22px;
	}	
	.h3_ttl02 {
		margin: 40px 0px 30px;
		padding-bottom: 30px;
		line-height:140%;
	}
	.h4_ttl2{font-size: 18px;}
	h4.h4_ttl3{font-size: 18px;letter-spacing: 0; padding:5px 10px;margin: 30px 0 10px;}
}

.page_catchTxt {
  margin-bottom: 50px;
  font-size: 18px;
}

/* bread */
.bread {
  display: none;
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}

@media screen and (min-width: 960px) {
  .bread {
    display: block;
  }
}

.bread .bread_crumb {
  max-width: 1100px;
  width: 96%;
  margin: auto;
  text-align: left;
}

.bread .bread_crumb li {
  display: inline;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #aaa;
}

.bread .bread_crumb li::after {
  content: '>';
  padding: 0 15px;
}

.bread .bread_crumb li:last-child::after {
  content: '';
}

.bread .bread_crumb li a {
  color: #aaa;
}

/* under-navigation */
.under-navigation {
  margin-top: 25px;
	z-index: 200;
}

.under-navigation img {
  display: block;
  max-width: 122px;
  margin: -27px auto 0;
}

.under-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.under-navigation ul li {
  padding: 0 30px;
  height: 42px;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}

.under-navigation ul li:nth-of-type(1) {
  border-left: 1px solid #e0e0e0;
}

.under-navigation ul li a {
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.under-navigation ul li a span {
  display: block;
  color: #c0a136;
  font-family: "Sawarabi Mincho", serif;
	font-size: 11px;
}

.under-navigation ul li a:hover {
  opacity: .7;
  text-decoration: none;
	color: #c0a136;
}

@media screen and (max-width: 1200px) {

  .under-navigation ul li {
    padding: 0 15px;
  }
  
}

h2.subImg {
  margin-top: 25px;
  padding-top: 83px;
  height: 200px;
  background: url(../images/common/h2_bg.png) no-repeat;
  background-size: cover;
  font-size: 30px;
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
}

h2.subImg span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}

h2.subImg.food {
  background: url(../images/food/h2_bg.png) no-repeat center;
	background-size: cover;
}

h2.subImg.shopping {
  background: url(../images/shopping/h2_bg.png) no-repeat center;
	background-size: cover;
}

h2.subImg.experience {
  background: url(../images/experience/h2_bg.png) no-repeat center;
	background-size: cover;
}

h2.subImg.appreciation {
  background: url(../images/appreciation/h2_bg.png) no-repeat center;
	background-size: cover;
}

#wrap-content.subContents {
  /* food */
  /* plusone */
  /* travel */
  /* infomation */
  /* contact */
}

#wrap-content.subContents .galleryArea {
  margin-top: 40px;
}

#wrap-content.subContents .galleryArea ul {
  list-style: none;
  overflow: hidden;
  padding-top: 1em;
}

#wrap-content.subContents .galleryArea ul li {
  float: left;
  margin-bottom: 40px;
  margin-right: 1%;
  width: 24%;
  background: #fff;
  text-align: center;
}

#wrap-content.subContents .galleryArea ul li p {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #0a185c;
  border-bottom: 1px solid #0a185c;
}

#wrap-content.subContents .galleryArea ul li p b {
  display: block;
  font-size: 18px;
  color: #0a185c;
}

#wrap-content.subContents .galleryArea ul li .i_thumb {
  display: block;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center center;
}

#wrap-content.subContents .galleryArea ul li:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#wrap-content.subContents .galleryArea ul li:nth-child(n+7) {
  margin-bottom: 0;
}

#wrap-content.subContents .btnWrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#wrap-content.subContents .btnWrap .btn {
  margin-right: 20px;
}

.feeBox{overflow: hidden; margin: 20px 0 50px;}
.feeBox dl{width: 46%;
	background: #f9f4eb;
	padding: 30px;
	min-height: 360px;
}
.feeBox dl:first-child{float: left;}
.feeBox dl:nth-child(2){float: right;}
.feeBox dl dt{
	font-size: 20px;
	margin-bottom: 10px;
	background: #fe7962;
	padding: 8px 0;
	color: #fff;
	}
.feeBox dl:nth-child(2) dt{ background: #5fc9ae;}
.feeBox dl ul{margin: 20px 0;}
.feeBox dl ul li{
	font-size: 20px;
	border-bottom: 1px dashed #ddd4c3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
.feeBox dl ul li span{color: #6a6a6a; margin-right: 10px;}
.feeBox dl .alc{
	border: 1px solid #6bb392;
	color: #6bb392;
	padding: 5px;
	margin: 0 0 20px;
	font-size: 17px;
}
.feeBox dl h4{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.feeBox dl h4 span{
	background: url(../images/common/icon_h4.png) no-repeat left center , url(../images/common/icon_h4.png) no-repeat right center;
	padding: 0 14px 0 16px;
}
.feeBox dl .time{font-size: 17px;}

#wrap-content.subContents .gmenu {
  margin-bottom: 40px;
}

#wrap-content.subContents .gmenu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: calc(100%/3.2);
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 760px) {
	
.feeBox dl{width: 100%;
	padding: 30px;
	min-height: auto;
}
.feeBox dl:first-child{float: none;}
.feeBox dl:nth-child(2){float: none;}	
	
.feeBox dl dt{font-size: 15px;}	
.feeBox dl ul li{
	font-size: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}	
.feeBox dl .alc{
	margin: 0 0 20px;
	font-size: 15px;
}	
.feeBox dl .time{font-size: 15px;}	
	
	
#wrap-content.subContents .gmenu .inner {
    width: 100%;
  }
#wrap-content.subContents .btnWrap .btn {
  margin-right: 0;
}
	
	
}

#wrap-content.subContents .gmenu .inner figure, #wrap-content.subContents .gmenu .inner .txt {width: 50%;}
#wrap-content.subContents .gmenu .inner .txt small{
	line-height: 140%;
	display: block;
	margin: 5px 0;
}
#wrap-content.subContents .gmenu .inner .txt b{font-size: 18px;}
#wrap-content.subContents .gmenu .inner .txt b span{font-size: 11px;}

#wrap-content.subContents .gmenu .inner figure img {
  width: 100%;
}

#wrap-content.subContents .flowPoint {
  margin-top: 20px;
  padding: 20px;
  background-color: #d0e8fd;
  text-align: left;
}

#wrap-content.subContents .flowPoint dl {
  display: table;
  width: 100%;
  margin-top: 30px;
  padding: 20px 10px;
  background-color: #fff;
}

#wrap-content.subContents .flowPoint dl:nth-of-type(1) {
  margin-top: 0;
}

#wrap-content.subContents .flowPoint dl dt {
  display: table-cell;
  width: 200px;
  height: 100%;
  padding-right: 10px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  text-align: center;
  color: #065295;
  font-weight: bold;
  font-size: 25px;
}

#wrap-content.subContents .flowPoint dl dt span {
  margin-top: 10px;
  display: block;
  font-weight: normal;
  font-size: 20px;
}

#wrap-content.subContents .flowPoint dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2em;
}

#wrap-content.subContents .flowPoint dl dd .txt {
  width: 62%;
}

#wrap-content.subContents .flowPoint dl dd figure {
  width: 35%;
}

#wrap-content.subContents .flowPoint dl dd figure img {
  width: 100%;
}

#wrap-content.subContents .flowPoint dl dd b {
  display: block;
  margin-bottom: 10px;
  color: #065295;
  font-size: 20px;
  font-weight: bold;
}

#wrap-content.subContents .flowPoint dl.imgNone dd .txt {
  width: 100%;
}

#wrap-content.subContents .flowPoint .number {
  margin-left: 10px;
  font-style: normal;
  font-size: 35px;
  vertical-align: baseline;
}

#wrap-content.subContents .pdfBox .inner {
  width: 50%;
}
#wrap-content.subContents .pdfBox .inner.post_none{
  margin:0 auto 50px;
  text-align:center;
}

#wrap-content.subContents .pdfBox .inner p {
  font-weight: bold;
  font-size: 18px;
  color: #0a185c;
}

#wrap-content.subContents .info li a{
	width: 229px;
	height: 415px;
	background: #fff;
	display:block;
	text-decoration:none;
	padding: 0 13px;
	float: left;
	margin-right: 46px;
	margin-bottom: 30px;
}
#wrap-content.subContents .info li:nth-child(4) a{
  margin-right: 0;
}
#wrap-content.subContents .info li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#wrap-content.subContents .info li a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#wrap-content.subContents .info li.post_none{
  width: auto;
  margin-bottom: 30px;
  padding:0;
  float: none;
  text-align:center;
}

#wrap-content.subContents .info.detail {
	padding-top:20px;
}

#wrap-content.subContents .info.detail h3.h3_ttl{
    margin-top: 20px;
}

#wrap-content.subContents .info.detail p {
  text-align: left;
}

#wrap-content.subContents .info.detail .data_info {
  text-align: right;
}

#wrap-content.subContents .info.detail img {
	max-width: 100%;
	height:auto;
	margin: 30px auto;
	display:block;
}

#wrap-content.subContents .snsLink {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#wrap-content.subContents .snsLink a {
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  padding-top: 7px;
  text-align: center;
  border-radius: .5em;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#wrap-content.subContents .snsLink a:hover {
  opacity: .7;
}

#wrap-content.subContents .snsLink a.tw {
  background-color: #00ACED;
}

#wrap-content.subContents .snsLink a.fb {
  background-color: #3A589E;
}

#wrap-content.subContents .snsLink a.insta {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

#wrap-content.subContents .snsLink a .fa {
  color: #fff;
  font-size: 1.6em;
}

#wrap-content.subContents .txt_contact {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  background: #fffceb;
  padding: 30px 20px 20px;
  text-align: center;
  line-height: 180%;
  font-size: 16px;
}

#wrap-content.subContents .txt_contact dl{
	border: 3px double #2b345f;
	padding: 45px 20px 30px;
	position: relative;
}
#wrap-content.subContents .txt_contact dt{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 280px;
	background: #2b345f;
	color: #fff;
	margin: auto;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
}
#wrap-content.subContents .txt_contact .tel {
  font-weight: bold;
}

#wrap-content.subContents .txt_contact .btn a, #wrap-content.subContents .txt_contact .btn input{margin: 20px auto 0;}

@media screen and (max-width: 960px) {
#wrap-content.subContents .txt_contact dd p span.font{ font-size:14px;}
}

@media screen and (max-width: 760px) {

#wrap-content.subContents .txt_contact {width: 100%; padding: 10px;}
#wrap-content.subContents .txt_contact dl{position: static;padding: 5px 5px 20px;}
#wrap-content.subContents .txt_contact dt{position: static;width: 100%; font-size: 16px;}

#wrap-content.subContents .txt_contact .tel {
    width:auto;
    float: none;
    padding-top:10px;
}

#wrap-content.subContents .txt_contact dd p span.font{ font-size:13px;}

}

#wrap-content.subContents .contact table.defTable01 {
  text-align: left;
}

#wrap-content.subContents .contact table.defTable01 tr td.btn {
  text-align: center;
  border: none;
  background: none;
  padding: 40px 0;
  border-bottom: none;
}

#wrap-content.subContents .contact table.defTable01 input[type="text"], #wrap-content.subContents .contact table.defTable01 input[type="tel"], #wrap-content.subContents .contact table.defTable01 input[type="email"] {
  border: 0;
  padding: 10px;
  color: #2f2f32;
  border: solid 1px #2f2f32;
  margin-bottom: 5px;
}

#wrap-content.subContents .contact table.defTable01 textarea {
  border: 0;
  padding: 10px;
  color: #2f2f32;
  border: solid 1px #2f2f32;
  margin-bottom: 5px;
}

#wrap-content.subContents .contact table.defTable01 input[type="submit"] {
  margin: 0;
  width: 250px;
  background: #fff;
  padding: 1em 0;
  color: #0a185c;
  border: 2px solid #0a185c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#wrap-content.subContents .contact table.defTable01 input[type="submit"]:hover {
  background: #0a185c;
  color: #fff;
  border: none;
}


/*  2018/05/30 追加css*/

.guideBtn{margin-bottom: 30px;}
.guideBtn .btn a, .guideBtn .btn input {
    display: block;
    margin: 5px auto;
    width: 350px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    border-radius: 5em;
    text-align: center;
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.guideBtn .btn span.no01{
	background: #fff;
	text-align: center;
	border-radius: 5em;
	color: #333;
	padding: 0px 7px;
	font-size: 13px;
	margin-right: 2px;
}
.guideBtn .btn span.no02{
	background: #fff;
	text-align: center;
	border-radius: 5em;
	color: #333;
	padding: 1px 5px;
	font-size: 13px;
	margin-right: 2px;
}

.guideBtn .btn .yellow span.no01 , .guideBtn .btn .yellow span.no02{color: #df7b36;}
.guideBtn .btn .red span.no01 , .guideBtn .btn .red span.no02{color: #c32246;}
.guideBtn .btn .blue span.no01{color: #2c6096;}

.downloadArea{ background: #fffceb; padding: 35px 30px 30px;}
.downloadArea dl{ 
	position: relative;
	padding: 30px 20px 20px;
	border: 3px double #2b345f;
}
.downloadArea dl dt{
	position: absolute;
	width: 350px;
	top: -20px;
	left: 0;
	right: 0;
	text-align: center;
	color: #2b345f;
	background: #fffceb;
	margin: auto;
	font-size: 22px;
	padding: 10px 0;
	font-weight: bold;
}
.downloadArea dl dd ul{overflow: hidden; margin: auto; width: 530px;}
.downloadArea dl dd ul li{float: left; margin: 0 10px;}

.icon_web{
	background: url(../images/common/icon_web.png) no-repeat right center;
	background-size: 15px;
	padding: 0 22px 0 0;
}

.point1{ font-size: 22px;}
.btn_sec1 .btn a, .btn_sec1 .btn input { margin: 0;}

@media screen and (max-width: 760px) {
	
.guideBtn .btn a, .guideBtn .btn input {width: 100%;}
	.downloadArea{padding: 10px;}
.downloadArea dl{ 
	position: static;
	padding: 20px;
}
.downloadArea dl dt{
	position: static;
	width: auto;
	text-align: center;
	font-size: 16px;
}
.downloadArea dl dd ul{overflow: hidden; margin: auto; width: 100%;}	
.downloadArea dl dd ul li{float: none; margin: 0 auto;}	
}



/* table
-------------------------*/

#wrap-content.subContents table.defTable02 {
	width:100%;
    margin: 0 auto;
	border: none;
    border-collapse: collapse;
	margin-bottom:10px;
	}
#wrap-content.subContents table.defTable02 th {
    width:180px;
    margin: 0;
	vertical-align:middle;
    font-weight: 500;
    padding: 10px;
	background:rgba(207,207,207,0.8);
	border-bottom:1px solid #f2f2f2;
	}
#wrap-content.subContents table.defTable02 thead th{
	font-size: 16px;
	background: #979797;
	letter-spacing: 2px;
	color: #fff;
}
#wrap-content.subContents table.defTable02 td {
	width: 35%;
    padding: 10px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
	background:rgba(255,255,255,0.8);
	border-bottom:1px solid #d5d5d5;
	}
	
#wrap-content.subContents table.defTable02 .cen{ text-align:center;}





/* wp-pagenavi */

.wp-pagenavi {
	margin-top: 50px;
	clear: both;
	text-align:center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #333;
	background-color: #FFFFFF;
	white-space: nowrap;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #fff!important;
	padding: 8px 15px!important;
	margin: 0 2px!important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
	background-color: #48b1ba;
}

.page_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}
.page_nav a {
	border-radius: .5em;
	color: #48b1ba;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #48b1ba;
}
.page_nav a:hover {
	color: #fff;
	background-color: #48b1ba;
}

.btn_none{ margin-top:20px;}





.feeArea{}
.feeArea .midashi{
	background:#48b1ba;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:15px;
	text-align:center;
}
.feeArea .midashi span{
 font-size: 14px;
 font-weight: normal;
}
.feeArea table.table01{
	background:#fff;
	text-align:left;
	border-collapse:collapse;
	margin-bottom:30px;
}
.feeArea table.table01 tr{}
.feeArea table.table01 tr th{
	background:#d9f0f2;
	padding:15px;
	border:#e5e5e5 solid 1px;
	border-bottom:#fff solid 1px;
}
.feeArea table.table01 tr:last-child th{border-bottom:#e5e5e5 solid 1px;}
.feeArea table.table01 tr td{
	padding:15px;
	border:#e5e5e5 solid 1px;
}
.feeArea table.table01 tr td:last-child{
	text-align:right;
	color:#e98181;
}

.feeArea table.table02{
	background:#fff;
	text-align:left;
	border-collapse:collapse;
	width:520px;
	float:left;
}
.feeArea table.table02:last-of-type{float:right;}
.feeArea table.table02 tr{}
.feeArea table.table02 tr th{
	background:#fffceb;
	padding:30px 20px;
	width:180px;
	font-weight:normal;
}
.feeArea table.table02 tr td{padding:30px 20px;}


/*# sourceMappingURL=maps/layout.css.map */



/* --------------------------------- 
    2021 6/13 動画ページ作成
--------------------------------- */

/*トップページ*/

#movie{
}

.movie{
  padding: 68px 0 40px;
}

.movie h3 {
  margin-bottom: 40px;
}

.movie li{
 width: 23%;
 background: #f0ede7;
	display:block;
	text-decoration:none;
	padding: 0 20px;
	float: left;
 margin: 0 2.5% 0 0;
 box-sizing: border-box;
}
.movie li:last-child{
 margin: 0;
}
.movie li .movieBox{
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 margin: 0 0 15px;
}

.movie li .movieBox  iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie li a:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.movie li.post_none{
  width: auto;
  height:auto;
  background:none;
  margin-right:0;
  padding:0;
  float: none;
  text-align:center;
}

.movie p.date {
  line-height: 50px;
  text-align: left;
  font-size: 14px;
  color: #777676;
}

.movie.iImg {
  margin-bottom: 15px;
}

.movie dl {
  text-align: left;
  max-width: 194px;
 width: 100%;
  margin: 0 auto;
}

.movie dt {
  font-size: 15px;
  line-height: 22px;
  color: #e4738c;
  margin-bottom: 10px;
}

.movie dd {
  font-size: 13px;
  color: #444;
  line-heigt: 22px;
  height: 100px;
  overflow: hidden;
}

.btn_movie {
  text-align: right;
  font-size: 12px;
  margin-top: 38px;
  line-height: 15px;
}

.btn_movie a {
  background: url(../images/top/arw03.png) no-repeat right center;
  padding-right: 58px;
  color: #0a185c;
  display: block;
}



/* 動画一覧ページ */

section.movie02{
  padding: 68px 0 40px;
}

ul.movie_list li{
 float: left;
 width: 48%;
 margin: 0 1% 30px;
 box-sizing: border-box;
 padding: 20px;
 background-color: #fff;
}

ul.movie_list li .movieBox{
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 margin: 0 0 15px;
}

ul.movie_list li .movieBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

ul.movie_list p.date{
 line-height: 50px;
 text-align: left;
 font-size: 14px;
 color: #777676;
}


ul.movie_list dt {
 font-size: 15px;
 line-height: 22px;
 color: #e4738c;
 margin-bottom: 10px;
}

ul.movie_list dd p,
ul.movie_list dd{
 text-align: left;
}


@media screen and (max-width: 760px) {
 
 section.movie02{
  padding:0;
}
 
 ul.movie_list li{
 float: none;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
}

 
 
 
 
 
}

.bnr_sec {
 padding: 50px 0;
}

.bannerList {
 display: flex;
 flex-wrap: wrap;
 gap: 20px;
}

.bannerList li{
 width: calc((100% - 60px) /4 );
}


@media screen and (max-width: 760px) {
 
.bannerList {
 gap: 12px;
}

.bannerList li{
 width: calc((100% - 12px) /2 );
} 
 
}

/* ============================================== */
/* 2024/07/02 写真撮影について */
/* ============================================== */

.page_photography {
  text-align: left;
}

.center_txt {
  text-align: center;
}

.right_txt {
  text-align: right;
}

.photography_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.photography_table tr {
  border-bottom: 1px solid #ddd;
}

.photography_table th {
  text-align: center;
  font-weight: 500;
  padding: 25px 20px;
  background: #f0ede7;
  border-right: 1px solid #ddd;
}

.photography_table th:last-child {
  border-right: none;
}

.photography_table td {
  padding: 25px 20px;
  border-right: 1px solid #ddd;
}

.photography_table td:last-child {
  border-right: none;
}

.idol_name {
  font-size: 38px;
  color: #0a185c;
  font-weight: 700;
  text-align: center;
  margin: 60px 0;
}

.flex_box {
  flex-wrap: nowrap;
  gap: 10px;
}

.flex_box>* {
  width: calc((100% - 10px) / 2);
}

@media (max-width: 767px) {

  .sp_scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .photography_table th,
  .photography_table td {
    padding: 15px 10px;
  }
  
  .idol_name {
    font-size: 28px;
  }

  .flex_box {
    flex-direction: column;
  }

  .flex_box>* {
    width: 100%;
  }
}